login.css
6.59 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
/* CSS Document */
*{font-size:14px;border:0;margin:0;padding:0;}
/*body {
font-family: '���ź�';
margin: 0 auto;
min-width: 980px;
text-align: center;
background: url("../images/login/b4.jpg") 0px 0px no-repeat;
background-size: cover;
background-attachment: fixed;
-webkit-background-attachment: fixed;
-webkit-background-size: cover;
-o-background-size: cover;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}*/
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
imgs{border:0;}
dl,dt,dd,span{margin:0;padding:0;display:block;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#00a4ac;text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}
cite{font-style:normal;}
h2{font-weight:normal;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
::-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
::-moz-placeholder { /* Firefox 18- */
color: #fff;
}
/*cloud*/
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}
/*login*/
.logintop{height:47px; position:absolute; top:0; background:url(/images/login/loginbg1.png) repeat-x;z-index:100; width:100%;}
.logintop span{color:#fff; line-height:47px; background:url(/images/login/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
.logintop ul{float:right; padding-right:30px;}
.logintop ul li{float:left; margin-left:20px; line-height:47px;}
.logintop ul li a{color:#afc5d2;}
.logintop ul li a:hover{color:#fff;}
.loginbody{ width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
.systemlogo{background:url(/images/login/logo.png) no-repeat center;width:100%; height:70px; margin-top:40px;}
.loginbox{width:452px; height:400px; margin-top:30px;margin-left:100px;background:rgba(255,255,255,0.01);border-radius:30px;}
.loginbox ul li{margin-bottom:25px;}
.loginbox ul li label{color:#687f92; padding-left:25px;}
.loginbox ul li label a{color:#687f92;}
.loginbox ul li label a:hover{color:#3d96c9;}
.loginbox ul li label input{margin-right:5px;}
@media screen and (min-width: 740px) {
.loginuser { /*width:299px; height:48px; border:none; line-height:48px; padding-left:44px; font-size:14px; background-color:transparent;*/
padding: 13px 10px;
width: 92.5%;
font-size: 16px;
outline: none;
background: transparent;
border: 0px;
border-bottom: 1px solid #fff;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1.6px;
color: #fff;
}
.loginpwd { /*width:299px; height:48px; border:none;line-height:48px; padding-left:44px; font-size:14px; background-color:transparent;*/
padding: 13px 10px;
width: 92.5%;
font-size: 16px;
outline: none;
background: transparent;
border: 0px;
border-bottom: 1px solid #fff;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1.6px;
color: #fff;
}
.loginbox ul {
margin-top: 88px;
}
.loginbm {
font-size: 11pt;
height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
_position: absolute;
*position: absolute;
bottom: 0;
width: 100%;
color: white;
}
}
@media screen and (max-width: 740px) {
.loginuser { /*width:299px; height:48px; border:none; line-height:48px; padding-left:44px; font-size:14px; background-color:transparent;*/
padding: 13px 10px;
/*width: 92.5%;*/
font-size: 16px;
outline: none;
background: transparent;
border: 0px;
border-bottom: 1px solid #fff;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1.6px;
color: #fff;
}
.loginpwd { /*width:299px; height:48px; border:none;line-height:48px; padding-left:44px; font-size:14px; background-color:transparent;*/
padding: 13px 10px;
/*width: 92.5%;*/
font-size: 16px;
outline: none;
background: transparent;
border: 0px;
border-bottom: 1px solid #fff;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1.6px;
color: #fff;
}
.loginbox ul {
margin-top: 40px;
}
.loginbm {
display: none;
font-size: 11pt;
height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
_position: absolute;
*position: absolute;
bottom: 0;
width: 100%;
color: white;
}
}
/*@media screen and (max-width: 350px) {
.loginbm {
display:none;
font-size: 11pt;
height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
_position: absolute;
*position: absolute;
bottom: 0;
width: 100%;
color: white;
}
}
@media screen and (min-width: 400px) {
.loginbm {
font-size: 11pt;
height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
_position: absolute;
*position: absolute;
bottom: 0;
width: 100%;
color: white;
}
}*/
.loginbtn{width:111px;height:35px; background:url(/images/login/buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer;line-height:35px;}
.loginbm a{font-weight:bold;color:#0b3a58;}
.loginbm a:hover{color:#fff;}
/*.main {background-color:#1c77ac; background-image:url(/images/login/light.png); background-repeat:no-repeat; background-position:center top; overflow:hidden;}*/
.logintop span{
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;color:#DDD;font-size: 12px;
}
.ipt:focus{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.loginuser:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
border: 1px solid #CCC !important;
}
.loginpwd:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
border: 1px solid #CCC !important;
}