|
|
@@ -43,7 +43,9 @@ |
|
|
|
</view> |
|
|
|
<view class="floor-list-whitelist"> |
|
|
|
<view v-for="(item, index) in flashSale.product" :key="index" class="floor-item" @click="navToDetailPage({ product_id: item.flash_product_id }, flashSale.flash_id)"> |
|
|
|
<image :src="item.image" mode="aspectFill"></image> |
|
|
|
<view style="width:100%;text-align: center;"> |
|
|
|
<image :src="item.image" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<text class="title clamp">{{item.title }}</text> |
|
|
|
<text class="price">¥{{item.sales_price }}</text> |
|
|
|
</view> |
|
|
@@ -613,8 +615,9 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.floor-item { |
|
|
|
width: 150upx; |
|
|
|
margin-right: 20upx; |
|
|
|
width: calc(100%/3); |
|
|
|
padding-right: 20upx; |
|
|
|
margin-top: 20upx; |
|
|
|
font-size: $font-sm + 2upx; |
|
|
|
color: $font-color-dark; |
|
|
|
line-height: 1.8; |
|
|
@@ -794,7 +797,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.floor-item { |
|
|
|
width: 180upx; |
|
|
|
margin-right: 20upx; |
|
|
|
font-size: $font-sm + 2upx; |
|
|
|
color: $font-color-dark; |
|
|
|