flexBasis 属性指定灵活项的初始长度。
笔记:如果元素不是灵活项,则 flexBasis 属性不起作用。
Property | |||||
---|---|---|---|---|---|
flexBasis | Yes | 11.0 | Yes | 9.0 | Yes |
返回 flexBasis 属性:
object.style.flexBasis
设置 flexBasis 属性:
object.style.flexBasis
= "number|auto|initial|inherit"
Value | Description |
---|---|
number | A length unit, or percentage, specifying the initial length of the flexible item(s) |
auto | Default value. The length is equal to the length of the flexible item. If the item has no length specified, the length will be according to its content |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 汽车 |
---|---|
返回值: | 一个字符串,表示元素的 flex-basis 属性 |
CSS版本 | CSS3 |
CSS 参考:弹性基础属性
HTML DOM 样式参考:弹性属性
HTML DOM 样式参考:flexDirection 属性
HTML DOM 样式参考:flexFlow 属性
HTML DOM 样式参考:flexGrow 属性
HTML DOM 样式参考:flexShrink 属性
HTML DOM 样式参考:flexWrap 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!