主轴方向
flex-row
flex-column
主轴对齐
flex-row.main-around
flex-row.main-between
flex-column.main-between
交叉轴对齐
flex-row.cross-center
flex-row.cross-end
主轴和交叉轴同时使用
flex-row.main-center.cross-center
flex-column.main-center.cross-center
子元素换行
flex-row.flex-wrap
flex-row.flex-wrap-no
flex-column.flex-wrap
flex-column.flex-wrap-no