Browse Source

加深商品规格文字颜色

pull/3/head
Default User 2 months ago
parent
commit
56e60fa800
  1. 5
      pages/index/index.wxss

5
pages/index/index.wxss

@ -1334,12 +1334,13 @@ wx-button:not([size=mini]) {
/* 商品规格 */ /* 商品规格 */
.product-spec { .product-spec {
font-size: 22rpx; font-size: 22rpx;
color: #797878ff; color: #333333;
height: 32rpx; /* 固定规格高度 */ height: 32rpx; /* 固定规格高度 */
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin-bottom: 8rpx; margin-bottom: 10rpx;
line-height: 1.3;
} }
/* 价格区域 - 淘宝风格突出显示 */ /* 价格区域 - 淘宝风格突出显示 */

Loading…
Cancel
Save