Commit bf5667c33f2d64bf32a84e6917355edb6219f518
1 parent
e6fec669
提交订单页定位图标高度修改
Showing
1 changed file
with
10 additions
and
10 deletions
pages/cart/cart2/cart2.wxss
@@ -52,7 +52,7 @@ page { | @@ -52,7 +52,7 @@ page { | ||
52 | .pos-icon { | 52 | .pos-icon { |
53 | position: absolute; | 53 | position: absolute; |
54 | left: 28rpx; | 54 | left: 28rpx; |
55 | - top: 9rpx; | 55 | + top: 6rpx; |
56 | width: 30rpx; | 56 | width: 30rpx; |
57 | height: 36rpx; | 57 | height: 36rpx; |
58 | } | 58 | } |
@@ -577,15 +577,15 @@ border-bottom: 1rpx solid #eee; | @@ -577,15 +577,15 @@ border-bottom: 1rpx solid #eee; | ||
577 | 577 | ||
578 | } | 578 | } |
579 | .xc-confirms { | 579 | .xc-confirms { |
580 | - width: 40%; | ||
581 | - border-radius: 50rpx; | ||
582 | - height: 80rpx; | ||
583 | - margin:0 auto; | ||
584 | - font-size:28rpx; | ||
585 | - background: #fff; | ||
586 | - color: #333; | ||
587 | - border: 2rpx solid #333; | ||
588 | - | 580 | + box-sizing: border-box; |
581 | + width: 40%; | ||
582 | + border-radius: 50rpx; | ||
583 | + height: 80rpx; | ||
584 | + margin:0 auto; | ||
585 | + font-size:28rpx; | ||
586 | + background: #fff; | ||
587 | + color: #333; | ||
588 | + border: 2rpx solid #333; | ||
589 | } | 589 | } |
590 | 590 | ||
591 | 591 |