Commit 7f707a49fef7656549a94ac39b340f169a7c7c49

Authored by yvan.ni
1 parent 96d0f02c

商品详情页面的底部按钮

pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -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 {
... ...