From 7ee841957b2cfef1b4c724cc9764c454d670904c Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Fri, 30 Aug 2024 14:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/UserLayout.vue | 26 +++++++++++++++----------- src/views/user/Login.vue | 4 +--- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/layouts/UserLayout.vue b/src/layouts/UserLayout.vue index 5c53b07..8920501 100644 --- a/src/layouts/UserLayout.vue +++ b/src/layouts/UserLayout.vue @@ -8,9 +8,6 @@ 淮安市机关事务服务平台管理系统 -
- -
@@ -61,7 +58,7 @@ export default { .container { width: 100%; height: 100%; - background: no-repeat left/contain url(~@/assets/body-bg.png), + background: no-repeat left/700px 700px url(~@/assets/body-bg.png), linear-gradient(0deg, rgba(23,59,199,1) 0%, rgba(55,90,219,1) 100%); position: relative; @@ -69,7 +66,7 @@ export default { flex-direction: column; justify-content: center; align-items: flex-end; - padding-right: 50px; + padding-right: 10%; a { @@ -77,9 +74,13 @@ export default { } .top { - width: 600px; + width: 460px; text-align: center; - margin-top: -150px; + margin-top: -90px; + padding-top: 24px; + background: white; + border-top-left-radius: 6px; + border-top-right-radius: 6px; .header { height: 44px; @@ -96,8 +97,8 @@ export default { } .title { - font-size: 33px; - color: white; + font-size: 26px; + color: black; font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: 600; } @@ -114,9 +115,12 @@ export default { .main { min-width: 260px; - width: 600px; - padding: 0 100px; + width: 460px; + padding: 0 30px 10px; //margin: 0 auto; + background: white; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } .footer { diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue index 0cc6634..4f9744a 100644 --- a/src/views/user/Login.vue +++ b/src/views/user/Login.vue @@ -73,9 +73,7 @@ - - 自动登录 - + 自动登录 注册账户