From 43a0780edd2db8e841325cb73032e819716c3595 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 10 八月 2022 09:27:59 +0800
Subject: [PATCH] 智能咨询模块、台账模块
---
app.wxss | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/app.wxss b/app.wxss
index 373a62f..628e0a5 100644
--- a/app.wxss
+++ b/app.wxss
@@ -65,6 +65,14 @@
bottom: 0
}
+.submit {
+ border-radius: 4px;
+ background: linear-gradient(to right, #6DF1A9, #62EBCF);
+ margin: 8px;
+ color: white;
+ padding: 8px;
+}
+
/********************************** 閫氱敤-end ***********************************/
/********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
@@ -177,6 +185,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);
}
--
Gitblit v1.9.3