我正在谷歌Pixel和三星S8的问题上挣扎,在div周围有类似边框的东西。我们必须使用Google Pixel或samsung S8来查看问题。叠加图像以便更好地理解
Js代词https://jsfiddle.net/s23xdks7/4/
.parent{
width: 100%;
background-color: red;
height: 50px;
line-height: 0;
}
.child__01{
outline: none;
background-color: white;
height: 50px;
width: 33.3%;
float: left;
}
<div class="parent">
<div class="child__01">
</div>
<div class="child__01">
</div>
<div class="child__01">
</div>
</div>