Appearance
前端实现瀑布流一般有以下方式:
display: grid
grid-row: auto / span num
num
position: absolute
top
column-count
display:flex;flex-flow:column wrap