这个flex-wrap
属性指定灵活项目是否应该换行。
笔记:如果元素不是灵活项,则flex-wrap
属性没有影响。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -webkit- 或 -moz- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
flex-wrap | 29.0 21.0 -webkit- |
11.0 | 28.0 18.0 -moz- |
9.0 6.1 -webkit- |
17.0 |
flex-wrap: nowrap|wrap|wrap-reverse|initial|inherit;
Value | Description | Play it |
---|---|---|
nowrap | Default value. Specifies that the flexible items will not wrap | Demo ❯ |
wrap | Specifies that the flexible items will wrap if necessary | Demo ❯ |
wrap-reverse | Specifies that the flexible items will wrap, if necessary, in reverse order | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS 教程:CSS 灵活盒
CSS 参考:弹性属性
CSS 参考:弹性流属性
CSS 参考:弯曲方向属性
CSS 参考:弹性基础属性
CSS 参考:弹性增长属性
CSS 参考:伸缩收缩属性
HTML DOM 参考:flexWrap 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!