From 75cdd3cdcec1fc22bddebd6352e5e87e0a8d5d33 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 18 Apr 2025 10:57:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/styles/login.scss | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/styles/login.scss b/src/styles/login.scss
index f46ceeb..07131c3 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -23,15 +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;
- border: 1px solid greenyellow;
- 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;
@@ -44,7 +46,10 @@
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;
--
Gitblit v1.9.3