Html
    Css
    Js
 #king {
	width:780px;
	height:90px;
	background-color:cornflowerblue;
	position:relative;
	line-height:90px;
	margin:0 auto;
	margin-top:200px;
}
#king ul li {
	float:left;
	width:70px;
	height:90px;
	list-style:none;
	margin-top:10px;
}
#king ul li:first-child {
	width:224px;
}
#king ul li:first-child .small {
	display:none;
}
#king ul li:first-child .big {
	display:inline;
}
#king ul li .big {
	display:none;
}
#king ul li .small {
	position:absolute;
	width:69px;
	height:69px;
}
.big{
    width: 200px
}

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

jQuery手风琴效果(原创)

更新时间:2023-09-05 09:58:02

0