-1
爲什麼Chrome和屏幕截圖有什麼不同?像素大小差異
我正在使用bootstrap。我想有50像素的真實像素。
HTML
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header"> </div>
<div class="modal-body"> </div>
<div class="modal-footer"> </div>
</div>
</div>
CSS使用你的代碼,我對頭正好50高度
.modal-header{
height: 50px;
}
如果你文章中,我們可能能夠告訴肯定的代碼,但我想它的使用%,而非像素或繼承atttributes。此外,尺寸使用各種因素計算。邊框,填充,寬度均影響最終渲染大小。 – happymacarts
我只想在像素中定義Web應用程序和桌面應用程序之間具有相同的設計。我加入的CSS高度大小爲50像素 – ZeBobo5
郵一些代碼請 – happymacarts