|
|
@@ -139,17 +139,20 @@ image{ |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.content .price{ |
|
|
|
overflow: hidden; |
|
|
|
/* margin-top: 10rpx; */ |
|
|
|
margin-bottom: 20rpx; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
.content .price01{ |
|
|
|
display: inline; |
|
|
|
font-size:50rpx; |
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
font-weight:500; |
|
|
|
color:#FD782D; |
|
|
|
line-height:44rpx; |
|
|
|
width: 50%; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
.content .price02{ |
|
|
|
display: inline-block; |
|
|
@@ -174,16 +177,11 @@ image{ |
|
|
|
line-height: 30rpx; |
|
|
|
} |
|
|
|
.content .price-numHr{ |
|
|
|
display: inline-block; |
|
|
|
font-size: 40rpx; |
|
|
|
overflow:hidden; |
|
|
|
text-overflow:ellipsis; |
|
|
|
white-space:nowrap; |
|
|
|
line-height: 32rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.content .price-unit{ |
|
|
|
display: inline; |
|
|
|
font-size:24rpx; |
|
|
|
} |
|
|
|
.right-button{ |
|
|
@@ -197,7 +195,6 @@ image{ |
|
|
|
text-align: center; |
|
|
|
color:rgba(255,255,255,1); |
|
|
|
line-height:50rpx; |
|
|
|
float: right; |
|
|
|
} |
|
|
|
.right-text{ |
|
|
|
font-size:22rpx; |
|
|
|