...
|
...
|
@@ -17,7 +17,7 @@ |
|
|
|
|
|
.coupon-left {
|
|
|
position: absolute;
|
|
|
margin-top: 10px;
|
|
|
margin: 10px 0;
|
|
|
}
|
|
|
|
|
|
.coupon-left .coupon-left-price {
|
...
|
...
|
@@ -37,17 +37,17 @@ |
|
|
font-size: 22px;
|
|
|
line-height: 35px;
|
|
|
display: inline-block;
|
|
|
width: 210px;
|
|
|
width: 200px;
|
|
|
}
|
|
|
|
|
|
.coupon-right {
|
|
|
width: 20px;
|
|
|
font-size: 22px;
|
|
|
right: 28px;
|
|
|
right: 18px;
|
|
|
position: absolute;
|
|
|
height: inherit;
|
|
|
line-height: 25px;
|
|
|
padding: 10px 0;
|
|
|
padding: 10px;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -85,16 +85,17 @@ |
|
|
font-size: 18px;
|
|
|
display: inline-block;
|
|
|
margin-top: -10px;
|
|
|
width: 138px;
|
|
|
}
|
|
|
|
|
|
.coupon-right {
|
|
|
width: 20px;
|
|
|
font-size: 18px;
|
|
|
right: 17px;
|
|
|
right: 7px;
|
|
|
position: absolute;
|
|
|
height: inherit;
|
|
|
line-height: 25px;
|
|
|
padding: 10px 0;
|
|
|
padding: 10px;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|