From 96aa6f59ba11482ef3d1e9c32ddd9a6d9a08168c Mon Sep 17 00:00:00 2001 From: zhuyijun Date: Sun, 25 Aug 2024 14:09:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(css):=20=E6=96=B0=E5=A2=9E=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、伪类选择器 2、伪元素选择器 3、选择器优先级 --- .../index.css | 0 .../优先级.html | 0 {04_代码风格 => 04_CSS代码风格}/代码风格.html | 0 ...结构伪类3.html => 11_伪类选择器_结构伪类3 copy.html} | 2 +- .../12_伪类选择器_否定伪类 copy.html | 34 +++++++++++ .../13_伪类选择器_UI伪类 copy.html | 37 ++++++++++++ .../14_伪类选择器_目标伪类 copy.html | 41 +++++++++++++ 06_CSS复合选择器/15_伪类选择器_语言伪类.html | 27 +++++++++ 06_CSS复合选择器/16_伪元数选择器.html | 59 +++++++++++++++++++ .../01_选择器优先级_简单 copy.html | 37 ++++++++++++ 07_CSS选择器优先级/02_选择器优先级_详细.html | 47 +++++++++++++++ 11 files changed, 283 insertions(+), 1 deletion(-) rename {02_样式表的优先级 => 02_CSS样式表的优先级}/index.css (100%) rename {02_样式表的优先级 => 02_CSS样式表的优先级}/优先级.html (100%) rename {04_代码风格 => 04_CSS代码风格}/代码风格.html (100%) rename 06_CSS复合选择器/{10_伪类选择器_结构伪类3.html => 11_伪类选择器_结构伪类3 copy.html} (96%) create mode 100644 06_CSS复合选择器/12_伪类选择器_否定伪类 copy.html create mode 100644 06_CSS复合选择器/13_伪类选择器_UI伪类 copy.html create mode 100644 06_CSS复合选择器/14_伪类选择器_目标伪类 copy.html create mode 100644 06_CSS复合选择器/15_伪类选择器_语言伪类.html create mode 100644 06_CSS复合选择器/16_伪元数选择器.html create mode 100644 07_CSS选择器优先级/01_选择器优先级_简单 copy.html create mode 100644 07_CSS选择器优先级/02_选择器优先级_详细.html diff --git a/02_样式表的优先级/index.css b/02_CSS样式表的优先级/index.css similarity index 100% rename from 02_样式表的优先级/index.css rename to 02_CSS样式表的优先级/index.css diff --git a/02_样式表的优先级/优先级.html b/02_CSS样式表的优先级/优先级.html similarity index 100% rename from 02_样式表的优先级/优先级.html rename to 02_CSS样式表的优先级/优先级.html diff --git a/04_代码风格/代码风格.html b/04_CSS代码风格/代码风格.html similarity index 100% rename from 04_代码风格/代码风格.html rename to 04_CSS代码风格/代码风格.html diff --git a/06_CSS复合选择器/10_伪类选择器_结构伪类3.html b/06_CSS复合选择器/11_伪类选择器_结构伪类3 copy.html similarity index 96% rename from 06_CSS复合选择器/10_伪类选择器_结构伪类3.html rename to 06_CSS复合选择器/11_伪类选择器_结构伪类3 copy.html index 70909eb..d5899a1 100644 --- a/06_CSS复合选择器/10_伪类选择器_结构伪类3.html +++ b/06_CSS复合选择器/11_伪类选择器_结构伪类3 copy.html @@ -4,7 +4,7 @@ - 10_伪类选择器_结构伪类3 + 11_伪类选择器_结构伪类3 + + + +
+

张三: 98分

+

李四: 88分

+

王五: 78分

+

赵六: 68分

+

孙七: 58分

+

老八: 48分

+
+ + + \ No newline at end of file diff --git a/06_CSS复合选择器/13_伪类选择器_UI伪类 copy.html b/06_CSS复合选择器/13_伪类选择器_UI伪类 copy.html new file mode 100644 index 0000000..0fe562f --- /dev/null +++ b/06_CSS复合选择器/13_伪类选择器_UI伪类 copy.html @@ -0,0 +1,37 @@ + + + + + + + 13_伪类选择器_UI伪类 + + + + +
+ + + + + +
+ + + \ No newline at end of file diff --git a/06_CSS复合选择器/14_伪类选择器_目标伪类 copy.html b/06_CSS复合选择器/14_伪类选择器_目标伪类 copy.html new file mode 100644 index 0000000..595a699 --- /dev/null +++ b/06_CSS复合选择器/14_伪类选择器_目标伪类 copy.html @@ -0,0 +1,41 @@ + + + + + + + 14_伪类选择器_目标伪类 + + + + + 去看第1个 + 去看第2个 + 去看第3个 + 去看第4个 + 去看第5个 + 去看第6个 +
第1个
+
+
第2个
+
+
第3个
+
+
第4个
+
+
第5个
+
+
第6个
+
+ + + \ No newline at end of file diff --git a/06_CSS复合选择器/15_伪类选择器_语言伪类.html b/06_CSS复合选择器/15_伪类选择器_语言伪类.html new file mode 100644 index 0000000..9419fca --- /dev/null +++ b/06_CSS复合选择器/15_伪类选择器_语言伪类.html @@ -0,0 +1,27 @@ + + + + + + + 15_伪类选择器_语言伪类 + + + + +
博客
+
blog
+

前端

+ 你好 + + + + \ No newline at end of file diff --git a/06_CSS复合选择器/16_伪元数选择器.html b/06_CSS复合选择器/16_伪元数选择器.html new file mode 100644 index 0000000..d39496e --- /dev/null +++ b/06_CSS复合选择器/16_伪元数选择器.html @@ -0,0 +1,59 @@ + + + + + + + 16_伪元数选择器 + + + + +
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore deleniti laboriosam quisquam sunt suscipit + obcaecati cumque quod, mollitia, voluptatem dolorum cum necessitatibus culpa recusandae atque magni maxime. + Quaerat sunt labore debitis dolore dolores velit voluptatem, harum tempora accusamus ducimus illo deserunt iure + iusto? Tenetur velit corrupti, vel eius dolore totam ut ad earum repudiandae, aperiam est. Fuga sapiente + necessitatibus doloremque!
+ +

700

+

700

+

700

+

700

+

700

+ + + + \ No newline at end of file diff --git a/07_CSS选择器优先级/01_选择器优先级_简单 copy.html b/07_CSS选择器优先级/01_选择器优先级_简单 copy.html new file mode 100644 index 0000000..168150b --- /dev/null +++ b/07_CSS选择器优先级/01_选择器优先级_简单 copy.html @@ -0,0 +1,37 @@ + + + + + + + 选择器优先级_简单 + + + + +

让天下没有难学的技术

+ + + \ No newline at end of file diff --git a/07_CSS选择器优先级/02_选择器优先级_详细.html b/07_CSS选择器优先级/02_选择器优先级_详细.html new file mode 100644 index 0000000..49d224b --- /dev/null +++ b/07_CSS选择器优先级/02_选择器优先级_详细.html @@ -0,0 +1,47 @@ + + + + + + + 02_选择器优先级_详细 + + + + +
+

+ 让天下没有难学的技术! + 欢迎来学习css +

+
+ + + \ No newline at end of file