在Samsung S8和Google Pixel中显示轮廓或边框

时间:2018-03-12 08:25:19

标签: html css3 border google-pixel

我正在谷歌Pixel和三星S8的问题上挣扎,在div周围有类似边框的东西。我们必须使用Google Pixel或samsung S8来查看问题。叠加图像以便更好地理解enter image description here

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>

0 个答案:

没有答案