|
|
.coupon-page {
|
|
|
background-color: #f0f0f0;
|
|
|
.coupon-title {
|
|
|
text-align: center;
|
|
|
height: 58rem/$pxConvertRem;
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
background-color: #fff;
|
|
|
padding-top:36rem/$pxConvertRem;
|
|
|
}
|
|
|
.coupon-box {
|
|
|
background-color: #fff;
|
|
|
padding: 36rem/$pxConvertRem;
|
|
|
margin-bottom: 20rem/$pxConvertRem;
|
|
|
min-height: 242rem/$pxConvertRem;
|
|
|
.coupon-title {
|
|
|
text-align: center;
|
|
|
height: 60rem/$pxConvertRem;
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
}
|
|
|
.coupon-box-main {
|
|
|
width: 100%;
|
|
|
background-color: #00ee00;
|
...
|
...
|
|