wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c2b4d10c2034368546ef675cacdf2534d2282d34
Authored by
后端研发-苏泰源
2021-12-25 16:47:38 +0800
1 parent
abdca505
优惠券和商品列表修改
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pages/goods/goodsList/goodsList.wxss
pages/user/coupons/coupons.wxss
pages/goods/goodsList/goodsList.wxss
View file @
c2b4d10
...
...
@@ -114,7 +114,7 @@ page {
114
114
}
115
115
116
116
.item-cont .title {
117
- font-size:
30
rpx;
117
+ font-size:
28
rpx;
118
118
height: 72rpx;
119
119
margin-bottom: 20rpx;
120
120
/* padding-right: 10rpx; */
...
...
pages/user/coupons/coupons.wxss
View file @
c2b4d10
...
...
@@ -392,7 +392,7 @@ page {
392
392
.tab-head-item.active::after {
393
393
content: '';
394
394
width: 60%;
395
- height:
2
rpx;
395
+ height:
4
rpx;
396
396
background-color: #fe0000;
397
397
position: absolute;
398
398
bottom: 0;
...
...