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

---
 pages/module_consult/consulthome/consulthome.wxss |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index 1ddf948..7a2da05 100644
--- a/pages/module_consult/consulthome/consulthome.wxss
+++ b/pages/module_consult/consulthome/consulthome.wxss
@@ -56,4 +56,34 @@
 /* --fyui-box */
 .fyui-box__tag {
   justify-content: space-evenly;
+}
+
+.keyword {
+  white-space: nowrap;
+}
+.keyword-item {
+  display: flex;
+  justify-content: flex-start;
+  flex-wrap: wrap;
+}
+
+.keyword-item>text {
+  white-space: nowrap;
+  margin-right: 8px;
+  padding: 0px 6px;
+  color: #2c7064;
+}
+
+.des {
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 4;
+  width: 100%;
+  overflow: hidden;
+  /* text-overflow: ellipsis; */
+}
+
+.fyui-box__text .fyui-box__bd .tag {
+  margin-bottom: 8px;
+  font-size: 14px;
 }
\ No newline at end of file

--
Gitblit v1.9.3