...
|
...
|
@@ -5,7 +5,7 @@ html,body { |
|
|
.coupon-page{
|
|
|
position: relative;
|
|
|
background-image: resolve('life/coupon/bg.jpg');
|
|
|
background-size: contain;
|
|
|
background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
...
|
...
|
@@ -16,7 +16,7 @@ html,body { |
|
|
text-align: center;
|
|
|
border: none;
|
|
|
position: absolute;
|
|
|
top: 684px;
|
|
|
top: 62%;
|
|
|
left: 30%;
|
|
|
font-size: 24px;
|
|
|
background-color: #FFFFFF;
|
...
|
...
|
|