1,flex-direction方向 2,flex-wrap换行 3,justify-content元素排列 4,align-items元素在交叉轴上对齐(以元素为基准) 5,align-content 弹性容器内元素多根轴线的对齐方式(以弹性容器为基准) 6,order元素排序 7,flex-shrink放大比例 8,flex-shrink缩小比例

order属性定义项目的排列顺序。数值越小,排列越靠前,默认为0。

1,order-1 2,order-3 3,order-2 4 5 6 7 8 9