From a2dc8a57ad65751511ad1d65f9970aee3cab8606 Mon Sep 17 00:00:00 2001 From: huangyp Date: Tue, 29 Oct 2024 18:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=9B=B4=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=AE=80=E4=BB=8B=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/modules.xml | 1 - .idea/modules/password-xl-service.main.iml | 8 -------- password-xl-home/index.html | 16 ++++++++-------- 3 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 .idea/modules/password-xl-service.main.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 60bc542..896ab70 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,7 +4,6 @@ - diff --git a/.idea/modules/password-xl-service.main.iml b/.idea/modules/password-xl-service.main.iml deleted file mode 100644 index eabc402..0000000 --- a/.idea/modules/password-xl-service.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/password-xl-home/index.html b/password-xl-home/index.html index a56377b..eed274b 100644 --- a/password-xl-home/index.html +++ b/password-xl-home/index.html @@ -20,7 +20,7 @@ color: #57beff; display: flex; justify-content: center; - margin-top: 15vh; + margin-top: 12vh; padding: 0; white-space: nowrap; } @@ -90,26 +90,26 @@ .tags { display: flex; justify-content: center; - margin-top: 10vh; + margin-top: 6vh; flex-wrap: wrap; padding: 0 2vw; } .tags > div { - border-radius: 40px; - padding: 15px 30px; - line-height: 40px; + border-radius: 38px; + padding: 13px 26px; + line-height: 36px; text-align: center; font-size: 20px; color: white; - margin: 12px; + margin: 10px; user-select: none; transition: transform 0.3s ease; white-space: nowrap; } .tags > div:hover { - transform: scale(1.2); + transform: scale(1.15); } .desc { @@ -131,7 +131,7 @@ .about { position: fixed; - bottom: 10px; + bottom: 2px; width: 100%; text-align: center; }