诗酒趁年华

赵自为

View on GitHub
20 March 2019

Flex Layout

by zhaoziwei


基本概念


容器属性与可选值

flex-direction 设置主轴方向
row 默认值 从左到右
row-reverse 从右向左
column 从上向下
column-reverse 从下向上
flex-wrap 设置项目数量多了之后是否换行
nowrap 默认 不换行
wrap 换行
wrap-reverse 反向换行(第一行在最下面)
  1. 213
  2. 123
  3. 213
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.

3 1 2

link

link