我已經分度,未來風格:多餘的細線與背景圖像
.top-pattern {
width: 1024px;
height: 92px;
background-image: url("https://s21.postimg.org/p0amqt8wn/pattern-top-big.png");
background-repeat: repeat-x;
background-size: contain;
}
這是很簡單的偉大工程。但在某些設備(Mac和移動設備)中,在div下面出現了奇怪的線條。這是什麼?如何刪除它?
實施例:https://jsfiddle.net/wx92fb61/
截圖:https://gyazo.com/3020d6720d27fcbd0315a55fce0fb016
P.S.我檢查了我的圖像100次:圖像中沒有任何一行。
它沒有修復一個錯誤,我仍然在我的Mac上看到這條線。 – Crabar
爲該行添加一個屏幕截圖 –
我已添加爲該帖子的更新。 – Crabar