chrome,firefox,safari,css的问题,为什么设置了高度height:50px;chrome差很多呢?firefox和safari一样,有没有具体写法,谢谢
<div class='tests'>???</div>
.tests{
font-size: 0;
height: 55px;
background-color: #262626;
padding-left: 20px;
display: table;
box-sizing: border-box;
width: 100%;
}
<body style="margin:0; padding: 0;">
<div id="box" style="height:55px; background: #0000FF; width:100%; flloat:left; margin: 0; padding: 0;color: #fff;">123</div>
</body>