|
|
.coupon-page {
|
|
|
|
|
|
.coupon-title {
|
|
|
background-color: #fff;
|
|
|
text-align: center;
|
...
|
...
|
@@ -6,15 +7,18 @@ |
|
|
line-height: 96rem/$pxConvertRem;
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
}
|
|
|
|
|
|
.coupon-box {
|
|
|
background-color: #fff;
|
|
|
padding: 36rem/$pxConvertRem;
|
|
|
padding-top: 0;
|
|
|
height: 172rem/$pxConvertRem;
|
|
|
|
|
|
.coupon-box-main {
|
|
|
width: 100%;
|
|
|
float: left;
|
|
|
height: 170rem / $pxConvertRem;
|
|
|
|
|
|
.coupon-left {
|
|
|
float: left;
|
|
|
width: 80%;
|
...
|
...
|
@@ -22,29 +26,35 @@ |
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.coupon-right {
|
|
|
float: left;
|
|
|
width: 20%;
|
|
|
text-align: center;
|
|
|
height: 170rem/$pxConvertRem;
|
|
|
background-color: rgb(224,84,85);
|
|
|
|
|
|
.coupon-right-reBox {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
color:#fff;
|
|
|
|
|
|
.coupon-right-re {
|
|
|
font-size: 25rem/$pxConvertRem;
|
|
|
margin-top: 60rem/$pxConvertRem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.coupon-right-goBox {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
color:#fff;
|
|
|
font-size: 15rem/$pxConvertRem;
|
|
|
|
|
|
.coupon-right-st {
|
|
|
margin-top: 40rem/$pxConvertRem;
|
|
|
}
|
|
|
|
|
|
.coupon-right-go {
|
|
|
border-radius: 15px;
|
|
|
border: 1px solid #fff;
|
...
|
...
|
@@ -83,6 +93,7 @@ |
|
|
background-color: rgba(250, 250, 250, .92);
|
|
|
display: none;
|
|
|
border-radius: 10px;
|
|
|
|
|
|
.coupon-message-content {
|
|
|
border-bottom: 1px solid rgb(197, 197, 197);
|
|
|
height: 160rem/$pxConvertRem;
|
...
|
...
|
@@ -90,6 +101,7 @@ |
|
|
line-height: 160rem/$pxConvertRem;
|
|
|
font-size: 28rem/$pxConvertRem;
|
|
|
}
|
|
|
|
|
|
.coupon-message-op {
|
|
|
height: 90rem/$pxConvertRem;
|
|
|
text-align: center;
|
...
|
...
|
@@ -100,10 +112,12 @@ |
|
|
color: rgb(223, 98, 112);
|
|
|
display:none;
|
|
|
}
|
|
|
|
|
|
.coupon-message-op-go {
|
|
|
color:rgb(223,98,112);
|
|
|
display:none;
|
|
|
}
|
|
|
|
|
|
.coupon-message-op-rel {
|
|
|
color: rgb(223, 98, 112);
|
|
|
display:none;
|
...
|
...
|
|