消除图片间距

<block wx:for="{{goodsImg}}" wx:key="{{index}}">
  <image src="{{item}}" class='buy-img' mode='widthFix'></image>
</block>

遍历循环 image 图片,图片之间存在间距

给其图片的父元素加上 font-size:0;可以消除间距。

猜你喜欢

转载自blog.csdn.net/qq_36437172/article/details/82905281