Browse Source

增加商品标题字体粗细,增强视觉层次感

pull/3/head
Default User 2 months ago
parent
commit
c623ff515f
  1. 4
      pages/index/index.wxss

4
pages/index/index.wxss

@ -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;
} }
/* 商品规格 */ /* 商品规格 */

Loading…
Cancel
Save