Html
    Css
    Js

    
                        
#content {
	height:800px;
	width:70%;
	background:#eee;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
}
ul {
	list-style:none;
}
li {
	margin:10px;
}
a {
	text-decoration:none;
	/
	* color:#fff;
	*/
}
#theme {
	position:relative;
	top:0;
	right:0;
}
.nav {
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	height:300px;
	width:20%;
	padding:10px;
	border-radius:5px;
}
.tb-place {
	position:absolute;
	left:24%;
	top:0;
	padding:10px;
	background:#fff;
	height:300px;
	display:none;
	border-radius:5px;
}
.show {
	display:block;
}
.bottom {
	border-bottom:4px double red;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jQuery tab切换

0