From 22a23b05b25e4b5c616f65989ac0ca16324f4c29 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 21 Apr 2025 18:23:41 +0800
Subject: [PATCH] Merge branch 'dev' into test

---
 src/styles/login.scss |   51 +++++++++++++++------------------------------------
 1 files changed, 15 insertions(+), 36 deletions(-)

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 798d2d1..c9d2bf3 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -1,29 +1,4 @@
-.login-container {
-  background: url('../assets/images/login/bg.png') no-repeat center / 100% 100%;
-  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%;
   width: 100%;
@@ -43,14 +18,17 @@
     text-align: center;
     font-style: normal;
     text-transform: none;
-    color: #fff;
-    // background: linear-gradient(90deg, #FFFFFF 0%, #B2D5FF 100%);
+    background: linear-gradient(180deg, #FFFFFF 0%, #B2D5FF 100%);
+    -webkit-background-clip: text;
+    color: transparent;
+    background-clip: text;
   }
 }
-.login-left-title-new {
+.login-left-title {
   position: absolute;
-  left: 147px;
-  top: 263px;
+  // border: 1px solid greenyellow;
+  left: 160px;
+  top: 240px;
   width: 926px;
   height: 42px;
   font-family: Source Han Sans CN, Source Han Sans CN;
@@ -63,15 +41,16 @@
   text-align: center;
   font-style: normal;
   text-transform: none;
-  // background: linear-gradient(90.00000000000004deg, #FFFFFF 0%, #E3FEFF 63%, #88BAFF 100%);
+  background: linear-gradient(90.00000000000004deg, #FFFFFF 0%, #E3FEFF 63%, #88BAFF 100%);
+  -webkit-background-clip: text;
+  color: transparent;
+  background-clip: text;
 }
 .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%;
 }
 
 .login-right-new {
@@ -156,7 +135,7 @@
   display: flex;
 }
 .login-left {
-  padding-top: 100px;
+  // padding-top: 100px;
   justify-content: center;
   flex-direction: column;
   color: #fff;

--
Gitblit v1.9.3