From 52ce4fd3969c24c7ea34d09d99453c4c40b2eb10 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Sat, 12 Nov 2022 04:39:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E7=9C=9F=E6=AD=A3=E5=90=AB=E4=B9=89=20update?= =?UTF-8?q?=20css.md=20(#51)=2082457e896e9bc4d1c8794b0e345a8fa703cae685?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS.svg | 16 +++++++++------- docs/css.html | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 2ead011d..5b03c731 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -12,19 +12,21 @@ + + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/css.html b/docs/css.html index 0a2de5bf..9b76aeab 100644 --- a/docs/css.html +++ b/docs/css.html @@ -262,7 +262,7 @@ -
选择器说明
div.classname具有特定类名的 div
div#idname具有特定 ID 的 div
div pdiv 中的段落
div > pdiv 子节点中的所有 P 标签
div + pdiv 之后的 P 标签
div ~ pdiv 前面的 P 标签
+
选择器说明
div.classname具有特定类名的 div
div#idname具有特定 ID 的 div
div pdiv 中的所有段落
div > p父元素是 div 的 P 标签
div + pdiv 之后的第一个同级 P 标签
div ~ pdiv 之后所有的同级 P 标签

另见: 相邻兄弟 / 通用兄弟 / 选择器

属性选择器