diff --git a/src/assets/images/login_bg_new.jpeg b/src/assets/images/login_bg_new.jpeg new file mode 100644 index 0000000..acc58cb Binary files /dev/null and b/src/assets/images/login_bg_new.jpeg differ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5115d67..308e978 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -6,7 +6,7 @@
内蒙古自治区市场监督管理局
- + @@ -350,22 +350,25 @@ $light_gray: #526B94; img { width: 100%; height: 100%; + object-fit: cover; + object-position: center; } .sysName{ position: absolute; bottom: 0; top: 50px; - left: 50px; + right: 50px; color: #fff; font-size: 32px; font-family: "Times New Roman", Times, serif; + text-align: right; } } .form { position: absolute; - left: 55%; + left: 5%; top: 50%; - margin-top: -330px; + transform: translateY(-50%); width: 620px; height: 680px; padding: 86px 60px; @@ -388,9 +391,10 @@ $light_gray: #526B94; .copyRight { position: absolute; bottom:30px; - left: 15%; + right: 50px; color: #fff; font-size: 14px; + text-align: right; } .tips {