...
|
...
|
@@ -97,22 +97,6 @@ body { |
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.not-get .coupon-info {
|
|
|
background-image: url("img/passport/reg-success-coupon-bg-off.png");
|
|
|
}
|
|
|
|
|
|
.not-get .coupon-left .coupon-price {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.not-get .coupon-left .coupon-condition {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.not-get .coupon-right .coupon-name {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.list-title {
|
|
|
font-size: 28px;
|
|
|
color: #b0b0b0;
|
...
|
...
|
@@ -189,6 +173,26 @@ body { |
|
|
transform: translateY(-50%);
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
&.ufo {
|
|
|
background-image: url("img/passport/reg-success-coupon-bg-on-ufo.png");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.coupon-container .not-get .coupon-info {
|
|
|
background-image: url("img/passport/reg-success-coupon-bg-off.png");
|
|
|
}
|
|
|
|
|
|
.coupon-container .not-get .coupon-left .coupon-price {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.coupon-container .not-get .coupon-left .coupon-condition {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.coupon-container .not-get .coupon-right .coupon-name {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|