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 标签

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

属性选择器