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; } /* 加载更多 */