1、父容器上有这六个属性 1,flex-direction2,flex-wrap3,flex-flow4,justify-content5,align-items6,align-content
2、flex-direction属性决定主轴的方向,有四个值。分别是row | row-reverse | column | column-reverse

4、flex-flow属性是flex-direction属性和flex-wrap属性的简写形式,默认值为row nowrap
5、justify-content属性定义了项目在主轴上的对齐方式。能取5个值。分别是flex-start | flex-end | cent髫潋啜缅er | space-between | space-around;

7、al坡纠课柩ign-content属性定义了多根轴线的对齐方式。如果项目只有一根轴线,该属性不起作用。能取6个值。分别是fl髫潋啜缅ex-start | flex-end | center | space-between | space-around | stretch;
