From 068be2757aa2d51e3f6604dae54287683160ad0e Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 一月 2026 17:29:48 +0800
Subject: [PATCH] 2026.1.19

---
 app.wxss |   87 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 78 insertions(+), 9 deletions(-)

diff --git a/app.wxss b/app.wxss
index 373a62f..17f665b 100644
--- a/app.wxss
+++ b/app.wxss
@@ -1,13 +1,23 @@
 /**app.wxss**/
 @import "/libs/weui.wxss";
+@import "/style/iconfont.wxss";
 
 page {
+  --td-brand-color: #59D5B3;
   --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;
+}
+
+view {
+  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
 }
 
 /********************************** 閫氱敤-start ***********************************/
@@ -20,6 +30,7 @@
   position: relative;
   display: flex;
   justify-content: space-between;
+  align-items: center;
 }
 
 .flex-v {
@@ -34,8 +45,8 @@
 }
 
 .icon {
-  width: 16px;
-  height: 16px;
+  width: 20px;
+  height: 20px;
 }
 
 .fyui-selector {
@@ -52,7 +63,7 @@
 
 .icon-down {
   transform: rotate(90deg);
-  margin: 0 4px;
+  margin: 0 2px;
 }
 
 .fyui-mask {
@@ -65,14 +76,62 @@
   bottom: 0
 }
 
+.submit {
+  border-radius: 4px;
+  background: linear-gradient(to right, var(--fyui-primary-color-2), var(--fyui-primary-color));
+  margin: 8px;
+  color: white;
+  padding: 8px;
+  justify-content: center;
+  align-items: center;
+  display: flex;
+}
+
+.submit:active {
+  background: linear-gradient(to right, #b7e9ce, #adebde);
+}
+
+.no-data {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  height: 50vh;
+}
+
+.no-data image {
+  width: 30vw;
+  margin-top: 6vh;
+}
+
+.more {
+  /* background-color: aqua; */
+  font-size: 24rpx;
+  color: rgb(175, 173, 173);
+  vertical-align: middle;
+}
+
+.fyui-selector {
+  background-color: rgb(255, 255, 255);
+  border-radius: 4px;
+  font-size: 14px;
+  color: var(--fyui-primary-color);
+  padding: 2px 4px 2px 18px;
+}
+
+.image-16 {
+  width: 16px;
+  height: 16px;
+}
+
 /********************************** 閫氱敤-end ***********************************/
 
 /********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
 .page {
+  min-height: 100vh;
   height: 100%;
   display: flex;
   flex-direction: column;
-  justify-content: space-between;
+  justify-content: flex-start;
   box-sizing: border-box;
   background-color: var(--fyui-BG_1);
 }
@@ -177,6 +236,16 @@
   background-color: white;
 }
 
+.fyui-box:before {
+  content: " ";
+  width: 90%;
+  height: 1px;
+  background-color: var(--fyui-BG_1);
+  top: -2px;
+  position: absolute;
+
+}
+
 .fyui-box:active {
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
@@ -188,7 +257,7 @@
   /* background-color: greenyellow; */
 }
 
-.fyui-box .fyui-box__hd>image {
+.fyui-box .fyui-box__hd .fyui-box__hd_image {
   width: 120px;
   height: 80px;
 }
@@ -232,7 +301,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: medium;
+  font-size: 20px;
   font-weight: 600;
   /* background-color: greenyellow; */
 }
@@ -250,7 +319,7 @@
 
 .fyui-box__text .fyui-box__bd .fyui-box__content {
   color: var(--fyui-text-color_3);
-  font-size: x-small;
+  font-size: medium;
 }
 
 .fyui-box__text .fyui-box__bd .fyui-box__tag {

--
Gitblit v1.9.3