Files
wnmj-normal/GonghuiWeb/www/m/css/tab.css

48 lines
3.4 KiB
CSS
Raw Normal View History

2026-03-03 13:56:44 +08:00
html,body,form,div,p,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
input,button,textarea,img,
table,caption,thead,tbody,tfoot,tr,th,td { margin:0; padding:0; list-style:none;}
html { height:100%; overflow:hidden;}
body { height:100%; overflow:hidden; background:#fff; font-size:12px; font-family:simsun;}
.c_tabNav { height:26px; background:url(/m/img/bg3.gif);border-left:#98C0F4 1px solid;}
.c_tabNav .tabNavWrapper { position:relative; overflow:hidden;}
.c_tabNav .tab { margin-right:76px; position:relative; z-index:2; overflow:hidden; white-space:nowrap; zoom:1; margin-left:-1px;}
.c_tabNav .tab .maxWidth { width:100%; overflow:hidden; float:left;}
.c_tabNav .tab ul { width:10000px; height:26px; overflow:hidden;}
.c_tabNav .tab li {float:left; margin-right:-1px; position:relative; color:#000;border-left:#98C0F4 1px solid;border-right:#98C0F4 1px solid;}
.c_tabNav .tab .li {line-height:25px;margin:0;text-decoration:none; color:#135294;}
.c_tabNav .tab .li:hover { cursor:pointer; color:#f60;}
.c_tabNav .tab .text {overflow:hidden;float:left;padding:0 20px 0 8px;}
.c_tabNav .tab .li:hover .text {background:#FFFFCF;}
.c_tabNav .tab .loading .text span { padding-left:20px; float:left; background:url(icoLoading.gif) no-repeat 0 2px;}
.c_tabNav .tab .locked .text { padding-right:20px;}
.c_tabNav .tab .locked .text span { padding-left:14px; float:left; background:url(/m/img/s.png) no-repeat -359px 8px;}
.c_tabNav .tab .on { margin-top:0;}
.c_tabNav .tab .on .li,
.c_tabNav .tab .on .li:hover { color:red; line-height:26px; margin:0; cursor:default;}
.c_tabNav .tab .on .text,
.c_tabNav .tab .on .li:hover .text {float:left;padding:0 20px 0 8px;background:#C3DAF9;}
.c_tabNav .tab .on .loading .text span { padding-left:20px; float:left; background:url(icoLoading.gif) no-repeat 0 7px;}
.c_tabNav .tab .on .locked:hover .text,
.c_tabNav .tab .on .locked .text { padding-right:20px;}
.c_tabNav .tab .on .locked .text span { background-position:-359px 8px;}
.c_tabNav .tab .closeTab { position:absolute; width:15px; height:15px; overflow:hidden; top:5px; right:5px; cursor:default; background:url(/m/img/s.png) no-repeat -132px -1px;}
.c_tabNav .tab .on .closeTab { top:5px; right:5px; background:url(/m/img/s.png) no-repeat -132px -1px;}
.c_tabNav .tab .closeTab:hover { background-position:-132px -16px;}
.c_tabNav .tab .closeTab:active { background-position:-132px -1px;}
.c_tabNav .tabTurner { position:absolute; width:66px; top:4px; right:5px;}
.c_tabNav .tabTurner li {display:inline;}
.c_tabNav .tabTurner a {float:left; margin-right:-1px; width:16px; height:16px; overflow:hidden; font-size:0; background:url(/m/img/s.png) no-repeat -163px -19px;}
.c_tabNav .tabTurner .left:hover { background-position:-163px -35px;}
.c_tabNav .tabTurner .right { background-position:-179px -19px;}
.c_tabNav .tabTurner .right:hover { background-position:-179px -35px;}
.c_tabNav .tabTurner .default { background-position:-195px -19px;}
.c_tabNav .tabTurner .default:hover { background-position:-195px -35px;}
.c_tabNav .tabTurner .olock { background-position:-317px -19px;}
.c_tabNav .tabTurner .olock:hover { background-position:-317px -35px;}
.c_tabNav .tabTurner .slock { background-position:-333px -19px; margin-left:5px;}
.c_tabNav .tabTurner .slock:hover { background-position:-333px -35px;}
.c_tabNav .tabTurner .close { background-position:-286px -19px; margin-left:5px;}
.c_tabNav .tabTurner .close:hover { background-position:-286px -35px;}