From 43a0780edd2db8e841325cb73032e819716c3595 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 10 八月 2022 09:27:59 +0800
Subject: [PATCH] 智能咨询模块、台账模块
---
pages/module_consult/consulthome/consulthome.wxss | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index 1ddf948..4d97642 100644
--- a/pages/module_consult/consulthome/consulthome.wxss
+++ b/pages/module_consult/consulthome/consulthome.wxss
@@ -56,4 +56,23 @@
/* --fyui-box */
.fyui-box__tag {
justify-content: space-evenly;
+}
+
+.keyword {
+ white-space: nowrap;
+}
+.keyword-item {
+ justify-content: flex-start;
+ flex-wrap: wrap;
+}
+
+.keyword-item>text {
+ white-space: nowrap;
+ margin-right: 8px;
+ padding: 0px 6px;
+ color: #2c7064;
+}
+
+.tag {
+ margin-bottom: 8px;
}
\ No newline at end of file
--
Gitblit v1.9.3