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; } /* 价格区域 - 淘宝风格突出显示 */