| @@ -143,6 +143,12 @@ image{ | |||||
| display: flex; | display: flex; | ||||
| justify-content: space-between; | justify-content: space-between; | ||||
| } | } | ||||
| .spell-centerH { | |||||
| padding: 0 10rpx; | |||||
| } | |||||
| .spell-centerHr { | |||||
| padding: 0 10rpx; | |||||
| } | |||||
| .spell-centerH .price01{ | .spell-centerH .price01{ | ||||
| font-size:50rpx; | font-size:50rpx; | ||||
| font-family:PingFang-SC-Medium; | font-family:PingFang-SC-Medium; | ||||
| @@ -154,14 +160,14 @@ image{ | |||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| } | } | ||||
| spell-centerHr .price01{ | |||||
| .spell-centerHr .price01{ | |||||
| font-size:50rpx; | font-size:50rpx; | ||||
| font-family:PingFang-SC-Medium; | font-family:PingFang-SC-Medium; | ||||
| font-weight:500; | font-weight:500; | ||||
| color:#FD782D; | color:#FD782D; | ||||
| line-height:44rpx; | line-height:44rpx; | ||||
| width: 50%; | width: 50%; | ||||
| overflow: hidden; | |||||
| /* overflow: hidden; */ | |||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| } | } | ||||
| @@ -178,7 +184,17 @@ spell-centerHr .price01{ | |||||
| white-space:nowrap; | white-space:nowrap; | ||||
| line-height: 30rpx; | line-height: 30rpx; | ||||
| } | } | ||||
| .content .price-num{ | |||||
| .spell-centerH .price-num{ | |||||
| display: inline-block; | |||||
| font-size: 32rpx; | |||||
| width: 95rpx; | |||||
| overflow:hidden; | |||||
| text-overflow:ellipsis; | |||||
| white-space:nowrap; | |||||
| line-height: 30rpx; | |||||
| color:#FD782D; | |||||
| } | |||||
| .spell-centerHr .price-num{ | |||||
| display: inline-block; | display: inline-block; | ||||
| font-size: 32rpx; | font-size: 32rpx; | ||||
| width: 95rpx; | width: 95rpx; | ||||
| @@ -191,8 +207,8 @@ spell-centerHr .price01{ | |||||
| .price-text{ | .price-text{ | ||||
| color:#FD782D; | color:#FD782D; | ||||
| } | } | ||||
| .content .price-numHr{ | |||||
| font-size: 40rpx; | |||||
| .spell-centerH .price-numHr{ | |||||
| font-size:32rpx; | |||||
| line-height: 32rpx; | line-height: 32rpx; | ||||
| } | } | ||||
| .content .price-unit{ | .content .price-unit{ | ||||