From f9e9df1e43014e67580ad03dc86854a55673403d Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Thu, 30 Apr 2020 17:38:23 +0800
Subject: [PATCH] 爬虫词条管理

---
 src/pages/login/login.scss |   64 ++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/src/pages/login/login.scss b/src/pages/login/login.scss
index 46f61e5..e1b6744 100644
--- a/src/pages/login/login.scss
+++ b/src/pages/login/login.scss
@@ -3,6 +3,7 @@
   display: flex;
   align-items: center;
   justify-content: center;
+  background: #fff;
 }
 .login-main .login-form {
   min-width: 320px;
@@ -11,5 +12,68 @@
   float: right;
 }
 .login-main .login-form-button {
+  width: 300px;
+  height: 48px;
+}
+
+.login-div-top-img {
+  margin-left: 24px;
+}
+
+
+.login-div {
+  width: 100%;
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+}
+
+.login-div-top {
+  height: 10vh;
+  width: 100%;
+  display: flex;
+  align-items: center;
+}
+
+.login-div-content {
+  background-image: url('../../img/beijing.png');
+  background-repeat: no-repeat;
+  // max-width: 1440px;
+  // max-height: 740px;
+  
+  background-size: 100% 100%;
+  height: 80vh;
   width: 100%;
 }
+
+.login-div-bottom {
+  height: 10vh;
+  width: 100%;
+  font-family: PingFangTC-Regular;
+  font-size: 14px;
+  color: #333333;
+  text-align: center;
+  line-height: 10vh;
+}
+
+.login-div-content-div{
+  width: 382px;
+  background: #fff;
+  height: 420px;
+  position: absolute;
+  right: 108px;
+  border-radius: 8px;
+  margin-top: 10vh;
+}
+.login-div-content-div-title {
+  padding: 24px;
+  font-size: 24px;
+  font-weight: 600;
+  text-align: center;
+}
+
+.login-div-content-form-flex{
+  display:flex;
+  justify-content: center;
+}
\ No newline at end of file

--
Gitblit v1.8.0