slxz.css
2.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.container{
min-height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url("../images/bg03@2x.png" );
background-size: 100% 100%;
position: relative;
}
.home_container{
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
}
.top{
width: 100%;
height: 0.88rem;
background-color: #ffffff;
text-align: center;
line-height: 0.88rem;
font-size: 0.32rem;
display: flex;
position: relative;
/*justify-content: center;*/
}
.top_img{
margin-left: 0.3rem;
width: 0.29rem;
position: absolute;
left:0;
bottom:0;
}
.top_text {
width: 100%;
align-items: center;
justify-content: center;
}
.main{
display: flex;
justify-content: center;
}
.main_text{
width: 6.89rem;
height: 6.73rem;
}
.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.8rem;
font-size: 0.27rem;
background-color: #0A84D9;
text-align: center;
line-height: 0.8rem;
}
.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: 4.02rem;
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;
}
.download_container_main_top{
margin-top: 0.56rem;
font-size: 0.36rem;
}
.download_container_main_text{
margin-top: 0.27rem;
font-size: 0.28rem;
}
.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.8rem;
border: 1px solid #808080;
font-size: 0.36rem;
border-radius: 0.06rem;
outline: none;
padding: 0;
box-sizing: border-box;
}
.download_container_main_bottom{
margin-bottom: 0;
font-size: 0.28rem;
display: flex;
width: 100%;
height: 0.8rem;
line-height: 0.8rem;
text-align: center;
margin-top: 0.53rem;
}
.download_container_main_bottom_left{
/*height: 0.7rem;*/
width: 50%;
background-color: #0A84D9;
color: #FFFFFF;
}
.download_container_main_bottom_right{
width: 50%;
/*height: 0.7rem;*/
}