From 8514752a7bd930a1622ff1eb27bc0c248c2a092f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 28 Dec 2023 16:44:47 +0800 Subject: [PATCH] xg --- pages/login/login.scss | 8 ++++---- pages/login/login.vue | 2 +- pages/personal/personal.vue | 5 +++-- static/logo.png | Bin 44325 -> 62872 bytes static/logos.png | Bin 1276 -> 0 bytes 5 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 static/logos.png diff --git a/pages/login/login.scss b/pages/login/login.scss index 5b30f39..2245603 100644 --- a/pages/login/login.scss +++ b/pages/login/login.scss @@ -13,16 +13,16 @@ } .text { - width: 235rpx; - height: 30rpx; font-size: 32rpx; font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: 500; color: #333333; position: absolute; + text-align: center; top: 22%; - left: 50%; - transform: translateX(-50%); + width: 100%; + left:0; + margin: 0 auto; } image { diff --git a/pages/login/login.vue b/pages/login/login.vue index b7fed1d..969a97f 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,6 +1,6 @@