Fix:vivo手机兼容

This commit is contained in:
linxi
2024-11-29 11:44:42 +08:00
parent 6c44e3eb53
commit 8a9862126b
2 changed files with 31 additions and 19 deletions
+11 -6
View File
@@ -156,12 +156,14 @@
class="item"
@click="goGoodsConByID(item)"
>
<image
:src="item.productImage"
class="cover"
/>
<view>
<image
:src="item.productImage"
class="cover"
/>
<view class="v12-pt-2 v12-font-bold v12-font-28 more-t v12-px-2">{{ item.productName }}</view>
</view>
<view class="" style="padding: 20rpx">
<view class="v12-pt-2 v12-font-bold v12-font-28 more-t" style="height: 84rpx">{{ item.productName }}</view>
<view class="v12-justify-between v12-align-center v12-pt-2">
<view>
<text class="v12-font-bold v12-primary-text v12-font-24">¥</text>
@@ -668,13 +670,16 @@ export default {
.item {
position: relative;
width: 332rpx;
// height: 528rpx;
height: 528rpx;
box-sizing: border-box;
margin-right: 22rpx;
margin-bottom: 24rpx;
border-radius: 20rpx;
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
.name {
padding: 8rpx 6rpx;
font-size: 26rpx;