From 91f7d372fa318e859efd20d71eafbd34274902c4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 20 一月 2026 17:29:43 +0800
Subject: [PATCH] 2026.1.20

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

diff --git a/app.wxss b/app.wxss
index 963d493..17f665b 100644
--- a/app.wxss
+++ b/app.wxss
@@ -1,7 +1,9 @@
 /**app.wxss**/
 @import "/libs/weui.wxss";
+@import "/style/iconfont.wxss";
 
 page {
+  --td-brand-color: #59D5B3;
   --fyui-primary-color: #59D5B3;
   --fyui-primary-color-2: #6DF1A9;
   /* --fyui-primary-color: #929292;
@@ -80,7 +82,9 @@
   margin: 8px;
   color: white;
   padding: 8px;
-  text-align: center;
+  justify-content: center;
+  align-items: center;
+  display: flex;
 }
 
 .submit:active {
@@ -232,14 +236,14 @@
   background-color: white;
 }
 
-.fyui-box:before{
+.fyui-box:before {
   content: " ";
   width: 90%;
   height: 1px;
   background-color: var(--fyui-BG_1);
   top: -2px;
   position: absolute;
-  
+
 }
 
 .fyui-box:active {

--
Gitblit v1.9.3