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

flex布局兼容写法

时间:2017-08-21 20:37:49      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:content   justify   写法   lex   splay   play   ems   between   direct   

父级:

isplay: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;

-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;

-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;

flex布局兼容写法

标签:content   justify   写法   lex   splay   play   ems   between   direct   

原文地址:http://www.cnblogs.com/kangyy/p/7406230.html

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