.wxml
<view class="shoplistItem add">
<view><image src="/images/carddetail_add.png"></image></view>
</view>
.wxss
.shoplistItem.add image {background-color: red;}
.wxml
<view class="shoplistItem add">
<view><image src="/images/carddetail_add.png"></image></view>
</view>
.wxss
.shoplistItem.add image {background-color: red;}