flex-flow - CSS(层叠样式表) 编辑

概述

CSS flex-flow 属性是 flex-direction 和 flex-wrap 的简写。

初始值as each of the properties of the shorthand:
适用元素flex containers
是否是继承属性
适用媒体visual
计算值as each of the properties of the shorthand:
Animation typediscrete
正规顺序order of appearance in the formal grammar of the values

更多信息参见 使用 CSS 弹性盒

语法

Formal syntax: <'flex-direction'> || <'flex-wrap'>

取值

更多取值信息请查看 flex-directionflex-wrap

示例

element {
  /* Main-axis is the block direction with reversed main-start and main-end. Flex items are laid out in multiple lines */
  flex-flow: column-reverse wrap;
}

查询参考

SpecificationStatusComment
CSS Flexible Box Layout ModuleCandidate Recommendation 

浏览器兼容性

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
特性Firefox (Gecko)ChromeInternet ExplorerOperaSafari
基础支持28.0

21.0-webkit
29.0

1112.106.1-webkit
FeatureFirefox Mobile (Gecko)AndroidIE PhoneOpera MobileSafari Mobile
基础支持28.0?1112.107.1-webkit

另参见

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:123 次

字数:5071

最后编辑:7 年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文