From 47e86f543415585ab1e1b2b1ed1d98830817a1be Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 九月 2022 09:41:07 +0800
Subject: [PATCH] 2022.9.16

---
 app.wxss |   50 ++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 44 insertions(+), 6 deletions(-)

diff --git a/app.wxss b/app.wxss
index a96fbbe..35c58a8 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;
@@ -20,6 +24,7 @@
   position: relative;
   display: flex;
   justify-content: space-between;
+  align-items: center;
 }
 
 .flex-v {
@@ -34,8 +39,8 @@
 }
 
 .icon {
-  width: 16px;
-  height: 16px;
+  width: 20px;
+  height: 20px;
 }
 
 .fyui-selector {
@@ -78,14 +83,47 @@
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
 
+.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);
 }
@@ -192,7 +230,7 @@
 
 .fyui-box:before{
   content: " ";
-  width: 100%;
+  width: 90%;
   height: 1px;
   background-color: var(--fyui-BG_1);
   top: -2px;
@@ -211,7 +249,7 @@
   /* background-color: greenyellow; */
 }
 
-.fyui-box .fyui-box__hd>image {
+.fyui-box .fyui-box__hd .fyui-box__hd_image {
   width: 120px;
   height: 80px;
 }
@@ -255,7 +293,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: large;
+  font-size: 20px;
   font-weight: 600;
   /* background-color: greenyellow; */
 }

--
Gitblit v1.9.3