Fix:2874 【商城小程序】农民店铺标识,改为下图所示的框
This commit is contained in:
@@ -579,7 +579,7 @@
|
||||
<image :src="item.cover" v-if="item.coverType === 1" class="img" mode="heightFix|widthFix"></image>
|
||||
<video :src="item.cover" v-else :show-center-play-btn="false" :show-fullscreen-btn="false" :show-play-btn="false" class="img" :poster="item.cover + '?vframe/jpg/offset/1'"></video>
|
||||
<image
|
||||
:src="webUrl + '/orderIcon/farmer.png'"
|
||||
:src="webUrl + '/orderIcon/nm.png'"
|
||||
class="mark-img"
|
||||
/>
|
||||
</view>
|
||||
@@ -1218,8 +1218,8 @@ export default {
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
display: block;
|
||||
width: 125rpx;
|
||||
height: 83rpx;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 0 25rpx 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user