|
|
|
@ -80,9 +80,9 @@ |
|
|
|
|
<text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> |
|
|
|
|
<text class="name">{{item.goods_name}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="isExpress"> |
|
|
|
|
<!-- <view class="isExpress"> |
|
|
|
|
<text>包邮</text> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<view class="price"> |
|
|
|
|
<text style="font-size: 20rpx;">¥</text> |
|
|
|
|
<text style="font-weight: bold;font-size: 36rpx;">{{item.goods_price_min}}</text> |
|
|
|
@ -104,9 +104,9 @@ |
|
|
|
|
<text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> |
|
|
|
|
<text class="name">{{item.goods_name}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="isExpress"> |
|
|
|
|
<!-- <view class="isExpress"> |
|
|
|
|
<text>包邮</text> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<view class="price"> |
|
|
|
|
<text style="font-size: 20rpx;">¥</text> |
|
|
|
|
<text style="font-weight: bold;font-size: 36rpx;">{{item.goods_price_min}}</text> |
|
|
|
@ -455,7 +455,13 @@ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-top: 14rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
overflow: hidden; |
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
height: 90rpx; |
|
|
|
|
line-height: 45rpx; |
|
|
|
|
.ziying { |
|
|
|
|
padding: 4rpx 10rpx; |
|
|
|
|
background: #FF4438; |
|
|
|
|