diff --git a/pages/goods/goodsList/goodsList.wxss b/pages/goods/goodsList/goodsList.wxss index c21ffdf..f0255cc 100644 --- a/pages/goods/goodsList/goodsList.wxss +++ b/pages/goods/goodsList/goodsList.wxss @@ -114,7 +114,7 @@ page { } .item-cont .title { - font-size: 30rpx; + font-size: 28rpx; height: 72rpx; margin-bottom: 20rpx; /* padding-right: 10rpx; */ diff --git a/pages/user/coupons/coupons.wxss b/pages/user/coupons/coupons.wxss index 8c9bf73..8d98860 100644 --- a/pages/user/coupons/coupons.wxss +++ b/pages/user/coupons/coupons.wxss @@ -392,7 +392,7 @@ page { .tab-head-item.active::after { content: ''; width: 60%; - height: 2rpx; + height: 4rpx; background-color: #fe0000; position: absolute; bottom: 0;