Commit 2dbc25241b8f5e43355bc5567cc2c5d806535795

Authored by 后端研发-苏泰源
1 parent 14293798

购物车按钮样式调整

Showing 1 changed file with 2 additions and 2 deletions
pages/cart/cart/cart.wxss
... ... @@ -109,7 +109,7 @@ radio {
109 109 }
110 110  
111 111 .count>view, .count>input {
112   - width: 45rpx;
  112 + width: 50rpx;
113 113 height: 40rpx;
114 114 line-height: 40rpx;
115 115 text-align: center;
... ... @@ -139,7 +139,7 @@ radio {
139 139 color: #ccc;
140 140 }
141 141 .count>input {
142   - margin: 0 10rpx;
  142 + margin: 0 14rpx;
143 143 line-height: normal;
144 144 }
145 145  
... ...