columnFill 属性指定如何填充列(平衡或非平衡)。
Property | |||||
---|---|---|---|---|---|
columnFill | 50.0 | 10.0 | 52.0 | 10.0 | 37.0 |
返回columnFill属性:
object.style.columnFill
设置列填充属性:
object.style.columnFill = "balance|auto|initial|inherit"
Value | Description |
---|---|
balance | Default value. Columns are balanced. Browsers should minimize the variation in column length |
auto | Columns are filled sequentially, and they will have different lengths |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 平衡 |
---|---|
返回值: | 一个字符串,表示元素的列填充属性 |
CSS版本 | CSS3 |
CSS3教程:CSS3 多列
CSS 参考:列填充属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!