xly.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
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;
display: flex;
flex-flow: column;
align-items: center;
}
.mid{
width: 6.9rem;
height: 9rem;
background-color: #ffffff;
/*margin: 0.2rem 0.3rem;*/
margin-top: 0.5rem;
border: none;
outline: none;
font-size: 0.3rem;
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.1rem;
box-sizing: border-box;
padding: 0.5rem;
}
.btn_sub{
margin-top: 1.5rem;
width: 3.6rem;
height: 0.7rem;
background-color: #0A84D9;
font-size: 0.28rem;
text-align: center;
line-height: 0.7rem;
color: #ffffff;
border-radius: 0.08rem;
}
/*遮盖层*/
.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: #f6f6f6;
/*position:absolute;*/
top:40%;
left:50%;
transform: translate(-50%,-50%);
display: flex;
flex-flow: column;
align-items: center;
border-radius: 0.08rem;
position: relative;
}
.download_container_main_top{
margin-top: 0.56rem;
font-size: 0.36rem;
}
.download_container_main_text{
margin-top: 1rem;
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;
position: absolute;
bottom: 0;
}
.download_container_main_bottom_left{
/*height: 0.7rem;*/
width: 50%;
background-color: #0A84D9;
color: #FFFFFF;
}
.download_container_main_bottom_right{
width: 50%;
background-color: #ffffff;
/*height: 0.7rem;*/
}
/*弹层*/
.pop_fn{
position: fixed;
top: -2rem;
left: 0;
right: 0;
width: 3.74rem;
height: 0.82rem;
margin: 0 auto;
text-align: center;
line-height: 0.82rem;
color: #fff;
font-size: 0.24rem;
/*background: #352D32;*/
background:rgba(0,0,0,0.4);
transition: 1.2s;
border-radius: 0.36rem;
z-index: 999;
}