flexWrap 属性指定弹性项目是否应该换行。
笔记:如果元素不是灵活项,则 flexWrap 属性不起作用。
Property | |||||
---|---|---|---|---|---|
flexWrap | Yes | 11.0 | Yes | 9.0 | Yes |
返回 flexWrap 属性:
object.style.flexWrap
设置 flexWrap 属性:
object.style.flexWrap = "nowrap|wrap|wrap-reverse|initial|inherit"
Value | Description |
---|---|
nowrap | Default value. Specifies that the flexible items will not wrap |
wrap | Specifies that the flexible items will wrap if necessary |
wrap-reverse | Specifies that the flexible items will wrap, if necessary, in reverse order |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 诺拉普 |
---|---|
返回值: | 一个字符串,表示元素的 flex-wrap 属性 |
CSS版本 | CSS3 |
CSS 参考:flex-wrap 属性
HTML DOM 样式参考:弹性属性
HTML DOM 样式参考:flexBasis 属性
HTML DOM 样式参考:flexDirection 属性
HTML DOM 样式参考:flexFlow 属性
HTML DOM 样式参考:flexGrow 属性
HTML DOM 样式参考:flexShrink 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!