.warp {
column-count: 2;
column-gap: 10px;
padding: 5px;
}
.item {
height: 80px;
margin-bottom: 10px;
break-inside: avoid;
}
效果如下
.warp {
column-count: 2;
column-gap: 10px;
padding: 5px;
}
.item {
height: 80px;
margin-bottom: 10px;
break-inside: avoid;
}
效果如下