From ad8abc44cf633517c30ab8447b9b035019beeadb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 17:57:14 +0800
Subject: [PATCH] 2022-12-09

---
 src/views/login/index.scss |   31 +++++++++++++------------------
 1 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/src/views/login/index.scss b/src/views/login/index.scss
index 6ae0096..ea94e22 100644
--- a/src/views/login/index.scss
+++ b/src/views/login/index.scss
@@ -1,18 +1,17 @@
 .login-container {
+  position: relative;
   height: 100vh;
   min-height: 600px;
-  background-color: #ffffff!important;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   .logo {
     position: relative;
-    height: 70px;
-    padding-top: 10px;
-    width: 990px;
-    margin: 0 auto;
+    height: 100px;
+    padding-top: 30px;
+    border-bottom: 3px solid #aeb303;
     img {
-      height: 47px;
+      height: 50px;
     }
     .plat-name {
       position: absolute;
@@ -28,9 +27,8 @@
 
   .login-middle {
     position: relative;
-    height: calc(100vh - 194px);
+    height: calc(100vh - 100px);
     min-height: 475px;
-    background-color: #427CAA;
     background-image: url('http://bms-test.kresstools.cn/Content/images/login2/bg_mid.png');
     background-size: contain;
     background-repeat: no-repeat;
@@ -47,6 +45,7 @@
       border-radius: 5px;
       overflow: hidden;
       border: 1px solid #bfbfbf;
+      z-index: 3;
 
       .login-way-title {
         font-size: 18px;
@@ -101,10 +100,9 @@
       }
       .form-item-wrap {
         padding: 0.6vw 1.6vw 1.6vw;
-        // padding: 0.6vw 1.6vw 0vw;
       }
       .title {
-        color: #427CAA;
+        color: var(--mk-sys-color);
         font-size: 22px;
         font-weight: bold;
         margin: 20px 1.6vw 5px;
@@ -207,12 +205,7 @@
         font-size: 18px;
       }
       .anticon-eye {
-        color: #1890ff;
-      }
-      .login-form-button {
-        border-radius: 0;
-        background: #6fb3e9!important;
-        border: 1px solid #6fb3e9!important;
+        color: #aeb303;
       }
     }
     .login-sync-button {
@@ -222,8 +215,11 @@
     }
   }
   .login-bottom {
+    position: absolute;
+    bottom: 30px;
+    left: 0;
+    width: 100%;
     text-align: center;
-    color: #666!important;
     padding-top: 20px;
     font: 12px/150% Arial,Verdana,"\5b8b\4f53";
     p span.split {
@@ -232,7 +228,6 @@
     a {
       display: inline-block;
       margin-bottom: 5px;
-      color: #666!important;
       font: 12px/150% Arial,Verdana,"\5b8b\4f53";
     }
   }

--
Gitblit v1.8.0