e8tabs1_wev8.css
1.24 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
/* box */
.e8_box {
height:100%;
width:100%;
background: #fff;
/*display:none;
visibility:hidden;*/
overflow:hidden;
}
.e8_rightBox {
overflow:hidden;
padding: 0px;
margin: 0px;
background: transparent;
float:right;
text-align:right;
height:40px;
visibility:hidden;
white-space:nowrap;
position:absolute;
right:0;
line-height:40px;
}
.e8_outbox{
top:19px;
}
.tab_box {
height: 100%;
width:100%;
background:#fff;
/*visibility:hidden;*/
border-top:1px solid #DADADA;
clear:both;
}
.tab_box .hide,div.hide {
display: none;
}
.e8_tablogo{
background-image:url("/system/upgradetoe9/images/default_wev8.png");
background-repeat:no-repeat;
background-position:50% 50%;
width:43px;
height:60px;
line-height:60px;
margin-left:12px;
float:left;
}
.e8_ultab{
height:60px;
float:left;
overflow:hidden;
}
.e8_navtab{
height:20px;
line-height:38px;
margin-left:5px;
font-size:16px;
font-weight:normal;
}
.e8_navtab span#objName{
display: inline-block;
max-width: 400px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.e8_tree{
padding-left:5px !important;
display:none;
}
.e8_outbox{
position:fixed;
right:0;
}
.div_e8_xtree{
display:none;
float:left;
position:fixed;
top:0;
left:0;
}