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 | 37 +++++++++++++++++++++++++++++++++++--
1 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/app.wxss b/app.wxss
index 628e0a5..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 {
@@ -71,6 +72,38 @@
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 ***********************************/
@@ -250,7 +283,7 @@
width: 100%;
height: auto;
border-radius: 0px;
- font-size: medium;
+ font-size: large;
font-weight: 600;
/* background-color: greenyellow; */
}
@@ -268,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