From 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 21 Apr 2025 18:29:09 +0800
Subject: [PATCH] fix: 天气显示

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

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 25de30f..07131c3 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -23,14 +23,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;
@@ -43,15 +46,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 {

--
Gitblit v1.9.3