From b13062d53abb7fd5cdce039df8c21c7690d0d2b7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 25 May 2026 13:40:02 +0800
Subject: [PATCH] UI:鹿不选

---
 static/css/login.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/css/login.css b/static/css/login.css
index 55d641a..0b4e69d 100644
--- a/static/css/login.css
+++ b/static/css/login.css
@@ -14,7 +14,7 @@
 .login-title-1{
 	font-size: 40upx;
 	font-weight: 700;
-	color: #37AA25;
+	color: #1735C0;
 	display: flex;
 	justify-content: center;
 	align-items: center;
@@ -81,7 +81,7 @@
 	border-radius: 50upx;
 }
 .loginBtn .active{
-	background-color: #37AA25;
+	background-color: #1735C0;
 }
 
 .login-type{
@@ -101,7 +101,7 @@
 	content: '';
 	height: 1px;
 	width: 100%;
-	background-color: #37AA25;
+	background-color: #1735C0;
 	left: 0;
 	bottom: -10px;
 }

--
Gitblit v1.9.3