...
|
...
|
@@ -548,12 +548,14 @@ |
|
|
top: 24rpx;
|
|
|
left: 30rpx;
|
|
|
display: inline-block;
|
|
|
padding: 5rpx 20rpx;
|
|
|
width: 94rpx;
|
|
|
height: 32rpx;
|
|
|
color: #ff575c;
|
|
|
font-size: 20rpx;
|
|
|
line-height: 1;
|
|
|
line-height: 30rpx;
|
|
|
text-align: center;
|
|
|
border-radius: 5rpx;
|
|
|
box-sizing: border-box;
|
|
|
border: 1rpx solid #ff575c;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -569,7 +571,7 @@ |
|
|
|
|
|
.promotion .item-detail {
|
|
|
padding-bottom: 20rpx;
|
|
|
margin-left: 100rpx;
|
|
|
margin-left: 110rpx;
|
|
|
border-bottom: 1rpx solid #e0e0e0;
|
|
|
}
|
|
|
|
...
|
...
|
|