Html
    Css
    Js

    
                        
 * {
	padding:0px;
	margin:0px;
}
#head {
	width:800px;
	height:800px;
	margin:0 auto;
	position:relative;
}
#box {
	width:500px;
	height:400px;
	background-color:#f1c53f;
	margin:0 auto;
	margin-top:10%;
	border:1px solid #000;
}
#ull li {
	list-style:none;
	float:left;
	width:166px;
	height:50px;
	background-color:#e9e9e9;
	text-align:center;
	line-height:50px;
}
#box1 {
	font-size:20px;
	text-align:center;
	width:495px;
	height:350px;
	float:left;
	line-height:350px;
	background-color:#f1c53f;
	position:absolute;
	top:7%;
	left:19%;
}
#box1 span {
	display:none;
}
#box1 .bodyer {
	display:block;
}
#ull .lis {
	background:red;
}

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

tab切换代码

更新时间:2020-10-12 23:56:49

0