.title {
text-align:center;
}
.waterfall-content {
position:relative;
float:left;
width:100%;
}
.waterfall-item.active {
display:none;
}
.waterfall-col {
float:left;
position:relative;
}
.waterfall-col:last-child {
margin-right:0 !important;
}
.waterfall-item {
margin-bottom:1em;
}
.waterfall-item img {
width:100%;
max-width:100%;
}
.get-more-line {
opacity:0;
text-align:center;
}
这是一种浮动分列 瀑布流方式, 将一个盒子分为几个浮动的列来展示数据