|
|
@ -1319,7 +1319,7 @@ wx-button:not([size=mini]) { |
|
|
/* 商品标题 */ |
|
|
/* 商品标题 */ |
|
|
.product-title { |
|
|
.product-title { |
|
|
font-size: 26rpx; |
|
|
font-size: 26rpx; |
|
|
color: #000000ff; |
|
|
color: #000000; |
|
|
line-height: 1.4; |
|
|
line-height: 1.4; |
|
|
height: 72rpx; /* 固定标题高度 */ |
|
|
height: 72rpx; /* 固定标题高度 */ |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
@ -1328,7 +1328,7 @@ wx-button:not([size=mini]) { |
|
|
-webkit-line-clamp: 2; |
|
|
-webkit-line-clamp: 2; |
|
|
-webkit-box-orient: vertical; |
|
|
-webkit-box-orient: vertical; |
|
|
margin-bottom: 8rpx; |
|
|
margin-bottom: 8rpx; |
|
|
font-weight: 500; |
|
|
font-weight: 700; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 商品规格 */ |
|
|
/* 商品规格 */ |
|
|
|