Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
ul,li,ol {
	list-style:none;
}
ul li img {
	width:500px;
	height:320px;
}
.qin1 {
	width:900px;
	position:relative;
	overflow:hidden;
	height:320px;
}
.qin1 li {
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	transition:all 0.5s ease;
}
.qin2 li {
	width:100px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	transition:all 0.5s ease;
}
.qin2 li:hover {
	width:500px;
}

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

jq和css3实现的手风琴代码

更新时间:2020-08-11 23:24:18

0