e8tabs_wev8.css
732 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
/* box */
.box {
height: 100%;
width:100%;
background: #fff;
}
.p_tab_menu {
overflow: hidden;
padding: 0px;
margin: 0px;
border-bottom: 1px solid #D9D9D9;
margin-bottom: 10px;
}
.p_tab_menu li {
float: left;
height: 24px !important;
line-height: 24px !important;
color: #5F5F5F;
text-align: center;
cursor: pointer;
list-style-type: none;
padding-left:8px;
padding-right:8px;
font-size: 14px;
}
.p_tab_menu li.current {
color: #1264B5;
}
.tab_box {
height: 100%;
width:100%;
overflow:hidden;
position:absolute;
}
.tab_box .hide {
display: none;
}
.magic-line {
position: absolute;
left: 0;
height: 2px!important;
line-height: 2px!important;
margin-top:22px;
}
.magic-line{
top:35px!important;
}