Browse Source

更新index页面样式

pull/1/head
徐飞洋 2 months ago
parent
commit
05411f0c62
  1. 6
      pages/index/index.wxss

6
pages/index/index.wxss

@ -1320,7 +1320,7 @@ wx-button:not([size=mini]) {
/* 商品标题 */ /* 商品标题 */
.product-title { .product-title {
font-size: 26rpx; font-size: 26rpx;
color: #333; color: #000000ff;
line-height: 1.4; line-height: 1.4;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -1335,7 +1335,7 @@ wx-button:not([size=mini]) {
/* 商品规格 */ /* 商品规格 */
.product-spec { .product-spec {
font-size: 22rpx; font-size: 22rpx;
color: #999; color: #797878ff;
margin-bottom: 12rpx; margin-bottom: 12rpx;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -1400,7 +1400,7 @@ wx-button:not([size=mini]) {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 20rpx; font-size: 20rpx;
color: #999; color: #141212ff;
} }
/* 加载更多 */ /* 加载更多 */

Loading…
Cancel
Save