From eb7366f400867d3f401fe60f06d848d6d1448457 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 17 十月 2022 17:41:56 +0800
Subject: [PATCH] 2022.10.17

---
 app.wxss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app.wxss b/app.wxss
index 35c58a8..40ab536 100644
--- a/app.wxss
+++ b/app.wxss
@@ -3,8 +3,8 @@
 
 page {
   --fyui-primary-color: #59D5B3;
-  --fyui-text-color_1: #191919;
-  --fyui-text-color_2: #7F7F7F;
+  --fyui-text-color_1: #3a3a3a;
+  --fyui-text-color_2: #666666;
   --fyui-text-color_3: #B2B2B2;
   --fyui-BG_1: #F5F5F5;
   --fyui-BG-COLOR-ACTIVE: #ececec5d;
@@ -80,7 +80,7 @@
 }
 
 .submit:active {
-  background-color: var(--fyui-BG-COLOR-ACTIVE);
+  background: linear-gradient(to right, #b7e9ce, #adebde);
 }
 
 .no-data {

--
Gitblit v1.9.3