Blame view

static/sass/life/_coupon.css 647 Bytes
biao authored
1 2 3 4 5 6
html,body {
	width: 100%;
}
.coupon-page{
	position: relative;
    background-image: resolve('life/coupon/bg.jpg');
rqq authored
7
    background-size: 100% 100%;
biao authored
8 9 10
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
王水玲 authored
11
    margin-bottom: -32px;
biao authored
12
    .coupon-input{
rqq authored
13
    	width: 48%;
王水玲 authored
14
        height: 30px;
biao authored
15 16 17
        text-align: center;
        border: none;
        position: absolute;
rqq authored
18
        top: 62%;
biao authored
19 20
        left: 30%;
        font-size: 24px;
rqq authored
21
        background-color: #FFFFFF;
biao authored
22
    }
rqq authored
23 24
    .share{
    	color: #FFFFFF;
王水玲 authored
25
    	font-size:40px;
rqq authored
26 27 28 29 30 31
    	text-align: center;
    	display: block;
    	position: absolute;
    	top:80%;
    	width: 100%;
    }
biao authored
32
}