From 56e60fa800df6d7c644a1fe619f2989cc5415a36 Mon Sep 17 00:00:00 2001 From: Default User Date: Fri, 2 Jan 2026 10:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=B7=B1=E5=95=86=E5=93=81=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 2c1b238..cec85aa 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1334,12 +1334,13 @@ wx-button:not([size=mini]) { /* 商品规格 */ .product-spec { font-size: 22rpx; - color: #797878ff; + color: #333333; height: 32rpx; /* 固定规格高度 */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - margin-bottom: 8rpx; + margin-bottom: 10rpx; + line-height: 1.3; } /* 价格区域 - 淘宝风格突出显示 */