From 9a3f7ed6302c226a473b2ac1cd420a7e2e2312d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Sun, 10 May 2026 17:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E3=80=81=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/views/LoginView.vue | 8 +++-- Build_God_Game/src/views/RegisterView.vue | 36 +++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Build_God_Game/src/views/LoginView.vue b/Build_God_Game/src/views/LoginView.vue index 3b4304a..3275d14 100644 --- a/Build_God_Game/src/views/LoginView.vue +++ b/Build_God_Game/src/views/LoginView.vue @@ -133,12 +133,10 @@ const handleLogin = async () => { .blur-title { justify-content: center; - /* 水平居中 flex 项目 */ text-align: center; - /* 文字居中 */ color: white; width: 100%; - /* 确保占满宽度 */ + font-family: "STKaiti", "KaiTi", "华文楷体", "Microsoft YaHei", cursive; } .title-glow { @@ -161,6 +159,7 @@ const handleLogin = async () => { font-size: 0.875rem; letter-spacing: 0.1em; margin-top: 8px; + font-family: "STKaiti", "KaiTi", "华文楷体", "Microsoft YaHei", cursive; } .login-form { @@ -210,6 +209,7 @@ const handleLogin = async () => { background: transparent; text-shadow: 0 0 8px rgba(255, 255, 255, 0.3); letter-spacing: 2px; + font-family: "STKaiti", "KaiTi", "华文楷体", "Microsoft YaHei", cursive; } .login-footer { @@ -223,6 +223,7 @@ const handleLogin = async () => { .footer-text { color: #444444; font-size: 0.8rem; + font-family: "STKaiti", "KaiTi", "华文楷体", "Microsoft YaHei", cursive; } .footer-link { @@ -230,6 +231,7 @@ const handleLogin = async () => { font-size: 0.8rem; text-decoration: none; transition: color 0.3s ease; + font-family: "STKaiti", "KaiTi", "华文楷体", "Microsoft YaHei", cursive; } .footer-link:hover { diff --git a/Build_God_Game/src/views/RegisterView.vue b/Build_God_Game/src/views/RegisterView.vue index 87bc99a..6bf4884 100644 --- a/Build_God_Game/src/views/RegisterView.vue +++ b/Build_God_Game/src/views/RegisterView.vue @@ -3,7 +3,7 @@ import { ref } from 'vue' import { useRouter } from 'vue-router' import { useAuthStore } from '@/stores/auth' import Particles from '@/components/Particles/Particles.vue' -import Shuffle from '@/components/Shuffle/Shuffle.vue' +import BlurText from '@/components/BlurText/BlurText.vue' import InkButton from '@/components/InkButton/InkButton.vue' import InkInput from '@/components/InkInput/InkInput.vue' @@ -86,31 +86,26 @@ const handleRegister = async () => {
开启游戏之旅
+