flex-direction
row column
row-reverse column-reverse




flex-wrap
nowrap(默认不换行)
wrap
wrap-reverse



justify-content
flex-start space-between
flex-end space-around
center






flex容器成员的属性
order:成员之间的显示顺序
flex:成员所占屏幕的比例




row column
row-reverse column-reverse




nowrap(默认不换行)
wrap
wrap-reverse



flex-start space-between
flex-end space-around
center






order:成员之间的显示顺序
flex:成员所占屏幕的比例





被折叠的 条评论
为什么被折叠?