leftmenuwuc_wev8.css
1008 Bytes
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
.leftmainmenu{
height:35px;
background-image:url('../images/leftmainbg_wev8.png');
line-height:35px;
font-family:"微软雅黑","Arial";
color:#e5f6ff;
font-size:10pt;
font-weight:bold;
padding-left:20px;
vertical-align:middle;
}
.leftmainmenuselected {
height:35px;
background-image:url('../images/leftmainselectedbgwuc_wev8.png');
line-height:35px;
font-family:"微软雅黑","Arial";
color:#e5f6ff;
font-size:10pt;
font-weight:bold;
padding-left:20px;
vertical-align:middle;
}
.leftsubmenu{
height:22px;
line-height:22px;
font-family:"微软雅黑","Arial";
color:#e5f6ff;
font-size:12px;
font-weight:bold;
padding-left:30px;
vertical-align:middle;
}
.leftsubmenuselected {
height:22px;
background-image:url('../images/leftsubselectedbg_wev8.png');
line-height:22px;
font-family:"微软雅黑","Arial";
color:#e5f6ff;
font-size:12px;
font-weight:bold;
padding-left:30px;
vertical-align:middle;
}
a{color:#e5f6ff;text-decoration:none;}
a:hover{text-decoration:none;}