...
|
...
|
@@ -101,6 +101,7 @@ body { |
|
|
width: 710px;
|
|
|
height: 200px;
|
|
|
margin-bottom: 20px;
|
|
|
position: relative;
|
|
|
|
|
|
.coupon-left {
|
|
|
width: 200px;
|
...
|
...
|
@@ -182,6 +183,16 @@ body { |
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.top-tip {
|
|
|
width: 84px;
|
|
|
height: 84px;
|
|
|
background-image: resolve("home/coupon/top-tip@2x.png");
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.no-support-selected {
|
...
|
...
|
|