- css-flex 属性学习
- flex-direction:排列方向。 row | column | row-reserve | column-reserve
- flex-wrap: 是否换行。 wrap | nowrap | wrap-reserve
- flex-flow:flex-direction&&flex-wrap简写模式。 默认值为:row nowrap。
- justify-content:定义了主轴的对其方式。 flex-start | flex-end | center | space-between | space-around;
- align-item:交叉轴上如何对齐。flex-start | flex-end | center | baseline | stretch;
- flex-grow: 默认值为0,表示当有剩余空间时也不会去放大
- flex-shrink: 默认值为1,就会按照一定的比例进行收缩