_login.css
1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
html,body {
width: 100%;
height: 100%;
}
.lifelogin-page{
position: relative;
background-image:resolve('life/login/bg.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
height: 38.125rem;
width: 100%;
.btn-input{
position: absolute;
top: 15.2rem;
left: 4.2rem;
border:none;
width: 9.25rem;
height: 1rem;
line-height: 0.75rem;
text-align: center;
font-size: 24px;
}
.coupon-btn{
background-image:resolve('life/login/button_1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 60.625%;
height:8.13%;
position: absolute;
left: 20%;
top:17rem;
}
.down-app{
background-image:resolve('life/login/button_2.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 80%;
height:8.13%;
left: 10%;
bottom: 4rem;
position: absolute;
}
.notice{
background-image:resolve('life/login/button_3.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 80%;
height:7%;
position: absolute;
left: 10%;
bottom: 0.5rem;
}
.mark{
width: 100%;
height:38.125rem;
background:#69cffe;
position: fixed;
opacity: 0.5;
top:0 ;
z-index: 1;
display: none;
}
.code{
background-image:resolve('life/login/code.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
position: fixed;
height:100%;
left:0;
top:15%;
display: none;
z-index: 2;
.close{
background-image:resolve('life/login/close.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position:absolute;
width:40px;
height:40px;
left:1.4rem;
top:4rem;
}
}
}
@import "coupon";