...
|
...
|
@@ -119,7 +119,10 @@ |
|
|
}
|
|
|
|
|
|
.coupon-use {
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
float: right;
|
|
|
padding-right: 30rem / $pxConvertRem;
|
|
|
color: #999;
|
|
|
text-align: right;
|
|
|
width: 360rem / $pxConvertRem;
|
...
|
...
|
@@ -128,6 +131,9 @@ |
|
|
overflow: hidden;
|
|
|
|
|
|
.iconfont {
|
|
|
position: absolute;
|
|
|
top:0;
|
|
|
right: 0;
|
|
|
color: #999;
|
|
|
}
|
|
|
}
|
...
|
...
|
|