作者: 文章来源:
本文原地址:https://www.mimiwuqi.com/css/194945.html
给父元素加 display: flex
主轴 justify-content: center 居中
justify-content: space-between 空白间隙(俩边不留)
justify-content: space-around 每个item都有相同间隙(中间就比较大)
justify- content: space-evenly 每个item俩边都有相同间隙
侧轴 align-items: center 父级不拉伸
换轴: flex-direction: column
换行:flex-wrap: wrap
更多 网站美化css 请访问 https://www.mimiwuqi.com/css/