【发布时间】:2019-04-05 09:24:16
【问题描述】:
这是我的 CSS 列代码
<div id="a">
<div class="b"></div>
<div class="b" style="height:30px;"></div>
<div class="b" style="height:30px;"></div>
<div class="b"></div>
<div class="b"></div>
<div class="b"></div>
</div>
<style>
#a {
position: relative;
display: block;
background:yellow;
width:500px;
}
.b {
background:pink;
width: 40%;
display: inline-block;
height:50px;
vertical-align: top;
margin:10px;
}
</style>
【问题讨论】:
-
可以使用砌体插件masonry.desandro.com
-
@athi 没有任何插件,只是纯 html 和 css ?