...
|
...
|
@@ -6,7 +6,7 @@ |
|
|
.coupon-big {
|
|
|
height: 120px;
|
|
|
width: 580px;
|
|
|
background: resolve('product/coupon-big.png') no-repeat;
|
|
|
background: resolve("product/coupon-big.png") no-repeat;
|
|
|
background-size: 580px 120px;
|
|
|
margin: 30px;
|
|
|
position: relative;
|
...
|
...
|
@@ -21,11 +21,11 @@ |
|
|
float: left;
|
|
|
}
|
|
|
|
|
|
.coupon-left .coupon-left-price .coupon-sign{
|
|
|
.coupon-left .coupon-left-price .coupon-sign {
|
|
|
font-size: 50px;
|
|
|
}
|
|
|
|
|
|
.coupon-left .coupon-left-price .coupon-price{
|
|
|
.coupon-left .coupon-left-price .coupon-price {
|
|
|
font-size: 72px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -53,7 +53,7 @@ |
|
|
.coupon-small {
|
|
|
height: 120px;
|
|
|
width: 245px;
|
|
|
background: resolve('product/coupon-small.png') no-repeat;
|
|
|
background: resolve("product/coupon-small.png") no-repeat;
|
|
|
background-size: 245px 120px;
|
|
|
margin: 30px 0 30px 30px;
|
|
|
position: relative;
|
...
|
...
|
@@ -74,11 +74,11 @@ |
|
|
height: 62px;
|
|
|
}
|
|
|
|
|
|
.coupon-left .coupon-left-price .coupon-sign{
|
|
|
.coupon-left .coupon-left-price .coupon-sign {
|
|
|
font-size: 42px;
|
|
|
}
|
|
|
|
|
|
.coupon-left .coupon-left-price .coupon-price{
|
|
|
.coupon-left .coupon-left-price .coupon-price {
|
|
|
font-size: 52px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -106,4 +106,4 @@ |
|
|
display: flex;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|