From e854a3236e1dce4e2095f61401e524f6eb61c9fb Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期二, 19 一月 2021 00:13:25 +0800
Subject: [PATCH] 完善登陆

---
 src/views/login/login-scoped.scss |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/src/views/login/login-scoped.scss b/src/views/login/login-scoped.scss
index 5cb1fee..62ab859 100644
--- a/src/views/login/login-scoped.scss
+++ b/src/views/login/login-scoped.scss
@@ -8,19 +8,28 @@
   width: 100%;
   height: 100vh;
   .login-info {
-    width: 500px;
+    width: 608px;
+    height: 350px;
     background-color: rgba(163, 44, 48, 1);
     position: absolute;
     left: 25%;
-    top: 44%;
+    top: 41.9%;
     margin-top: -100px;
     color: #fff;
     font-weight: 600;
-    .zbyt-login{
-      width: 100px;
-      height: 120px;
+    border-radius: 3px;
+    .login-img{
+      margin-top: 5%;
+      text-align: center;
+      .zbyt-login{
+        width: 200px;
+        height: 200px;
+      }
     }
+    
     .title {
+      margin-top: 5%;
+      text-align: center;
       font-size: 1.8rem;
       font-weight: 600;
     }
@@ -39,7 +48,7 @@
     left: 65%;
     margin: -180px 0 0 -160px;
     width: 320px;
-    height: 380px;
+    height: 350px;
     padding: 36px;
     background: #fff;
     border-radius: 3px;
@@ -82,13 +91,12 @@
     line-height: 1rem;
     height: 1rem;
     font-weight: 600;
-    color: #000;
+    color: rgba(163, 44, 48, 1);
   }
   .tips {
     font-size: 14px;
     color: #fff;
     margin-bottom: 10px;
-
     span {
       &:first-of-type {
         margin-right: 16px;
@@ -145,4 +153,4 @@
       display: none;
     }
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0