Html
    Css
    Js

    
                        
* {
	padding:0px;
	margin:0px;
}
#main {
	position:relative;
}
.box {
	padding:15px 0px 0px 15px;
	float:left;
}
.pic {
	padding:10px;
	border-radius:5px;
	border:1px solid #ccc;
	box-shadow:0 0 5px #ccc;
}
.pic img {
	width:165px;
	height:auto;
}

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

jquery瀑布流

更新时间:2021-09-08 09:17:01

jquery简单瀑布流,上手极简。

0