# CSS

# flex:1

是下面三个属性的简写:

  • flex-grow: 1 放大比例
  • flex-shrink: 1 缩小比例
  • flex-basis: 1 默认值是auto即项目本身大小,在分配多余空间前,计算项目是否有多余空间 🚧