first.css
2.4 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body{
background: url("../images/bg03@2x.png");
background-size: 100% 100%;
background-attachment: fixed;
}
.container{
min-height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: relative;
}
.home_container{
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
}
.btn_box{
width: 100%;
height: 2.73rem;
display: flex;
margin-bottom: 0;
justify-content: center;
margin-top: auto;
-webkit-margin-start: auto;
align-items: center;
position: absolute;
bottom: 0;
}
.btn_box_a{
width: 3.2rem;
height: 0.7rem;
font-size: 0.27rem;
background-color: #0A84D9;
text-align: center;
line-height: 0.7rem;
}
.btn_box a{
color: #ffffff;
}
.download_container{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
position: fixed;
top: 0;
left: 0;
z-index: 2;
}
.download_container_main{
width: 5.8rem;
height: 3.49rem;
background-color: #FFFFFF;
position:absolute;
top:40%;
left:50%;
transform: translate(-50%,-50%);
display: flex;
flex-flow: column;
align-items: center;
border-radius: 0.08rem;
-webkit-transform: translate(-50%,-50%);
}
.download_container_main_close{
width: 100%;
display: flex;
justify-content: flex-end;
}
.download_container_main_close img{
width: 0.26rem;
height: 0.27rem;
margin-right: 0.2rem;
margin-top: 0.2rem;
}
.download_container_main_input{
/*margin-top: 0.26rem;*/
display: flex;
/*margin-top: 0.26rem;*/
}
.download_container_main_input input{
/*margin-top: 0.26rem;*/
width: 5.1rem;
height: 0.7rem;
border: 1px solid #808080;
font-size: 0.36rem;
border-radius: 0.08rem;
outline: none;
/*padding: 0;*/
box-sizing: border-box;
margin-top: 0.53rem;
padding-left: 0.4rem;
}
input::-webkit-input-placeholder{
color: #BBBBBB;
font-size: 0.3rem;
/*margin-left: 0.4rem;*/
}
.download_container_main_btn{
/*width: 100%;*/
display: flex;
align-items: center;
margin: auto;
}
.download_container_main_btn_register{
width: 2.35rem;
height: 0.7rem;
background-color: #0A84D9;
line-height: 0.7rem;
font-size: 0.28rem;
text-align: center;
border-radius: 0.12rem;
}
.download_container_main_btn_register a{
color: #ffffff;
}
.download_container_main_btn_register .download_container_main_btn_register-on{
color: #0A84D9;
}