From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/css/column-rule-width/index.html | 109 +++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 files/zh-cn/web/css/column-rule-width/index.html (limited to 'files/zh-cn/web/css/column-rule-width') diff --git a/files/zh-cn/web/css/column-rule-width/index.html b/files/zh-cn/web/css/column-rule-width/index.html new file mode 100644 index 0000000000..ae3e1cd669 --- /dev/null +++ b/files/zh-cn/web/css/column-rule-width/index.html @@ -0,0 +1,109 @@ +--- +title: column-rule-width +slug: Web/CSS/column-rule-width +translation_of: Web/CSS/column-rule-width +--- +

{{ CSSRef("CSS Multi-columns") }}

+ +

Summary

+ +

CSS 特性 column-rule-width 让你可以设置在多列布局中被画在两列之间的规则(线条)的宽度。

+ +

{{cssinfo}}

+ +

Syntax

+ +
Formal syntax: {{csssyntax("column-rule-width")}}
+
+ +
/* Keyword values */
+column-rule-width: thin;
+column-rule-width: medium;
+column-rule-width: thick;
+
+/* Length values */
+column-rule-width: 1px;
+column-rule-width: 2.5em;
+
+column-rule-width: inherit;
+ +

Values

+ +
+
<br-width> 
+
Is a {{cssxref("<length>")}} or one of the thin, medium or thick keyword describing the width of the rule separating two columns.
+
+ +

Example

+ +
#header {column-rule-width: thick;}
+
+ +

Specifications

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('CSS3 Multicol', '#crw', 'column-rule-width') }}{{ Spec2('CSS3 Multicol') }}
+ +

Browser compatibility

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{ CompatVersionUnknown() }}{{ property_prefix('-webkit') }}3.5 (1.9.1){{ property_prefix('-moz') }}1011.13.0 (522){{ property_prefix('-webkit') }}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatVersionUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
-- cgit v1.2.3-54-g00ecf