-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin.css
98 lines (97 loc) · 1.62 KB
/
admin.css
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
*{
font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.loginbg{
background-image: url("image/loginbg.jpg");
background-size:cover;
width:100%;
height:100%;
position: absolute;
top:0px;left:0px;
}
.loginbutton{
background:url("./image/button1.gif");
border:none;
width: 160px;
height: 32px;
border-radius: 4px;
color:aliceblue;
margin-left:120px
}
.loginbutton:hover{
box-shadow: 0px 0px 2px 2px rgba(57,164,83,0.6);
}
.loginform{
background-color:rgba(255,255,255,0.4);
width: 400px;
height: 360px;
margin: auto;
margin-top: 150px;
color:rgba(61,54,54,1.00);
}
.loginbanner{
width:200px;
height:120px;
}
.formtitle{
width:400px;
height:60px;
text-align:center;
line-height:60px;
}
.logininfo{
width:400px;
height:180px;
}
.formline{
width:400px;
height:60px;
}
.formline input{
border-radius: 2px;
}
.formline select{
width:100px;
height:30px;
}
.formline_left{
width:150px;
height:60px;
float:left;
text-align:center;
}
.formline_right{
width:250px;
height:60px;
float:left;
}
.admin_article{
float:left;
width:600px;
height:600px;
margin-left:40px;
margin-top:40px;
background-color:rgba(255,255,255,0.4);
}
.admin_article textarea{
width:98%;
height:98%;
margin-left:1%;
margin-top:1%;
}
.admin_backhome{
width:60px;
height:100px;
float:left;
margin-left:40px;
margin-top:40px;
font-size:15px;
color:#ffffff;
}
/*footer{
width: 100%;
height:20px;
line-height: 20px;
color:#fff;
text-align: center;
}*/