企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[CSS参考手册](http://css.doyoe.com/)»[属性列表](#)»[多栏属性](#)» 相关内容: [**其它多栏属性参考**选择其它项](#) - [columns](#) - [column-width](#) - [column-count](#) - [column-gap](#) - [column-rule](#) - [column-rule-width](#) - [column-rule-style](#) - [column-rule-color](#) - [column-span](#) - [column-fill](#) - [column-break-before](#) - [column-break-after](#) - [column-break-inside](#) # column-rule-style - **版本:CSS3** - 继承性:无 ### 语法: **column-rule-style**:none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset **默认值**:none ### 取值: none:无轮廓。[column-rule-color](#)与[column-rule-width](#)将被忽略hidden:隐藏边框。dotted:点状轮廓。dashed:虚线轮廓。solid:实线轮廓double:双线轮廓。两条单线与其间隔的和等于指定的[column-rule-width](#)值groove:3D凹槽轮廓。ridge:3D凸槽轮廓。inset:3D凹边轮廓。outset:3D凸边轮廓。 ### 说明: **设置或检索对象的列与列之间的边框样式。**参阅[border-style](#)属性 - 如果[column-rule-width](#)等于0,本属性将失去作用。 - 对应的脚本特性为**columnRuleStyle**。 ### 兼容性: - 浅绿 = 支持 - 红色 = 不支持 - 墨绿 = 部分支持 - 橙色 = 实验性质 <table class="gdataform"><thead><tr><th><a href="#browser" title="查看本文档测试时所用浏览器版本">支持版本</a>\类型</th> <th><span class="browser-ie">IE</span></th> <th><span class="browser-firefox">Firefox</span></th> <th><span class="browser-safari">Safari</span></th> <th><span class="browser-chrome">Chrome</span></th> <th><span class="browser-opera">Opera</span></th> </tr></thead><tbody><tr><th>版本</th> <td class="unsupport">6.0-9.0</td> <td rowspan="2" class="experimentsupport">4.0-9.0</td> <td rowspan="2" class="experimentsupport">5.1</td> <td rowspan="2" class="experimentsupport">13.0-16.0</td> <td rowspan="2" class="support">11.50</td> </tr><tr><th>版本</th> <td class="support">10.0</td> </tr></tbody></table> ### 写法: | 内核类型 | 写法 | |-----|-----| | Webkit(Chrome/Safari) | -webkit-column-rule-style | | Gecko(Firefox) | -moz-column-rule-style | | Presto(Opera) | column-rule-style | | Trident(IE) | column-rule-style | | W3C | column-rule-style | ### 示例: # column-rule-style:none This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:hidden This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:dotted This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:dashed This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-style:solid This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:double This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:groove This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:ridge This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:inset This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. # column-rule-width:outset This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. Copyright © 2006-2012 [Doyoe](http://www.doyoe.com/). All Rights Reserved