码迷,mamicode.com
首页 > 其他好文 > 详细

瀑布流布局

时间:2016-06-27 13:43:22      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

-webkit-column-width:100%; //列宽 
-moz-column-width:100%;
-o-colum-width:100%;
colum-width:100%;

-webkit-column-count: 2; //列数
-moz-column-count: 2;
-o-column-count: 2;

column-count: 2;

-moz-column-gap:2%; //列间距
-webkit-column-gap:2%;
column-gap:2%;

瀑布流布局

标签:

原文地址:http://www.cnblogs.com/jinsuo/p/5619797.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!