From f1ce6aefad85026c97f4db41a64cb6ff58839225 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 22 May 2026 10:29:26 +0800
Subject: [PATCH] feat:鹿不选 第一版1.1.0

---
 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