移動端圖片有間隙問題解決方法

今天在寫移動端頁面。遇到一個bug:圖片會有一個3px或者4px的間隙。code

解決方案:圖片

.img{

   vertical-align:bottom;
   display:block;

}
相關文章
相關標籤/搜索