flex(弹性布局)主轴对齐方式
程序员文章站
2022-04-26 15:58:22
...
-
justify-content是主轴对齐的对齐方式
当主轴方向是row(行 默认值)
flex-start (默认值)左对齐
flex-end 右对齐
center 水平居中
当主轴方向是column(列)
flex-start (默认值)顶端对齐
flex-end 底部对齐
center 垂直居中
space-between 两端对齐
space-around 分散对齐
justify-content:flex-start
justify-content:flex-end
justify-content:center
justify-content:space-betwwen
justify-content:space-around
上一篇: UIButton上字体的对齐方式
下一篇: 文本图片的对齐方式