Html
    Css
    Js

    
                        
 * {
	padding:0;
	margin:0;
}
.tab {
	width:500px;
	height:300px;
	margin:0 auto;
	background-color:#f5f5f5;
}
.tab-list {
	width:500px;
	height:39px;
	text-align:center;
	border:#000 1px solid;
}
.tab-list li {
	float:left;
	height:39px;
	line-height:39px;
	list-style:none;
	cursor:pointer;
	width:100px;
}
.current {
	background-color:red;
	color:#fff;
}
.item {
	display:none;
}

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

js tab栏切换

更新时间:2022-10-12 23:30:28

0