From 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 21 十月 2022 18:32:04 +0800
Subject: [PATCH] 首发版本 2022.10.21
---
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