From c16bcad7c46181ac824c4c9c55fc78641d90118e Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 6 Dec 2023 16:34:56 +0800 Subject: [PATCH] fix ui. --- index.html | 9 ++++++++- main.js | 9 --------- style.css | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 8f2002b..9e43e59 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,14 @@ -
+
+
+
+

徐越的在线学习平台

+
+
+
+
浙ICP备2023044109号 diff --git a/main.js b/main.js index 5935ef8..3b407c1 100644 --- a/main.js +++ b/main.js @@ -40,13 +40,4 @@ const item = (site) => ` ` -document.querySelector("#app").innerHTML = ` -
-
-

徐越的在线学习平台

-
-
-
-` - document.querySelector("#sites").innerHTML = sites.map(item).join("") diff --git a/style.css b/style.css index a6d76f3..054a9cc 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ a { .title { margin: 0 0 2rem; line-height: 1.15; - font-size: 3rem; + font-size: 2rem; } .title,