From fc551f31960800d4105e988f8efbb0d3be64a3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B4=9B=E5=B8=8C=E9=9B=85?= Date: Thu, 25 Apr 2024 08:41:55 +0800 Subject: [PATCH] =?UTF-8?q?login=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e1a2ceb..7316d19 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -36,6 +36,11 @@ 登录 +
+ 鲁ICP备 + 1145141919号-810 +
+ @@ -166,8 +171,8 @@ $light_gray: #eee; background-image: url('./1712042358737.jpg'); background-repeat: no-repeat; background-size: cover; - background-position-x: right; - background-position-y: center; + background-position-x: 65%; + background-position-y: 75%; .login-form { width: 360px; @@ -195,6 +200,20 @@ $light_gray: #eee; font-weight: bold; } } + + .icp { + position: absolute; + bottom: 0.5em; + left: 2em; + color: #fffb; + } + + .copyright { + position: absolute; + bottom: 0.5em; + right: 2em; + color: #fffb; + } } .login-hero {