|
|
@@ -357,7 +357,7 @@
|
|
|
.version{
|
|
|
width: 160rpx;
|
|
|
height: 40rpx;
|
|
|
- background: asset-image(my_version_bg2.png) no-repeat;
|
|
|
+ background: asset-image('my_version_bg2.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
padding-left: 45rpx;
|
|
|
box-sizing: border-box;
|
|
|
@@ -421,14 +421,14 @@
|
|
|
margin-top: 29rpx;
|
|
|
&-top{
|
|
|
width: 100%;
|
|
|
- background: asset-image(bug_yhj_box_bg.png) no-repeat;
|
|
|
+ background: asset-image('bug_yhj_box_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
|
border-radius: 16rpx;
|
|
|
&-xs{
|
|
|
width: 144rpx;
|
|
|
height: 40rpx;
|
|
|
- background: asset-image(buy_yhj_bg.png) no-repeat;
|
|
|
+ background: asset-image('buy_yhj_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
@@ -443,7 +443,7 @@
|
|
|
&-xss{
|
|
|
width: 170rpx;
|
|
|
height: 40rpx;
|
|
|
- background: asset-image(buy_yhj_bg.png) no-repeat;
|
|
|
+ background: asset-image('buy_yhj_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
@@ -497,7 +497,7 @@
|
|
|
width: 100%;
|
|
|
padding: 11rpx 16rpx;
|
|
|
min-height: 50rpx;
|
|
|
- background: asset-image(buy_yhj_tip_bg.png) no-repeat;
|
|
|
+ background: asset-image('buy_yhj_tip_bg.png') no-repeat;
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
font-size: 24rpx;
|
|
|
@@ -690,13 +690,13 @@
|
|
|
}
|
|
|
|
|
|
&.active{
|
|
|
- background: asset-image(price_bg.png) no-repeat;
|
|
|
+ background: asset-image('price_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
.box-price-pre-times,.box-price-pre-money{
|
|
|
color: #955A1D;
|
|
|
}
|
|
|
.box-price-pre-bottom{
|
|
|
- background: asset-image(price_bottom2.png) no-repeat;
|
|
|
+ background: asset-image('price_bottom2.png') no-repeat;
|
|
|
color: #795021;
|
|
|
}
|
|
|
}
|