From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23

---
 app.wxss |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/app.wxss b/app.wxss
index a96fbbe..a3fd5cd 100644
--- a/app.wxss
+++ b/app.wxss
@@ -20,6 +20,7 @@
   position: relative;
   display: flex;
   justify-content: space-between;
+  align-items: center;
 }
 
 .flex-v {
@@ -78,14 +79,42 @@
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
 
+.no-data {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  height: 100vh;
+}
+
+.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;
+}
+
 /********************************** 閫氱敤-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);
 }
@@ -255,7 +284,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: large;
+  font-size: 20px;
   font-weight: 600;
   /* background-color: greenyellow; */
 }

--
Gitblit v1.9.3