Commit c2b4d10c2034368546ef675cacdf2534d2282d34

Authored by 后端研发-苏泰源
1 parent abdca505

优惠券和商品列表修改

pages/goods/goodsList/goodsList.wxss
... ... @@ -114,7 +114,7 @@ page {
114 114 }
115 115  
116 116 .item-cont .title {
117   - font-size: 30rpx;
  117 + font-size: 28rpx;
118 118 height: 72rpx;
119 119 margin-bottom: 20rpx;
120 120 /* padding-right: 10rpx; */
... ...
pages/user/coupons/coupons.wxss
... ... @@ -392,7 +392,7 @@ page {
392 392 .tab-head-item.active::after {
393 393 content: '';
394 394 width: 60%;
395   - height: 2rpx;
  395 + height: 4rpx;
396 396 background-color: #fe0000;
397 397 position: absolute;
398 398 bottom: 0;
... ...