瀑布流
<div class="container">
<div class="item">内容1</div>
<div class="item">内容2</div>
<div class="item">内容3</div>
<div class="item">内容4</div>
<!-- 更多item -->
</div>
.container {
column-count: 2;
column-gap: 16px;
}
.item {
break-inside: avoid;
margin-bottom: 16px;
background: #eee;
border: 1px solid #ccc;
}
本文来自博客园,作者:zjxgdq,转载请注明原文链接:https://www.cnblogs.com/zjxzhj/p/18914287

浙公网安备 33010602011771号