From c623ff515fe1b4df8c6504ed279597f5a781ee5b Mon Sep 17 00:00:00 2001 From: Default User Date: Fri, 2 Jan 2026 10:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=AD=97=E4=BD=93=E7=B2=97=E7=BB=86=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E8=A7=86=E8=A7=89=E5=B1=82=E6=AC=A1=E6=84=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index cec85aa..7da9d9a 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1319,7 +1319,7 @@ wx-button:not([size=mini]) { /* 商品标题 */ .product-title { font-size: 26rpx; - color: #000000ff; + color: #000000; line-height: 1.4; height: 72rpx; /* 固定标题高度 */ overflow: hidden; @@ -1328,7 +1328,7 @@ wx-button:not([size=mini]) { -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 8rpx; - font-weight: 500; + font-weight: 700; } /* 商品规格 */