[htmlayout] flow布局

css {
       flow:xxxx....
}


flow: vertical
---------------------
默认值, 块元素的所有子元素从上到下。

flow: horizontal
------------------------
所有的子块放置在一行从左到右。

flow: horizontal-flow (h-flow)
------------------------
多行, 从左到右放置所有子块. 溢出块包裹到下一行

flow: vertical-flow (v-flow)
----------------------------
多列, 把从上到下所有子块。 溢出块包裹到下一列


posted @ 2016-10-03 21:12  余晓波  阅读(209)  评论(0编辑  收藏  举报