门店详情,商品分类展示售价优化
parent
adc9caba10
commit
f2dcbe6c77
|
|
@ -241,11 +241,11 @@
|
|||
height: 26rpx !important;
|
||||
}
|
||||
.goods-list .goods-img {
|
||||
width: 182rpx;
|
||||
height: 182rpx !important;
|
||||
width: 160rpx;
|
||||
height: 160rpx !important;
|
||||
}
|
||||
.goods-list .goods-base {
|
||||
width: calc(100% - 220rpx);
|
||||
width: calc(100% - 200rpx);
|
||||
padding-right: 20rpx;
|
||||
}
|
||||
.goods-list .goods-base-content {
|
||||
|
|
|
|||
|
|
@ -128,9 +128,9 @@
|
|||
<view class="single-text va-m">
|
||||
<text class="sales-price">
|
||||
<text class="text-size-xss">{{ item.show_price_symbol }}</text>
|
||||
<text class="text-size-lg">{{ item.min_price }}</text>
|
||||
<text class="text-size">{{ item.min_price }}</text>
|
||||
</text>
|
||||
<text class="text-size-xs cr-grey">{{ item.show_price_unit }}</text>
|
||||
<text class="text-size-xss cr-grey">{{ item.show_price_unit }}</text>
|
||||
</view>
|
||||
<view v-if="common_site_type != 4" class="buy-opt flex-row align-c tc">
|
||||
<block v-if="(item.is_error || 0) == 0">
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ page {
|
|||
max-height: 58rpx;
|
||||
}
|
||||
.goods-list .goods-base .sales-price {
|
||||
width: calc(100% - 160rpx);
|
||||
width: calc(100% - 140rpx);
|
||||
}
|
||||
.goods-list .goods-base .buy-number {
|
||||
min-width: 32rpx;
|
||||
|
|
|
|||
|
|
@ -162,15 +162,16 @@
|
|||
<view :data-index="index" @tap="goods_event">
|
||||
<view class="flex-row jc-sb">
|
||||
<image :src="item.images" mode="widthFix" class="goods-img radius fl br"></image>
|
||||
<view class="goods-base flex-1 flex-width padding-left-main flex-col jc-sb">
|
||||
<view class="goods-base flex-1 flex-width padding-left-sm flex-col jc-sb">
|
||||
<view class="goods-base-content">
|
||||
<view class="goods-title text-size-md multi-text fw-b">{{ item.title }}</view>
|
||||
<view v-if="(item.simple_desc || null) != null" class="simple-desc cr-grey-9 text-size-xs margin-top-xs single-text">{{ item.simple_desc }}</view>
|
||||
</view>
|
||||
<view class="margin-top-sm oh flex-row jc-sb align-c">
|
||||
<view class="single-text sales-price va-b va-m">
|
||||
<text class="text-size-xss">{{ currency_symbol }}</text>
|
||||
<text class="text-size-lg">{{ item.min_price }}</text>
|
||||
<text class="text-size-xss">{{ item.show_price_symbol }}</text>
|
||||
<text class="text-size">{{ item.min_price }}</text>
|
||||
<text class="text-size-xss cr-grey">{{ item.show_price_unit }}</text>
|
||||
</view>
|
||||
<view v-if="is_base_mode != 1" class="tc flex-row align-c">
|
||||
<block v-if="(item.is_error || 0) == 0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue