|
@@ -482,11 +482,11 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
&.bp1{
|
|
&.bp1{
|
|
|
- background: asset-image(home_box_bg1.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('home_box_bg1.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
}
|
|
}
|
|
|
&.bp2{
|
|
&.bp2{
|
|
|
- background: asset-image(home_box_bg2.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('home_box_bg2.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -540,7 +540,7 @@
|
|
|
&-box1{
|
|
&-box1{
|
|
|
width: calc(100% - 180rpx);
|
|
width: calc(100% - 180rpx);
|
|
|
height: 280rpx;
|
|
height: 280rpx;
|
|
|
- background: asset-image(new_free_title.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('new_free_title.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
padding-left: 53rpx;
|
|
padding-left: 53rpx;
|
|
|
&-text{
|
|
&-text{
|
|
@@ -561,7 +561,7 @@
|
|
|
&-price{
|
|
&-price{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 132rpx;
|
|
height: 132rpx;
|
|
|
- background: asset-image(new_free_price.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('new_free_price.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
padding: 27rpx 34rpx 27rpx 30rpx;
|
|
padding: 27rpx 34rpx 27rpx 30rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -605,7 +605,7 @@
|
|
|
width: calc(100% - 170rpx);
|
|
width: calc(100% - 170rpx);
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
border-radius: 40rpx;
|
|
border-radius: 40rpx;
|
|
|
- background: asset-image(new_free_btn.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('new_free_btn.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -636,7 +636,7 @@
|
|
|
width: calc(100% - 100rpx);
|
|
width: calc(100% - 100rpx);
|
|
|
padding: 54rpx 60rpx 48rpx;
|
|
padding: 54rpx 60rpx 48rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
- background: asset-image(remind_bg.png) no-repeat;
|
|
|
|
|
|
|
+ background: asset-image('remind_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
image{
|
|
image{
|