|
|
@ -121,8 +121,7 @@ |
|
|
¥{{item1.attributeListPrice | sliceMsg}} |
|
|
¥{{item1.attributeListPrice | sliceMsg}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="shop-menu-purchase"> |
|
|
<view class="shop-menu-purchase"> |
|
|
拼团 <text |
|
|
拼团 <text class="group-price">¥{{item1.productGroupBuyPrices | slicePrice}}</text> |
|
|
style="color: red;font-size: 24rpx;padding-left: 10rpx;">¥{{item1.productGroupBuyPrices | slicePrice}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -705,55 +704,76 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
height: auto; |
|
|
height: auto; |
|
|
overflow-y: hidden; |
|
|
overflow-y: hidden; |
|
|
padding: 10rpx 0 20rpx; |
|
|
padding: 18rpx 0 26rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-member { |
|
|
.menu-member { |
|
|
width: 140rpx; |
|
|
position: relative; |
|
|
|
|
|
width: 150rpx; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
margin: 10rpx 0 0 20rpx; |
|
|
margin: 10rpx 0 0 20rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-img { |
|
|
.menu-img { |
|
|
height: 140rpx; |
|
|
height: 142rpx; |
|
|
width: 140rpx; |
|
|
width: 142rpx; |
|
|
border-radius: 20rpx; |
|
|
margin: 0 auto; |
|
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
|
box-shadow: 0 10rpx 22rpx rgba(0, 0, 0, 0.12); |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
img { |
|
|
img { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background-size: 100%; |
|
|
background-size: 100%; |
|
|
border-radius: 20rpx; |
|
|
border-radius: 24rpx; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-content { |
|
|
.menu-content { |
|
|
font-size: 26rpx; |
|
|
width: 150rpx; |
|
|
|
|
|
margin-top: 12rpx; |
|
|
|
|
|
padding: 0 4rpx; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
font-size: 24rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.shop-menu-name { |
|
|
.shop-menu-name { |
|
|
margin-top: 10rpx; |
|
|
|
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
height: 30rpx; |
|
|
height: 32rpx; |
|
|
|
|
|
line-height: 32rpx; |
|
|
|
|
|
color: #222; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
white-space: nowrap; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.shop-menu-price { |
|
|
.shop-menu-price { |
|
|
margin-top: 6rpx; |
|
|
margin-top: 4rpx; |
|
|
font-weight: 700; |
|
|
color: #a0a0a0; |
|
|
|
|
|
font-size: 21rpx; |
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
line-height: 28rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.shop-menu-purchase { |
|
|
.shop-menu-purchase { |
|
|
display: flex; |
|
|
display: inline-block; |
|
|
background: rgba(255, 57, 57, 0.1); |
|
|
background: linear-gradient(90deg, #fff1ef, #ffe8ec); |
|
|
height: 36rpx; |
|
|
min-height: 32rpx; |
|
|
line-height: 36rpx; |
|
|
line-height: 32rpx; |
|
|
padding: 0 0 0 4rpx; |
|
|
padding: 0 10rpx; |
|
|
border-radius: 8rpx; |
|
|
border-radius: 10rpx 18rpx 18rpx 10rpx; |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
margin-top: 10rpx; |
|
|
margin-top: 8rpx; |
|
|
color: #777; |
|
|
color: #ff5a45; |
|
|
font-size: 20rpx; |
|
|
font-size: 20rpx; |
|
|
|
|
|
box-shadow: 0 4rpx 10rpx rgba(255, 57, 57, 0.08); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.group-price { |
|
|
|
|
|
color: #ff1f1f; |
|
|
|
|
|
font-size: 24rpx; |
|
|
|
|
|
padding-left: 8rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.zaixian { |
|
|
.zaixian { |
|
|
|