-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
111 lines (104 loc) · 1.6 KB
/
index.css
File metadata and controls
111 lines (104 loc) · 1.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
@CHARSET "UTF-8";
.line{
border-bottom:2px solid #ddd;
border-radius:25px;
}
.icon-spin{
animation:first 2s infinite linear;
-moz-animation:first 2s infinite linear;
-o-animation:first 2s infinite linear;
-webkit-animation:first 2s infinite linear;
}
@keyframes first{
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
}
body{
margin:0;
font-size:13px;
}
.top{
height:60px;
border-top:3px solid #44b549;
line-height: 60px;
}
.container{
width:1000px;
margin:0 auto;
}
.logo{
float:left;
}
.help{
float:right;
}
a{
color:#459ae9;
}
.middle{
background:url(41.jpg) repeat-x;
height:460px;
clear:both;
}
.middle .login{
width:400px;
height:300px;
background:white;
margin-top: 25px;
float:right;
}
.middle .login .loginContent{
width:300px;
height:240px;
margin:0 auto;
margin-top: 30px;
}
.middle .login .loginContent .it{
width:278px;
height:40px;
border:1px solid #ddd;
}
.middle .login .loginContent .it i{
background:url(6.jpg);
width:16px;
height:18px;
display:inline-block;
float:left;
margin-top:11px;
margin-left:10px;
}
.middle .login .loginContent .it .txt{
font-size:17px;
margin-left:10px;
color:#a3a3a3;
width:220px;
height:35px;
font-family:"楷体";
}
.middle .login .loginContent .it i.pwd{
background-position:0 -28px;
}
.remember{
margin-top:10px;
}
.flt{
float:left;
}
.flr{
float:right;
}
.btn{
width:150px;
height:30px;
border:0px;
line-height:30px;
color:white;
background-color:#44b549;
}
.loginbtn{
margin-top:30px;
}