spjk_login.css
3.3 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: url(../images/spjk_bg.png);
background-size: 100% 100%;
background-attachment: fixed;
background-repeat: no-repeat;
}
.bg{
margin: auto;
padding: 9% 0;
width: 30%;
}
.bg_img{
background-image: url(../images/spjk_login.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
ul{
list-style: none;
}
.bg_img ul li{
color: #FFF;
}
.bg_img ul li:first-child{
font-size: 30px;
font-weight: 600;
padding: 30px 20px 2px;
}
.bg_img ul li{
font-size: 14px;
padding: 0 20px;
}
.bg_login{
margin-top: 30px;
padding: 25px 25px 20px;
}
.bg_login input{
background: none;
border: none;
width: 60%;
outline: 0;
color: #fff;
font-size: 14px;
}
.code{
padding: 4px 0;
color: #fff;
border-bottom: 1px solid #fff;
}
.pas{
margin-top: 50px;
padding: 4px 0;
color: #fff;
border-bottom: 1px solid #fff;
}
.bg_sel{
width: 100%;
text-align: end;
padding: 0 25px;
color: #fff;
font-size: 14px;
}
.bg_zh :nth-child(2){
margin-right: 50px;
}
.gb_btn{
padding: 40px 0;
text-align: center;
}
button{
font-size: 20px;
width: 90%;
height: 50px;
background-color: #fff;
color: #005ECC;
font-weight: 600;
border: none;
border-radius: 4px;
}
li{
list-style: none;
}
.bg_btm{
text-align: center;
color: #fff;
padding: 25px 0;
display: none;
}
.bg_btm li:first-child{
font-size: 16px;
}
.bg_btm li:nth-child(2){
font-size: 14px;
}
.bg_top{
padding: 4px;
}
.bg_btm_sj{
text-align: center;
color: #005ECC;
padding: 25px 0;
display: none;
}
.bg_btm_sj li:first-child{
font-size: 16px;
}
.bg_btm_sj li:nth-child(2){
font-size: 14px;
}
.bg_dl{
color: #fff;
padding: 20px;
display: none;
}
/* check */
.lo_check{
padding: 25px 0;
}
/* .lo_check ul{
display: inline-flex;
width: 300px;
}
.lo_check ul li{
display: flex;
}
.lo_check ul li span{
font-size: 16px;
padding: 0 5px;
}
.lo_sel{
width: 20px;
height: 20px;
} */
.bg_top{
padding: 4px 0;
}
/* 媒体 */
@media screen and (max-width: 1200px){
.bg{
/* padding: 18% 0; */
/* padding-top: 60px; */
/* margin: 0 auto; */
width: 80%;
}
.bg_img ul li:first-child{
font-size: 17px;
font-weight: 550;
padding: 10px 0 3px 20px;
}
.bg_img ul li{
font-size: 10px;
font-weight: 500;
}
.bg_btm_sj{
position: absolute;
bottom: 0;
display: block;
width: 80%;
color: #9fa3a5;
}
.bg_dl{
font-size: 24px;
font-weight: 600;
padding: 20px 20px 0px;
display: block;
}
.bg_login{
margin-top: 20px;
padding: 15px 25px 15px;
}
.pas{
margin-top: 25px;
}
.bg_login input{
font-size: 12px;
width: 50%;
}
.bg_top ul li{
padding: 1px 20px;
}
.bg_top ul li:nth-child(2){
font-size: xx-small;
font-weight: 100;
padding: 1px 0 0 20px;
}
.bg_zh :nth-child(2){
margin-right: 40px;
}
body{
font-size: 10px;
}
.bg_btm_sj li:first-child{
font-size: 12px;
}
.bg_btm_sj li:nth-child(2){
font-size: 10px;
}
.bg_sel{
font-size: 10px;
}
.bg_l{
/* padding: 2px; */
margin: 19% auto;
}
/* 隐藏 */
.bg_dl{
/* display: none; */
}
.bg_btm_sj{
display: block;
}
button {
height: 38px;
}
.gb_btn{
padding: 35px 0 20px 0;
}
}