弹性盒子的常用属性

justify-content

  • justify-content:center
  • justify-content:flex-start
  • justify-content:flex-end

  • justify-content:space-around
  • justify-content:space-between

aligin-items

  • aligin-items:flex-start
  • align-items:flex-end
  • align-items:center
  • align-items:stretch(不设置高度时等高显示)
原文地址:https://www.cnblogs.com/yang-xiao-fan/p/7900327.html