1
|
.coupon-page {
|
1
|
.coupon-page {
|
2
|
background-color: #f0f0f0;
|
2
|
background-color: #f0f0f0;
|
|
|
3
|
+ .coupon-title {
|
|
|
4
|
+ text-align: center;
|
|
|
5
|
+ height: 58rem/$pxConvertRem;
|
|
|
6
|
+ font-size: 30rem / $pxConvertRem;
|
|
|
7
|
+ background-color: #fff;
|
|
|
8
|
+ padding-top:36rem/$pxConvertRem;
|
|
|
9
|
+ }
|
3
|
.coupon-box {
|
10
|
.coupon-box {
|
4
|
background-color: #fff;
|
11
|
background-color: #fff;
|
5
|
padding: 36rem/$pxConvertRem;
|
12
|
padding: 36rem/$pxConvertRem;
|
6
|
margin-bottom: 20rem/$pxConvertRem;
|
13
|
margin-bottom: 20rem/$pxConvertRem;
|
7
|
min-height: 242rem/$pxConvertRem;
|
14
|
min-height: 242rem/$pxConvertRem;
|
8
|
- .coupon-title {
|
|
|
9
|
- text-align: center;
|
|
|
10
|
- height: 60rem/$pxConvertRem;
|
|
|
11
|
- font-size: 30rem / $pxConvertRem;
|
|
|
12
|
- }
|
|
|
13
|
.coupon-box-main {
|
15
|
.coupon-box-main {
|
14
|
width: 100%;
|
16
|
width: 100%;
|
15
|
background-color: #00ee00;
|
17
|
background-color: #00ee00;
|