style1_wev8.css
1.13 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
/*For lisbox*/
.listbox1 {
padding-right:100px;
}
.listbox1 .t-left{
width:6px;
height:20px;
background-position:center right;
}
.listbox1 .t-right{
width:8px;
height:20px;
}
.listbox1 .t-center {
height: 20px;
}
.listbox1 .flag_1{
background: url(listbox/page_copy_wev8.png) no-repeat;width:16px;height:16px;
top:10px;
left:12px;
}
.listbox1 .title_1{
position:relative;
top:-2px;
left:10px;
color:#4f6b72;
font-weight:bold;
}
.listbox1 ul {
margin:-10 0 0 0;
padding:10px 20px 25px 44px;
list-style:none;
}
.listbox1 ul li {
background-position:0 8 ;
padding-left:10px;
height: 20px;
line-height: 20px;
}
.listbox1 ol {
padding:2 0 2 20;
list-style:none;
margin:0;
}
.listbox1 ol li {
background:url(listbox/item_wev8.png) no-repeat;
background-position:0 8 ;
padding-left:10px;
height: 20px;
line-height: 20px;
}
.listbox1 .flag_2_forDocList_open{
background:url(listbox/open2_wev8.png) no-repeat;
background-position:0 5 ;
padding-left:15px;
}
.listbox1 .flag_2_forDocList_close{
background:url(listbox/close2_wev8.png) no-repeat;
background-position:0 5 ;
padding-left:15px;
}