2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
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
/*覆盖展开图标*/
.ztree li span.button.roots_open, .ztree li span.button.bottom_open {
    background: url(/image/ztree/tree_open.png) 7px 10px no-repeat;
}
 
/*覆盖关闭图标*/
.ztree li span.button.roots_close, .ztree li span.button.bottom_close {
    background: url(/image/ztree/tree_hide.png) 9px 7px no-repeat;
}
 
/*覆盖展开图标*/
.ztree li span.button.center_open, .ztree li span.button.bottom_open,.ztree li span.button.root_open {
    background: url(/image/ztree/tree_open.png) 7px 10px no-repeat;
}
 
/*覆盖关闭图标*/
.ztree li span.button.center_close, .ztree li span.button.bottom_close,.ztree li span.button.root_close {
    background: url(/image/ztree/tree_hide.png) 9px 7px no-repeat;
}
 
/*隐藏连线图标*/
.ztree li ul.line, .ztree li span.button.center_docu, .ztree li span.button.bottom_docu, .ztree li span.button {
    background: none;
}
 
/*调整节点字体大小*/
.ztree * {
    font-size: 16px;
}
 
/*节点文本高度、位置*/
.ztree li a {
    height: 28px !important;
    line-height: 28px;
}
 
/*覆盖目录节点展开图标--修改后台返回数据iconClose节点即可*/
.button.ico_open {
    background: url(/image/ztree/firstopen_muen.png) 0 0 no-repeat!important;
}
 
/*覆盖目录节点关闭图标--修改后台返回数据iconOpen节点即可*/
.button.ico_close {
    background: url(/image/ztree/first_muen.png) 0 0 no-repeat!important;
}
 
/*调整收缩、目录、资源图标大小*/
.ztree li span.button.switch, .ztree li span.button {
    width: 28px;
    height: 28px;
}
 
/*调整目录展开时Loading图标位置*/
.ztree li span.button.ico_loading {
    background-position: 7px 7px;
}
 
.ztree li span.button.ico_docu{
    background: url(/image/ztree/-second_menu.png) 0 0 no-repeat!important;
}