|
|
@ -202,7 +202,7 @@ |
|
|
|
<image :src="item.pic" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<text class="title clamp">{{ item.name }}</text> |
|
|
|
<view> |
|
|
|
<view style="display: flex;flex-direction: column;"> |
|
|
|
<text class="price">惠农价¥{{ item.originalPrice }}</text> |
|
|
|
<text class="m-price">市场价¥{{ item.price }}</text> |
|
|
|
</view> |
|
|
@ -228,7 +228,7 @@ |
|
|
|
<image :src="item.pic" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<text class="title clamp">{{ item.name }}</text> |
|
|
|
<view> |
|
|
|
<view style="display: flex;flex-direction: column;"> |
|
|
|
<text class="price">惠农价¥{{ item.originalPrice }}</text> |
|
|
|
<text class="m-price">市场价¥{{ item.price }}</text> |
|
|
|
</view> |
|
|
@ -254,7 +254,7 @@ |
|
|
|
<image :src="item.pic" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<text class="title clamp">{{ item.name }}</text> |
|
|
|
<view> |
|
|
|
<view style="display: flex;flex-direction: column;"> |
|
|
|
<text class="price">惠农价¥{{ item.originalPrice }}</text> |
|
|
|
<text class="m-price">市场价¥{{ item.price }}</text> |
|
|
|
</view> |
|
|
@ -1344,7 +1344,7 @@ |
|
|
|
.m-price { |
|
|
|
font-size: 16px; |
|
|
|
color: $font-color-light; |
|
|
|
margin-left: 10upx; |
|
|
|
margin-top: 10upx; |
|
|
|
} |
|
|
|
|
|
|
|
.coupon_box { |
|
|
|