_coupon.css
647 Bytes
html,body {
width: 100%;
}
.coupon-page{
position: relative;
background-image: resolve('life/coupon/bg.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
margin-bottom: -32px;
.coupon-input{
width: 48%;
height: 30px;
text-align: center;
border: none;
position: absolute;
top: 62%;
left: 30%;
font-size: 24px;
background-color: #FFFFFF;
}
.share{
color: #FFFFFF;
font-size:40px;
text-align: center;
display: block;
position: absolute;
top:80%;
width: 100%;
}
}