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
ed3c67b027dfe3bb68ac0cdaa8123f11d4105c16
Authored by
后端研发-倪永富
2020-02-04 14:43:43 +0800
1 parent
e0ac0940
券对齐不了的修改
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
pages/giftpack/festival/festival.wxss
pages/giftpack/newvipgift/newvipgift.wxss
pages/giftpack/festival/festival.wxss
View file @
ed3c67b
...
...
@@ -137,7 +137,6 @@
137
137
background-repeat: no-repeat;
138
138
border-radius: 20rpx;
139
139
height: 250rpx;
140
- margin: 5rpx;
141
140
}
142
141
143
142
.img1 {
...
...
pages/giftpack/newvipgift/newvipgift.wxss
View file @
ed3c67b
...
...
@@ -126,7 +126,7 @@
126
126
}
127
127
128
128
.top_card {
129
- width:
calc(50% - 30rpx)
;
129
+ width:
355rpx
;
130
130
display: inline-block;
131
131
margin: 15rpx;
132
132
}
...
...