废话不多说 直接上代码 .list { column-count: 2; column-gap: 24rpx;}.list .item { display: block; page-break-inside: avoid; // 解决出现内容分割的情况}