// 多行布局
父类:{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
>.子类{
flex: 0 0 30%;
}
}
flex多行布局
最新推荐文章于 2025-05-24 10:33:37 发布
// 多行布局
父类:{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
>.子类{
flex: 0 0 30%;
}
}