login.css
1.9 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
@charset "utf-8";
html {
text-align: left;
height: 100%;
width: 100%;
}
*{margin:0px auto;padding:0px;}
body {
font-family:"microsoft yahei",Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 100%;
width: 100%;
background:url(../img/loginbg.jpg) repeat-y;
background-attachment:fixed;
webkit-background-size: cover;
}
div,form,img,ul,li,input,p,ul,ol,li,form{margin:0px;padding:0px;border:0px; list-style:none; }
.clear{ clear:both;font-size:0; height:0; line-height:0;}
/*#login_bj{
background:url(../img/loginbg.jpg) repeat-y;
background-attachment:fixed;
webkit-background-size: cover;
}*/
#login{
position: absolute;
width: 100%;
height: 200px;
top:35%;
/*bottom:300px*/
background: url(../img/login_tou.png);
}
#login .logo{
height: 83px;
background: url(../img/login_logo.png) no-repeat center;
margin-top: 32px;
}
#login .login_box{
position: relative;
width: 480px;
height: 35px;
margin: 0px auto;
/*background: red;*/
/*clear: both;*/
}
#login .login_box .admin{
float: left;
width: 167px;
height: 35px;
line-height: 35px;
background: url(../img/icon_login_admin.jpg) no-repeat 10px center #FFFFFF;
padding-left: 35px;
/*border-radius: 5px;
behavior: url(css/ie-css3.htc);*/
}
#login .login_box .passWord{
float: left;
width: 167px;
height: 35px;
line-height: 35px;
margin-left: 15px;
background: url(../img/icon_password.jpg) no-repeat 10px center #FFFFFF;
padding-left: 35px;
/*border-radius: 5px;
behavior: url(css/ie-css3.htc);*/
}
#login .login_box .submit{
float: left;
margin-left: 15px;
width: 34px;
height: 34px;
background: url(../img/btn_login.png) no-repeat center;
outline: none;
cursor: pointer;
}
#copyright{
position: absolute;
bottom:30px;
width: 100%;
color: #FFFFFF;
font-size: 14px;
text-align: center;
}