Showing
1 changed file
with
5 additions
and
3 deletions
@@ -548,12 +548,14 @@ | @@ -548,12 +548,14 @@ | ||
548 | top: 24rpx; | 548 | top: 24rpx; |
549 | left: 30rpx; | 549 | left: 30rpx; |
550 | display: inline-block; | 550 | display: inline-block; |
551 | - padding: 5rpx 20rpx; | 551 | + width: 94rpx; |
552 | + height: 32rpx; | ||
552 | color: #ff575c; | 553 | color: #ff575c; |
553 | font-size: 20rpx; | 554 | font-size: 20rpx; |
554 | - line-height: 1; | 555 | + line-height: 30rpx; |
555 | text-align: center; | 556 | text-align: center; |
556 | border-radius: 5rpx; | 557 | border-radius: 5rpx; |
558 | + box-sizing: border-box; | ||
557 | border: 1rpx solid #ff575c; | 559 | border: 1rpx solid #ff575c; |
558 | } | 560 | } |
559 | 561 | ||
@@ -569,7 +571,7 @@ | @@ -569,7 +571,7 @@ | ||
569 | 571 | ||
570 | .promotion .item-detail { | 572 | .promotion .item-detail { |
571 | padding-bottom: 20rpx; | 573 | padding-bottom: 20rpx; |
572 | - margin-left: 100rpx; | 574 | + margin-left: 110rpx; |
573 | border-bottom: 1rpx solid #e0e0e0; | 575 | border-bottom: 1rpx solid #e0e0e0; |
574 | } | 576 | } |
575 | 577 |
-
Please register or login to post a comment