From 295eb3cc87aaa5176d64a4ef985cdad0bfefae9a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 31 Mar 2025 08:35:00 +0800
Subject: [PATCH] 增加单个机巢页面

---
 src/styles/login.scss |   32 +++++++++-----------------------
 1 files changed, 9 insertions(+), 23 deletions(-)

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 798d2d1..4194247 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -3,26 +3,6 @@
   position: relative;
   width: 100%;
   height: 100%;
-  // position: relative;
-  // display: flex;
-  // align-items: center;
-  // width: 100%;
-  // height: 100%;
-  // // background-color: #fff;
-  // background: linear-gradient(110deg, rgb(2, 40, 85) 0%, rgb(44, 119, 241) 50%, rgb(255,255,255) 50%, rgb(240,240,240) 100%);
-  // overflow: hidden;
-  // &::before{
-  //   position: absolute;
-  //   top: 0;
-  //   left: 0;
-  //   width: 100%;
-  //   height: 100%;
-  //   margin-left: -48%;
-  //   background-image: url(/img/login-bg.svg);
-  //   background-position: 100%;
-  //   background-repeat: no-repeat;
-  //   background-size: auto 100%;
-  // }
 }
 .login-header {
   background: url('../assets/images/login/big-title.png') no-repeat center / 100% 100%;
@@ -49,6 +29,7 @@
 }
 .login-left-title-new {
   position: absolute;
+  border: 1px solid greenyellow;
   left: 147px;
   top: 263px;
   width: 926px;
@@ -68,10 +49,15 @@
 .login-left-new {
   position: absolute;
   top: 334px;
+  border: 1px solid red;
   left: 147px;
-  width: 926px;
-  height: 540px;
-  background: url('../assets/images/login/left-logo.png') no-repeat center / 100% 100%;
+  img {
+    width: 858px;
+    height: 540px;
+    border: 1px solid yellow;
+  }
+  // width: 858px;
+  // background: url('../assets/images/login/left-logo.png') no-repeat center / 100% 100%;
 }
 
 .login-right-new {

--
Gitblit v1.9.3