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
7f707a49fef7656549a94ac39b340f169a7c7c49
Authored by
yvan.ni
2020-05-29 11:26:00 +0800
1 parent
96d0f02c
商品详情页面的底部按钮
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxss
pages/goods/goodsInfo/goodsInfo.wxss
View file @
7f707a4
...
...
@@ -333,8 +333,11 @@ image {
333
333
width: 29%;
334
334
}
335
335
336
-.join-cart>view.new_split {
337
- width: 14%;
336
+.join-cart>.new_split {
337
+ width: 13%;
338
+ text-align: center;
339
+ padding: 0;
340
+ margin: 0;
338
341
}
339
342
340
343
.cart-ico {
...
...