From 225189854c2a394ce323bf7cefa83d72784d828a Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 24 May 2022 22:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=B0=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/kane.css | 9 +++-- 列表过滤/列表过滤.html | 69 ++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 列表过滤/列表过滤.html diff --git a/css/kane.css b/css/kane.css index 59ce331..56a6399 100644 --- a/css/kane.css +++ b/css/kane.css @@ -1,4 +1,3 @@ - html { --backupground-color: #f7f7f7; --btn-color-blue: #307dbe; @@ -9,7 +8,8 @@ html { background-color: #eee; } -#root { +#root, +#app { height: 100vh; width: 100vw; position: fixed; @@ -18,7 +18,8 @@ html { overflow: auto; } -#root *+* { +#root, +#app * + * { margin-top: 15px; } @@ -61,7 +62,7 @@ input { } label { - display:inline-block; + display: inline-block; font-size: 2rem; margin-top: 15px; } diff --git a/列表过滤/列表过滤.html b/列表过滤/列表过滤.html new file mode 100644 index 0000000..e7831fe --- /dev/null +++ b/列表过滤/列表过滤.html @@ -0,0 +1,69 @@ + + + + + + + + 列表过滤 + + + + + + +
+

学习列表过滤!

+
+
+  过滤  + + +
+ +
+ + +