leftNumMenu_wev8.css
974 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.e8menu{
position:relative;
}
.e8menu .e8menu_num_text{
background-color:#f5f5f5;
padding-left:5px;
padding-right:5px;
text-align:center;
}
span.e8menu_num_block {
z-index: 99999!important;
}
.ztree li div.curSelectedNode { opacity: 1!important; }
.e8menu .e8menu_num_text,.e8menu .e8menu_num_block{
position:absolute;
right:20px;
z-index:2;
top:0;
margin-right:0;
}
.e8menu .e8menu_num_block span{
display:inline-block;
height:30px;
min-height:25px;
min-width:25px;
text-align:center;
line-height:30px;
margin-right:0px;
padding-left:2px;
padding-right:2px;
color:#fff;
}
.e8menu .sepline{
/*display:inline-block;*/
}
.level2 .e8menu_num_block span{
height:22px;
line-height:22px;
min-width:22px;
}
#overFlowDiv{
width:246px;
}
.ps-container .ps-scrollbar-y{
z-index:3;
}
.ztree li div.curSelectedNode .e8menu .e8menu_num_text{
background-color:#0D93F6;
}
.e8HoverZtreeDiv:hover .e8menu .e8menu_num_text{
background-color:#def0ff;
}