From 05411f0c6291928112a8da774e1eb313b0b857dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 27 Dec 2025 15:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0index=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 5db8200..5de418b 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1320,7 +1320,7 @@ wx-button:not([size=mini]) { /* 商品标题 */ .product-title { font-size: 26rpx; - color: #333; + color: #000000ff; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; @@ -1335,7 +1335,7 @@ wx-button:not([size=mini]) { /* 商品规格 */ .product-spec { font-size: 22rpx; - color: #999; + color: #797878ff; margin-bottom: 12rpx; overflow: hidden; text-overflow: ellipsis; @@ -1400,7 +1400,7 @@ wx-button:not([size=mini]) { text-overflow: ellipsis; white-space: nowrap; font-size: 20rpx; - color: #999; + color: #141212ff; } /* 加载更多 */