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 {