From 2cdbb170a58cf8d6badb13eda0ee968e9dd84b94 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 6 Dec 2023 16:32:50 +0800 Subject: [PATCH] update. --- index.html | 3 ++- main.js | 2 +- style.css | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ebfd8de..8f2002b 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,12 @@ - 首页 + 徐越的在线学习平台
+ 浙ICP备2023044109号 diff --git a/main.js b/main.js index 8a6b060..5935ef8 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,7 @@ const item = (site) => ` document.querySelector("#app").innerHTML = `
-

徐越的在线教学平台

+

徐越的在线学习平台

diff --git a/style.css b/style.css index 4039524..a6d76f3 100644 --- a/style.css +++ b/style.css @@ -84,6 +84,15 @@ a { line-height: 1.5; } +.icp { + position: fixed; + left: 50%; + bottom: 20px; + transform: translateX(-50%); + text-decoration: none; + font-size: 12px; +} + @media (max-width: 600px) { .grid { width: 100%;