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 () => {
开启游戏之旅
+