From 2206df0da6499846c78a358cf95ca33c218a5c5d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 14 九月 2022 08:43:37 +0800
Subject: [PATCH] 2022.9.13

---
 app.wxss |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/app.wxss b/app.wxss
index a3fd5cd..031ca21 100644
--- a/app.wxss
+++ b/app.wxss
@@ -10,6 +10,10 @@
   --fyui-BG-COLOR-ACTIVE: #ececec5d;
 }
 
+view {
+  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
+}
+
 /********************************** 閫氱敤-start ***********************************/
 .statusbar-title {
   text-align: center;
@@ -83,7 +87,7 @@
   display: flex;
   flex-direction: column;
   align-items: center;
-  height: 100vh;
+  height: 50vh;
 }
 
 .no-data image {
@@ -104,6 +108,11 @@
   font-size: 14px;
   color: var(--fyui-primary-color);
   padding: 2px 4px 2px 18px;
+}
+
+.image-16 {
+  width: 16px;
+  height: 16px;
 }
 
 /********************************** 閫氱敤-end ***********************************/
@@ -221,7 +230,7 @@
 
 .fyui-box:before{
   content: " ";
-  width: 100%;
+  width: 90%;
   height: 1px;
   background-color: var(--fyui-BG_1);
   top: -2px;

--
Gitblit v1.9.3