修改背景图片不兼容样式写法

master^2
DESKTOP-SORBLEM\xuyay 2 years ago
parent eb0d1df8af
commit 1c0eafc94e

@ -9,7 +9,7 @@
<text>公4.0两母3.0 4 8只装</text>
</view>
</view>
<view class="confirmlist" style="background-image: url(../../static/confirmbg2.jpg);">
<view class="confirmlist index0">
<view class="iconimg">
<image src="../../static/icon1.png" mode="widthFix"></image>
</view>
@ -25,7 +25,7 @@
</view>
</view>
</view>
<view class="confirmlist" style="background-image: url(../../static/confirmbg3.jpg);">
<view class="confirmlist index1">
<view class="iconimg">
<image src="../../static/icon2.png" mode="widthFix"></image>
</view>
@ -36,7 +36,7 @@
</view>
</view>
</view>
<view class="confirmlist" style="background-image: url(../../static/confirmbg4.jpg);">
<view class="confirmlist index2">
<view class="iconimg">
<image src="../../static/icon3.png" mode="widthFix"></image>
</view>
@ -125,7 +125,15 @@
box-shadow: 0 5rpx 15rpx rgba(0,0,0,.47);
padding: 10rpx 10rpx 10rpx 20rpx;
}
.confirmlist.index0{
background-image: url(../../static/confirmbg2.jpg);
}
.confirmlist.index1{
background-image: url(../../static/confirmbg3.jpg);
}
.confirmlist.index2{
background-image: url(../../static/confirmbg4.jpg);
}
.confirmlist image{
width: 62rpx;
height: auto;

Loading…
Cancel
Save