From 65b3c5fb8b5e0945a8512f19dfc4ff6d235344b2 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 18 Apr 2025 09:49:07 +0800
Subject: [PATCH] feat:更新登录页面
---
src/page/login/index.vue | 2 +-
src/styles/login.scss | 19 ++++++++++++-------
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/src/page/login/index.vue b/src/page/login/index.vue
index 7e0f0a8..426e960 100644
--- a/src/page/login/index.vue
+++ b/src/page/login/index.vue
@@ -31,7 +31,7 @@
data() {
return {
login:{
- info: '中图智绘低空无人机监测网平台'
+ info: '中图智飞低空智能感知网平台'
},
website: website,
time: '',
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