view容器里两个image并列显示。中间会出现1px间距?
[图片] <view class="imgRow"> <image src="http://photocdn.sohu.com/20120323/Img338614056.jpg" mode="widthFix" style="width:100%" /><image src="http://photocdn.sohu.com/20120323/Img338614056.jpg" mode="widthFix" style="width:100%" /> </view> .imgRow{ width:100%; display: flex; font-size: 0; background: red; } .imgRow image{ display: block; width: 100%; }