|
|
@@ -152,21 +152,39 @@ image{ |
|
|
|
line-height:44rpx; |
|
|
|
} |
|
|
|
.content .price02{ |
|
|
|
display: inline; |
|
|
|
display: inline-block; |
|
|
|
font-size: 24rpx; |
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
font-weight:500; |
|
|
|
text-decoration:line-through; |
|
|
|
color:rgba(140,140,140,1); |
|
|
|
width: 95rpx; |
|
|
|
overflow:hidden; |
|
|
|
text-overflow:ellipsis; |
|
|
|
white-space:nowrap; |
|
|
|
line-height: 30rpx; |
|
|
|
} |
|
|
|
.content .price-num{ |
|
|
|
display: inline; |
|
|
|
display: inline-block; |
|
|
|
font-size: 32rpx; |
|
|
|
width: 95rpx; |
|
|
|
overflow:hidden; |
|
|
|
text-overflow:ellipsis; |
|
|
|
white-space:nowrap; |
|
|
|
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; |
|
|
|
/* margin-right:4rpx; */ |
|
|
|
} |
|
|
|
.right-button{ |
|
|
|
width:100rpx; |
|
|
@@ -209,7 +227,6 @@ image{ |
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
font-weight:500; |
|
|
|
color:rgba(255,253,245,1); |
|
|
|
/* border-right:1px solid rgba(255, 222, 67, 1); */ |
|
|
|
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|