From 5d8e52e398bff7bc8f83e8f5b8a387175b958c98 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 24 二月 2023 10:20:18 +0800
Subject: [PATCH] 2023.2.24

---
 app.wxss |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/app.wxss b/app.wxss
index 031ca21..963d493 100644
--- a/app.wxss
+++ b/app.wxss
@@ -3,9 +3,13 @@
 
 page {
   --fyui-primary-color: #59D5B3;
-  --fyui-text-color_1: #191919;
-  --fyui-text-color_2: #7F7F7F;
+  --fyui-primary-color-2: #6DF1A9;
+  /* --fyui-primary-color: #929292;
+  --fyui-primary-color-2: #b8b8b8; */
+  --fyui-text-color_1: #3a3a3a;
+  --fyui-text-color_2: #666666;
   --fyui-text-color_3: #B2B2B2;
+  --fyui-btn-color_1: #c44e00;
   --fyui-BG_1: #F5F5F5;
   --fyui-BG-COLOR-ACTIVE: #ececec5d;
 }
@@ -39,8 +43,8 @@
 }
 
 .icon {
-  width: 16px;
-  height: 16px;
+  width: 20px;
+  height: 20px;
 }
 
 .fyui-selector {
@@ -57,7 +61,7 @@
 
 .icon-down {
   transform: rotate(90deg);
-  margin: 0 4px;
+  margin: 0 2px;
 }
 
 .fyui-mask {
@@ -72,7 +76,7 @@
 
 .submit {
   border-radius: 4px;
-  background: linear-gradient(to right, #6DF1A9, #62EBCF);
+  background: linear-gradient(to right, var(--fyui-primary-color-2), var(--fyui-primary-color));
   margin: 8px;
   color: white;
   padding: 8px;
@@ -80,7 +84,7 @@
 }
 
 .submit:active {
-  background-color: var(--fyui-BG-COLOR-ACTIVE);
+  background: linear-gradient(to right, #b7e9ce, #adebde);
 }
 
 .no-data {
@@ -249,7 +253,7 @@
   /* background-color: greenyellow; */
 }
 
-.fyui-box .fyui-box__hd>image {
+.fyui-box .fyui-box__hd .fyui-box__hd_image {
   width: 120px;
   height: 80px;
 }

--
Gitblit v1.9.3