From ea7b501bc5d806f64811efcedf68657034b370af Mon Sep 17 00:00:00 2001 From: Twisuki Date: Mon, 5 May 2025 23:27:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A4=87=E6=A1=88=E5=8F=B7=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpage/stylesheet/index.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/webpage/stylesheet/index.css b/webpage/stylesheet/index.css index 21eb788..7275903 100644 --- a/webpage/stylesheet/index.css +++ b/webpage/stylesheet/index.css @@ -228,4 +228,20 @@ body::after { justify-content: center; padding: 15px 20px; } +} + +/* 备案 */ +.footer-beian { + position: fixed; + bottom: 1em; + z-index: 2; +} + +.footer-beian a, .footer-beian a:visited { + color: #ffffff; + text-decoration: none; +} + +.footer-beian a:hover { + text-decoration: underline; } \ No newline at end of file From 7b712abe6d96589515aa6565cf0ac18dcf21b052 Mon Sep 17 00:00:00 2001 From: Twisuki Date: Mon, 5 May 2025 23:32:38 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpage/stylesheet/index.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/webpage/stylesheet/index.css b/webpage/stylesheet/index.css index 7275903..dd87912 100644 --- a/webpage/stylesheet/index.css +++ b/webpage/stylesheet/index.css @@ -40,11 +40,10 @@ body::after { /* 中央Logo */ .logo { - width: 150px; - height: 150px; - margin: 0 auto 30px; - border-radius: 20px; - box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); + width: 9em; + margin: 0 auto; + border-radius: 2em; + /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/ position: relative; transition: transform 0.3s ease; } @@ -74,7 +73,6 @@ body::after { .title { color: white; font-size: 2.5rem; - text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); letter-spacing: 2px; position: relative; margin-top: 20px; @@ -83,7 +81,7 @@ body::after { .title::after { content: "RTLauncher"; position: absolute; - bottom: -30px; + bottom: -2em; left: 50%; transform: translateX(-50%); font-size: 1.2rem; @@ -94,17 +92,17 @@ body::after { /* 外链 */ .social-links { position: fixed; - bottom: 30px; + bottom: 2.5em; width: 100%; display: flex; justify-content: center; - gap: 40px; + gap: 4vw; z-index: 2; } .social-links img { - width: 48px; - height: 48px; + width: 3em; + height: 3em; transition: all 0.3s ease; border-radius: 50%; background: rgba(255, 255, 255, 0.1); From 84420ae5df8f0f65a27b65586edabb11a84f6ec0 Mon Sep 17 00:00:00 2001 From: Twisuki Date: Fri, 16 May 2025 15:06:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpage/stylesheet/top-meun.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webpage/stylesheet/top-meun.css b/webpage/stylesheet/top-meun.css index 879c1ee..621ca83 100644 --- a/webpage/stylesheet/top-meun.css +++ b/webpage/stylesheet/top-meun.css @@ -78,17 +78,20 @@ } .menu-list li { - padding: 15px; + height: 3em; + padding-right: 2em; margin: 10px 0; - border-radius: 5px; + border-radius: 1em; transition: background 0.3s; text-align: right; + line-height: 3em; } .menu-list li:hover { background: rgba(255, 255, 255, 0.1); } .meun-list-img { + vertical-align: 0.25em; transform: translateY(10px); }