-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (68 loc) · 3.05 KB
/
Copy pathstyle.css
File metadata and controls
76 lines (68 loc) · 3.05 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
body { font:12px/20px 宋体; background:#fff; }
body,ul,li,p,form,dl,dt,dd,input { margin:0; padding:0; }
ul { list-style:none; }
img { border:0; }
table { border-collapse:collapse; }
.clearfix:after { content:"."; display:block; visibility:hidden; height:0; overflow:hidden; clear:both; }
.clearfix { _zoom:1; }
.input-text {
border:0;
padding:4px 8px;
font-size:16px;
background:url(../images/input_bg.png) no-repeat;
}
.input-button {
border:0;
font-size:14px;
font-weight:bold;
padding:6px 16px;
background:url(../images/button_bg.png) no-repeat;
color:#fff;
overflow:visible;
}
/* Login */
.blue-style { background:#3379b7 url(../images/login_bg.jpg) left top repeat-x; }
#login { width:950px; margin:0 auto; padding-top:176px; }
#login .icon { float:left; background:url(../images/login_icon.jpg); width:322px; height:398px; _margin-right:-3px; }
#login .login-box { margin-left:322px; _margin-left:319px; background:url(../images/login_box.jpg); width:612px; height:398px; }
#login .login-box form { padding-top:180px; margin-left:160px; width:410px; }
#login .login-box form dl dt { float:left; width:70px; line-height:46px; height:46px; font-size:16px; font-weight:bold; color:#fff; }
#login .login-box form dl dd { margin-left:70px; height:46px; }
#login .login-box form dl dd input { margin:10px 0; width:200px; }
#login .login-box .buttons { text-align:right; margin-top:30px; }
#login .login-box .buttons input { margin-left:26px; }
/* Frame */
.frame-bd { background:url(../images/frame_bg.gif) right top repeat-y; }
/* Left */
.left-menu { list-style:none; margin:0 8px; }
.left-menu li { margin:10px 0; }
/* Top */
#header { background:url(../images/header_bg.gif); height:100px; }
#header .title { background:url(../images/title.gif); width:383px; height:46px; float:left; margin:25px 50px; }
#header .welcome { margin-left:500px; padding-top:50px; font-size:18px; color:#fff; }
.menu { background:url(../images/menu_bg.gif); line-height:40px; height:40px; font-size:16px; color:#fff; padding:0 20px; }
.menu input { margin:5px 0; vertical-align:middle; }
.menu .button {
border:0;
font-size:14px;
font-weight:bold;
padding:4px 16px;
background:#92d1f4;
color:#fff;
overflow:visible;
}
.main { width:800px; padding:0 10px; }
.optitle { padding:10px 0; border-bottom:2px solid #666666; }
.optitle .title { line-height:30px; font-size:24px; font-weight:bold; color:#666666; }
.optitle em { float:right; }
.content { width:780px; padding:10px; margin:10px 0; background:#92d1f4; }
.content table { width:100%; background:#fff; }
.content table td { padding:2px 4px; }
.content table.list td { border:1px solid #666; text-align:center; }
.content table.box { border:1px solid #666; }
.content table.box td { font-size:16px; padding:10px 0; }
.content table.box td input.text { border:1px solid #7f9db9; padding:2px 5px; width:250px; }
.content table.box td textarea { border:1px solid #7f9db9; padding:2px 5px; width:350px; height:80px; }
.content table.box td.field { text-align:right; width:120px; }
.main .buttons { text-align:center; }
.main .buttons input { margin:0 10px; }