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>
|
<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>
|
<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
|
<image
|
||||||
:src="webUrl + '/orderIcon/farmer.png'"
|
:src="webUrl + '/orderIcon/nm.png'"
|
||||||
class="mark-img"
|
class="mark-img"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
@@ -1218,8 +1218,8 @@ export default {
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
display: block;
|
display: block;
|
||||||
width: 125rpx;
|
width: 100%;
|
||||||
height: 83rpx;
|
height: 100%;
|
||||||
border-radius: 0 25rpx 0 0;
|
border-radius: 0 25rpx 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user