diff options
Diffstat (limited to 'files/zh-cn/web/css/specificity/index.html')
-rw-r--r-- | files/zh-cn/web/css/specificity/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/specificity/index.html b/files/zh-cn/web/css/specificity/index.html index 61d41391f9..bf5ad8bb9a 100644 --- a/files/zh-cn/web/css/specificity/index.html +++ b/files/zh-cn/web/css/specificity/index.html @@ -38,7 +38,7 @@ translation_of: Web/CSS/Specificity <p><strong>通配选择符</strong>(universal selector)({{CSSxRef("Universal_selectors", "*")}})<strong>关系选择符</strong>(combinators)({{CSSxRef("Adjacent_sibling_combinator", "+")}}, {{CSSxRef("Child_combinator", ">")}}, {{CSSxRef("General_sibling_combinator", "~")}}, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Descendant_combinator" style="white-space: nowrap;">'<code> </code>'</a>, {{CSSxRef("Column_combinator", "||")}})和 <strong>否定伪类</strong>(negation pseudo-class)({{CSSxRef(":not", ":not()")}})对优先级没有影响。(但是,在<strong> </strong> <code>:not()</code> 内部声明的选择器会影响优先级)。</p> -<p>您可以访问 <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance#Specificity_2">"Specificity" in "Cascade and inheritance"</a> 或者 <a href="https://specifishity.com/">https://specifishity.com</a> 来了解更多关于优先级的详细信息。</p> +<p>您可以访问 <a href="/zh-CN/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance#Specificity_2">"Specificity" in "Cascade and inheritance"</a> 或者 <a href="https://specifishity.com/">https://specifishity.com</a> 来了解更多关于优先级的详细信息。</p> <p>给元素添加的<strong>内联样式</strong> (例如,<code>style="font-weight:bold"</code>) 总会覆盖外部样式表的任何样式 ,因此可看作是具有最高的优先级。</p> |