.box{
display: grid;
grid-template-columns: repeat(auto-fill, 30%);
justify-content: space-between;
flex-wrap: wrap;
image {
width: 100%;
}
}
最后修改:2025 年 07 月 23 日
© 允许规范转载