...
|
...
|
@@ -206,18 +206,20 @@ a:focus { |
|
|
line-height: 0.6rem;
|
|
|
text-align: center;
|
|
|
font-size: 0.45rem;
|
|
|
-webkit-text-size-adjust: none;
|
|
|
color: #fff;
|
|
|
background: #c41a07;
|
|
|
-moz-border-radius: 0.125rem;
|
|
|
-webkit-border-radius: 0.125rem;
|
|
|
border-radius: 0.125rem;
|
|
|
}
|
|
|
/* line 90, ../sass/coupon-mobile.scss */
|
|
|
/* line 93, ../sass/coupon-mobile.scss */
|
|
|
.coupon-rule ul li em {
|
|
|
float: left;
|
|
|
margin: 0 0 0 0.25rem;
|
|
|
width: 11.45rem;
|
|
|
font-size: 0.45rem;
|
|
|
-webkit-text-size-adjust: none;
|
|
|
color: #fff;
|
|
|
line-height: 0.65rem;
|
|
|
}
|
...
|
...
|
|