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 @@ + + + + + + + + 列表过滤 + + + + + + +
+

学习列表过滤!

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