From 8e2a42e4a2da78f9cda9fa3e7732a0ef72f0c906 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 12 Nov 2021 09:29:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/styles/login.scss |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 498d5af..454de6f 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -32,7 +32,7 @@
   border-bottom-left-radius: 5px;
   justify-content: center;
   flex-direction: column;
-  background-color: #409EFF;
+  background-color: #409eff;
   color: #fff;
   float: left;
   width: 50%;
@@ -73,8 +73,24 @@
   width: 50%;
   float: left;
   box-sizing: border-box;
+  position: relative;
 }
-
+.login-erweima {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+  position: absolute;
+  right: 10px;
+  color: #333;
+  top: 10px;
+  width: 130px;
+  height: 160px;
+  img {
+    width: 130px;
+    height: 130px;
+  }
+}
 .login-main {
   margin: 0 auto;
   width: 65%;
@@ -113,12 +129,12 @@
 .login-submit {
   width: 100%;
   height: 45px;
-  border: 1px solid #409EFF;
+  border: 1px solid #409eff;
   background: none;
   font-size: 18px;
   letter-spacing: 2px;
   font-weight: 300;
-  color: #409EFF;
+  color: #409eff;
   cursor: pointer;
   margin-top: 30px;
   font-family: "neo";
@@ -180,5 +196,5 @@
   line-height: 38px;
   text-indent: 5px;
   text-align: center;
-  cursor:pointer!important;
+  cursor: pointer !important;
 }

--
Gitblit v1.9.3