aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/specificity
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/web/css/specificity
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/web/css/specificity')
-rw-r--r--files/zh-cn/web/css/specificity/index.html2
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", "&gt;")}}, {{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>