cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
@charset "utf-8";
/* CSS Document */
 
/*input_wrap*/
.input_wrap, .textarea_wrap{
    position:relative;
    background:#FFF;
    border:1px solid #666;
    width:200px;
    height:24px;
    overflow:hidden;
}
.input_wrap input, .input_wrap span, .textarea_wrap textarea, .textarea_wrap span{
    padding:0 5px;
    position: absolute;
    left:0;
    top:0;
    background: none;
    border: none;
    height: 24px;
    width:190px;
    color:#686767;
    font:12px "宋体";
    line-height:24px;
    z-index: 1;
}
.textarea_wrap{
    width:200px;
    height:100px;
}
.textarea_wrap textarea, .textarea_wrap span{
    height:100px;
    width:190px;
}
 
body{
    background:#FFF;
    min-width:1070px;
}
 
/*login_top*/
.login_top{
    margin:0 auto;
    padding:20px 0 35px;
    height:48px;
    width:1000px;
}
.login_top a.larks_logo{
    float:left;
}
.login_top p{
    float:right;
    color:#333333;
    font-size:12px;
}
.login_top p em{
    color:#ff6600;
}
 
 
/*login_con_wrap*/
.login_con_wrap{
    background:url(../images/bg-more.gif) repeat-x;
    height:449px;
}
.login_con_bigbg{
    margin:0 auto;
    background:url(../images/bg-big.gif) no-repeat;
    height:449px;
    width:1070px;
}
.login_con{
    margin:0 auto;
    width:1000px;
}
.login_func{
    float:right;
    margin-top:40px;
    width:362px;
}
.login_func .lf_top{
    background:url(../images/login-box-top.png) no-repeat;
    height:5px;
    width:362px;
}
.login_func .lf_con{
    padding:5px 35px 15px;
    background:url(../images/login-box-middle.png) repeat-y;
}
.login_func .lf_bottom{
    background:url(../images/login-box-bottom.png) no-repeat;
    height:10px;
    width:362px;
}
.login_func .lfc_btn{
    background:url(../images/btnbg.gif) repeat-x;
    height:47px;
}
.login_func .lfc_btn a{
    float:left;
    padding:0 5px;
    display:block;
    height:47px;
    color:#666666;
    font:18px "微软雅黑";
    line-height:45px;
}
.login_func .lfc_btn a.focus, .login_func .lfc_btn a:hover{
    background:url(../images/btnhover.gif) repeat-x;
    color:#0088cc;
}
.login_func .lfc_btn a.forget_password{
    float:right;
}
.login_func div.input_div{
    margin-top:25px;
    position:relative;
    border:1px solid #e7e7e7;
    height:35px;
}
.error_pop{
    position: absolute;
    padding:0 10px;
    left:300px;
    top:0;
    background-color: #ff9898;
    border: 1px solid #f66;
    height:33px;
    color: #fff;
    cursor: default;
    font-size: 12px;
    line-height:33px;
    white-space:nowrap;
    z-index: 100;
}
.error_pop:before, .error_pop:after{
    color: #f66;
    content: "◆";
    font-family: "SimSun";
    font-size: 16px;
    left: -8px;
    position: absolute;
    top: 2px;
    transition: all 0.6s ease 0s;
}
.error_pop:after{
    color: #ff9898;
    left: -7px;
}
.login_func div.input_div img{
    float:left;
    margin:7px 5px 0 5px;
}
.login_func div.input_div .input_wrap{
    border:none;
    height:35px;
    width:255px;
}
.login_func div.input_div .input_wrap span, .login_func div.input_div .input_wrap input{
    height:35px;
    width:245px;
    line-height:35px;
}
.login_func div.input_div .input_wrap span{
    color:#bababa;
    font-size:14px;
}
.login_func a.login_btn{
    margin-top:25px;
    background:#2592e0;
    border-radius:3px;
    display:block;
    height:40px;
    color:#FFF;
    font:16px "微软雅黑";
    line-height:40px;
    text-align:center;
}
.login_func a.login_btn:hover{
    background:#3b9de3;
}
.login_func a.login_btn.focus{
    background:#ccc;
}
.login_func .remember_password{
    margin-top:15px;
    padding-bottom:20px;
    color:#7f7f7f;
    font:14px "微软雅黑";
}
.login_func .remember_password input{
    margin:4px 5px 0 0;
}
.login_func .remember_password input, .login_func .remember_password label{
    float:left;
}
.login_func .remember_password a{
    float:right;
.login_func .other_login{
    margin-bottom:10px;
    padding-top:20px;
    border-top:1px solid #e4e4e4;
    color:#7f7f7f;
    font-size:12px;
}
.login_func .other_login a, .login_func .other_login span, .login_func .other_login img{
    float:left;
    display:block;
}
.login_func .other_login a{
    margin-left:5px;
}
.login_footer{
    margin:0 auto;
    padding:55px 0;
    width:1000px;
    color:#666666;
    font-size:12px;
}
.login_footer P{
    float:left;
}
.login_footer P a{
    color:#666666;
}
.login_footer P span{
    margin:0 5px;
}
.login_footer em{
    float:right;
}
.login_func div.verification_code{
    border:none;
}
.login_func div.verification_code .input_wrap{
    float:left;
    border:1px solid #e7e7e7;
    width:145px;
}
.login_func div.verification_code .input_wrap span, .login_func div.verification_code .input_wrap input{
    width:135px;
}
.login_func div.verification_code span.vc_wrap{
    float:right;
    margin:0 5px;
    border:1px solid #e7e7e7;
    display:block;
    height:35px;
    width:85px;
}
.login_func div.verification_code span.vc_wrap img{
    margin:0;
}
.login_func div.verification_code a{
    float:right;
    color:#0088cc;
    font-size:12px;
    line-height:37px;
}