This commit is contained in:
shuzheng 2016-12-04 00:05:41 +08:00
parent 31ba90c46b
commit 5182078e41
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@ a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none;}
#content {height: 100%;}
/* 选项卡 */
.content_tab{width:100%;height:48px;background:#25966F;overflow:hidden;}
.content_tab{width:100%;height:48px;overflow:hidden;}
.content_tab>ul{margin:0 40px;padding:0;font-size:0;display:block;white-space:nowrap;overflow:auto;}
.tab_left,.tab_right{width:40px;height:48px;line-height:48px;color:#fff;text-align:center}
.tab_left{float:left;margin-right:-40px;}
@ -136,4 +136,5 @@ a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none;}
/** skins **/
#header {background: #29a176;}
.content_tab{background:#25966F;}