Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0
}
.box {
	width:200px;
	margin:30px auto;
	cursor:pointer;
	user-select:none;
}
.nav {
	margin:1px 0px;
}
h3 {
	background:rgb(30,116,30);
	color:white;
	font-size:20px;
	height:40px;
	line-height:40px;
	padding-left:10px;
}
p {
	height:30px;
	line-height:30px;
	padding-left:20px;
}
p:hover {
	background:rgba(12,208,243,0.877);
	color:white;
}
.pp {
	display:none;
	/* display:;
	*/
}

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

jquery手风琴代码

更新时间:2021-07-16 00:22:27

0