style.css
2.68 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
@charset "utf-8";
/* CSS Document */
body { margin:0px 0px 0px 0px; font-size:12px; color:#000000; font-family:Arial, Helvetica, 微软雅黑; width:100%; height:100%;}
td{ font-size:12px;}
.font_color_01 { color:#979797; font-size:12px;}
.login_input { border:1px solid #bac5d4; background-color:#eef3f8; height:30px; line-height:30px; width:250px;}
.login_input01 { border:1px solid #bac5d4; background-color:#eef3f8; height:30px; line-height:30px; width:150px;}
.m20 {margin-top:20px;}
/* A:link,A:visited{
font-size:12px;
color:#858585;
text-decoration:none;
}
A:hover {
font-size:12px;
color:#858585;
text-decoration:underline;
} */
.login_bg { background-image:url(../images/bg.png); background-position:left top; background-repeat:repeat-x;}
.loginButton {
background-image : url(../images/login_1_08.png);
background-repeat : no-repeat;
width: 102px;
height: 34px;
cursor: pointer;
}
.loginButton:hover {
background-image : url(../images/login_1_08a.png);
background-repeat : no-repeat;
width: 102px;
height: 34px;
cursor: pointer;
}
.top_table {
border-bottom:4px solid #177cc2;
background-image:url(../images/topbg.png);
background-repeat:repeat-x;
background-position:left top;
}
span.main_menu, span.main_menu:visited {
font-size:14px;
text-decoration:none;
color:#000;
padding-left:15px;
padding-right:15px;
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x;
background-position:left top;
line-height:32px;
height:32px;
float:left;
text-align:center;
vertical-align:middle;
cursor: pointer;
}
span.main_menu:hover {
font-size:14px;
text-decoration:none;
color:#fff;
font-weight:none;
background-color:#2182c6;
float:left;
background-image:url(../images/bgcolor.gif);
cursor: pointer;
}
span.main_menu_on{
font-size:14px;
text-decoration:none;
color:#fff;
padding-left:15px;
padding-right:15px;
background-color:#2182c6;
line-height:32px;
height:32px;
float:left;
text-align:center;
vertical-align:middle;
cursor: pointer;
}
span.main_menu_on:hover{
font-size:14px;
text-decoration:none;
color:#fff;
font-weight:none;
background-color:#2182c6;
float:left;
background-image:url(images/bgcolor.gif);
cursor: pointer;
}
.menu_line {
width:1px;
background-color:#b9c4cf;
float:left;
height:32px;
line-height:32px;
}
.main_menu img { padding-right:3px; line-height:32px;}
.top_bg02 {background-image:url(../images/right_02.png); background-repeat:no-repeat;background-position:right top;}
.top_bg01 {background-image:url(../images/right_01.png); background-repeat:no-repeat;background-position:right top;}
.fd{ border-top:1px solid #b9c4cf; float:left; border-left:1px solid #b9c4cf; border-right:1px solid #b9c4cf;}