You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
1.8 KiB
102 lines
1.8 KiB
#tab li {
|
|
display: block;
|
|
float: left;
|
|
height: 35px;
|
|
width: 102px;
|
|
background:#E6E7EA;
|
|
margin-left: 5px;
|
|
border-radius:3px 3px 0px 0px;
|
|
}
|
|
a.tabButn {
|
|
display: block;
|
|
float: left;
|
|
height: 35px;
|
|
line-height:35px;
|
|
width: 75px;
|
|
text-align:center;
|
|
margin-left: 5px;
|
|
color:#888;
|
|
}
|
|
a.tabButn:hover{ color:#555;}
|
|
#tab iframe {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 35px;
|
|
z-index: 1;
|
|
width: 801px;
|
|
display: block;
|
|
background-color: #FFF;
|
|
}
|
|
.tab_before {
|
|
color: #666;
|
|
height: 35px;
|
|
width: 102px;
|
|
display: block;
|
|
float: left;
|
|
background:#E6E7EA;
|
|
}
|
|
.rightan {
|
|
padding: 0;
|
|
list-style: none;
|
|
float: right;
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 0px;
|
|
}
|
|
.rightan li {
|
|
float: left;
|
|
cursor: pointer;
|
|
margin-left: 1px;
|
|
_margin-left: 0px;
|
|
display: inline;
|
|
}
|
|
li {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.right {
|
|
float: left;
|
|
width: 800px;
|
|
position: relative;
|
|
background: #fff;
|
|
}
|
|
.tabClose {
|
|
display: block;
|
|
float: left;
|
|
margin-top:8px;
|
|
cursor: pointer;
|
|
color:#777;
|
|
}
|
|
|
|
#goLeft {
|
|
height: 24px;
|
|
width: 24px;
|
|
border-radius:3px;
|
|
color:#CCC;
|
|
background:#EEE;
|
|
}
|
|
#allClose {
|
|
height: 24px;
|
|
width: 24px;
|
|
border-radius:3px;
|
|
color:#fff;
|
|
background:#FFA826 ;}
|
|
#allClose:hover{background:#F60 ;}
|
|
#goLeft .md,
|
|
#goRight .md,
|
|
#allClose .md{font-size:20px; position:relative; top:-2px; left:2px;}
|
|
#allClose .md{ color:#fff;}
|
|
#goRight {
|
|
height: 24px;
|
|
width: 24px;
|
|
border-radius:3px;
|
|
color:#CCC;
|
|
background:#EEE;
|
|
}
|
|
#tab .tab_after {color:#fff;}
|
|
#tab .tab_after .tabClose{color:#fff;}
|
|
#goLeft.goAfter,
|
|
#goRight.goAfter{color:#777;background:#E6E7EA}
|
|
#tab .tab_after a{ color:#fff; } |