@charset "utf-8"; /* CSS Document */ /* Tab Begin */ .tab{ border:solid 0px #CCCCCC; height:auto!important; height:32px; } .tab:after{ content: ".";/*这里设定最后插入的内容,可为任意值,但不能为容,我们要设定隐藏*/ display: block;/*显示区显示*/ height: 0; clear: both; /*达到clear效果*/ visibility: hidden;/*内容不显示*/ } .tab-header{ border:solid 0px #CCCCCC; height:30px; background:transparent url(images/tab/tab-header.gif) repeat-x scroll right 29px!important; background:transparent url(images/tab/tab-header.gif) repeat-x scroll right 29px ; } .tab-header-right{} .tab-header-left{} .tab-header-center{} .tab-body{ border:solid 1px #CCCCCC; border-top:solid 0px #CCCCCC; height:auto!important; height:32px; } .tab-body:after{ content: ".";/*这里设定li最后插入的内容,可为任意值,但不能为容,我们要设定隐藏*/ display: block;/*显示区显示*/ height: 16px; clear: both; /*达到clear效果*/ visibility:hidden; } .tab-body-right{} .tab-body-left{} .tab-body-center{ padding:4px; } .tab-footer{ border:solid 0px #CCCCCC; } .tab-strip-wrap{ clear:both; height:100%; } .tab-strip-wrap-left{ height:100%; } .tab-strip{ float:left; border:solid 1px #EAEAEA; border-bottom:solid 0px #CCCCCC; width:84px; height:28px; line-height:28px; text-align:center; margin:0 8px 0 0; display:inline;/*目的是使IE中marrgin不加倍,但会对清除float时显示有影响,所以在清除float时,此值要为block*/ cursor:pointer; } .tab-strip-more{ float:right; height:28px; line-height:28px; width:64px; text-align:right; } .tab-strip-action{ float:right; height:28px; line-height:28px; width:80px; text-align:right; } .tab-strip-value{ float:left; border:solid 1px #CCCCCC; border-bottom:solid 0px #CCCCCC; background:#FFFFFF; width:84px; height:29px!important; height:30px; line-height:28px; text-align:center; margin:0 8px 0 0; font-weight:bold; display:inline; } .tab-show-wrap{ clear:both; } .tab-show{ display:none; } .tab-show-value{ display:block; } /* Tab End */