From 51600113c20d84ee54660de23324400604704dc2 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 10 八月 2022 14:26:46 +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