feat: 首页改版

This commit is contained in:
2026-08-25 17:52:05 +08:00
parent d65083aa51
commit d5253e3202
15 changed files with 1014 additions and 644 deletions
+7 -9
View File
@@ -125,12 +125,10 @@
<view class="product_info_box">
<view class="product_title">{{ item.name || item.title }}</view>
<view class="product_tags_row" v-if="item.sellingPoint && getSellingPointTags(item.sellingPoint).length > 0">
<text
class="tag_item tag_green"
v-for="(tag, tIndex) in getSellingPointTags(item.sellingPoint)"
:key="tIndex"
>{{ tag }}</text>
<view class="product_tags_row"
v-if="item.sellingPoint && getSellingPointTags(item.sellingPoint).length > 0">
<text class="tag_item tag_green" v-for="(tag, tIndex) in getSellingPointTags(item.sellingPoint)"
:key="tIndex">{{ tag }}</text>
</view>
<view class="product_price_row">
@@ -692,7 +690,7 @@ page {
/* 左侧边栏 */
.left_sidebar_scroll {
width: 180rpx;
width: 160rpx;
height: 100%;
flex-shrink: 0;
background-color: #f7f7f7;
@@ -838,7 +836,6 @@ page {
.product_title {
font-size: 28rpx;
font-weight: bold;
color: #1a1a1a;
line-height: 38rpx;
max-height: 76rpx;
@@ -891,7 +888,8 @@ page {
}
.price_val {
font-size: 38rpx;
font-size: 36rpx;
font-weight: normal;
}
}