flex布局,最后一行靠左显示
摘要:
/* 设置为伸缩盒子 */ /* display: flex;*/ /* 设置主轴方向 */ /* flex-direction: row; */ /* 竖立显示 */ /* flex-direction: column; */ /* flex-direction: row-reverse; */ 阅读全文
posted @ 2025-04-28 09:14 华安 阅读(28) 评论(0) 推荐(0)
posted @ 2025-04-28 09:14 华安 阅读(28) 评论(0) 推荐(0)