Html
    Css
    Js

    
                        
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
#ul1,#ul2 {
	width:300px;
	height:auto;
	float:left;
	border-top:1px solid #000;
	margin:20px;
}
li {
	width:100%;
	height:30px;
	overflow:hidden;
	position:relative;
	border-bottom:1px dashed #333;
	line-height:30px;
}
li div {
	position:absolute;
	top:-30px;
	left:0;
}
li div p {
	height:30px;
}

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

js百叶窗效果

0