From 1c9b4d0154814e1768b9e2f67d4cd7d312be9c99 Mon Sep 17 00:00:00 2001 From: lvfangren Date: Fri, 4 Mar 2022 18:59:37 +0800 Subject: fix: delete repeat content --- files/zh-cn/web/css/inheritance/index.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'files') diff --git a/files/zh-cn/web/css/inheritance/index.html b/files/zh-cn/web/css/inheritance/index.html index 9cfa528f96..52c94642c8 100644 --- a/files/zh-cn/web/css/inheritance/index.html +++ b/files/zh-cn/web/css/inheritance/index.html @@ -38,18 +38,6 @@ translation_of: Web/CSS/inheritance

…文本 "emphasized text" 就没有边框,因为 {{ Cssxref("border-style") }} 属性的初始值为none

-

 {{ Cssxref("inherit") }} 关键字允许显式的声明继承性,它对继承和非继承属性都生效。

- -

可以使用 {{cssxref("all")}} 简写属性一次控制所有属性的继承,该属性将其值应用于所有属性,例如:

- -
font {
-  all: revert;
-  font-size: 200%;
-  font-weight: bold;
-}
- -

这会将 {{cssxref("font")}} 属性的样式恢复为用户代理(浏览器)的默认值,除非存在用户样式表,在这种情况下使用该样式表。然后它将字体大小加倍并应用 {{cssxref("font-weight")}} 属性 为"bold"

-

注意

{{ Cssxref("inherit") }} 关键字允许显式的声明继承性,它对继承和非继承属性都生效。

-- cgit v1.2.3-54-g00ecf