Commit 2edb747f51a612c5dd23a6507ad3124bc0567d39

Authored by 泉州测试
2 parents 56cd5e3e c3bc66e6

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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;
... ...