From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块

---
 app.wxss |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/app.wxss b/app.wxss
index 373a62f..9e5df28 100644
--- a/app.wxss
+++ b/app.wxss
@@ -20,6 +20,7 @@
   position: relative;
   display: flex;
   justify-content: space-between;
+  align-items: center;
 }
 
 .flex-v {
@@ -63,6 +64,46 @@
   right: 0;
   left: 0;
   bottom: 0
+}
+
+.submit {
+  border-radius: 4px;
+  background: linear-gradient(to right, #6DF1A9, #62EBCF);
+  margin: 8px;
+  color: white;
+  padding: 8px;
+  text-align: center;
+}
+
+.submit:active {
+  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 ***********************************/
@@ -177,6 +218,16 @@
   background-color: white;
 }
 
+.fyui-box:before{
+  content: " ";
+  width: 100%;
+  height: 1px;
+  background-color: var(--fyui-BG_1);
+  top: -2px;
+  position: absolute;
+  
+}
+
 .fyui-box:active {
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
@@ -232,7 +283,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: medium;
+  font-size: large;
   font-weight: 600;
   /* background-color: greenyellow; */
 }
@@ -250,7 +301,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