From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- .../zh-cn/web/css/@media/device-height/index.html | 2 +- files/zh-cn/web/css/_colon_checked/index.html | 4 +- files/zh-cn/web/css/appearance/index.html | 220 ++++++++++----------- .../zh-cn/web/css/background-blend-mode/index.html | 5 +- files/zh-cn/web/css/border-block-end/index.html | 2 +- .../web/css/border-bottom-left-radius/index.html | 10 +- .../web/css/border-bottom-right-radius/index.html | 10 +- .../border-image_generator/index.html | 2 +- .../border-radius_generator/index.html | 2 +- .../box-shadow_generator/index.html | 2 +- .../css/css_colors/color_picker_tool/index.html | 2 +- .../basic_concepts_of_flexbox/index.html | 2 +- .../stacking_context_example_1/index.html | 2 +- .../stacking_without_z-index/index.html | 2 +- .../using_css_transitions/index.html | 24 +-- files/zh-cn/web/css/filter/index.html | 16 +- files/zh-cn/web/css/font/index.html | 11 +- files/zh-cn/web/css/overscroll-behavior/index.html | 2 +- files/zh-cn/web/css/padding-top/index.html | 2 +- .../web/css/repeating-linear-gradient()/index.html | 2 +- .../web/css/repeating-radial-gradient()/index.html | 6 +- .../zh-cn/web/css/text-decoration-style/index.html | 2 +- files/zh-cn/web/css/text-shadow/index.html | 4 +- files/zh-cn/web/css/transition-delay/index.html | 8 +- files/zh-cn/web/css/transition-duration/index.html | 8 +- .../web/css/transition-timing-function/index.html | 16 +- 26 files changed, 182 insertions(+), 186 deletions(-) (limited to 'files/zh-cn/web/css') diff --git a/files/zh-cn/web/css/@media/device-height/index.html b/files/zh-cn/web/css/@media/device-height/index.html index 284c9a1b41..20445c8a43 100644 --- a/files/zh-cn/web/css/@media/device-height/index.html +++ b/files/zh-cn/web/css/@media/device-height/index.html @@ -48,5 +48,5 @@ translation_of: Web/CSS/@media/device-height

{{Compat("css.at-rules.media.device-height")}}

- +

diff --git a/files/zh-cn/web/css/_colon_checked/index.html b/files/zh-cn/web/css/_colon_checked/index.html index 4a95ab5060..85b7dbe44c 100644 --- a/files/zh-cn/web/css/_colon_checked/index.html +++ b/files/zh-cn/web/css/_colon_checked/index.html @@ -27,7 +27,7 @@ translation_of: 'Web/CSS/:checked'

基础示例

- +

HTML

@@ -86,7 +86,7 @@ option:checked {

借用隐藏的checkbox来切换元素的样式(显示/隐藏)

- +

这个例子利用了:checked伪类,让用户基于复选框的状态切换内容,而无需使用JavaScript。

diff --git a/files/zh-cn/web/css/appearance/index.html b/files/zh-cn/web/css/appearance/index.html index 00980a5dea..bcc7adce7a 100644 --- a/files/zh-cn/web/css/appearance/index.html +++ b/files/zh-cn/web/css/appearance/index.html @@ -52,7 +52,7 @@ translation_of: Web/CSS/appearance none -