Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
.main {
	position:relative;
	margin:auto;
}
.box {
	padding:15px 0 0 15px;
	width:165px;
	height:auto;
	float:left;
}
.pic {
	width:inherit;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
.pic img {
	width:100%;
	height:auto;
	display:block;
}

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

瀑布流(原创)

更新时间:2019-10-24 00:38:46

0