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/consultsearch/consultsearch.wxss |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/pages/module_consult/consultsearch/consultsearch.wxss b/pages/module_consult/consultsearch/consultsearch.wxss
index c0dcc56..a2c6e9d 100644
--- a/pages/module_consult/consultsearch/consultsearch.wxss
+++ b/pages/module_consult/consultsearch/consultsearch.wxss
@@ -9,6 +9,7 @@
 .page__bd {
   padding-left: 10px;
   padding-right: 10px;
+  font-size: 14px;
 }
 
 .search-bar {
@@ -61,4 +62,63 @@
   text-align: center;
   color: white;
   margin-left: 4px;
+}
+
+.history-record {
+  display: flex;
+  flex-wrap: wrap;
+  margin-bottom: 16px;
+}
+
+.history-record>text {
+  white-space: nowrap;
+  background-color: rgb(255, 255, 255);
+  margin-right: 8px;
+  margin-bottom: 4px;
+  padding: 2px 6px;
+  color: var(--fyui-text-color_2);
+  border-radius: 8px;
+  /* border: 1px solid var(--fyui-text-color_3); */
+}
+
+.hot-topic {
+  background-color: white;
+  position: relative;
+  overflow: hidden;
+  border-radius: 8px;
+  padding: 8px;
+}
+
+.hot-topic .hot-topic__item {
+  display: flex;
+  margin-bottom: 8px;
+}
+
+.hot-topic .hot-topic__hot{
+  background-color: rgba(255, 0, 0, 0.692);
+  width: 20px;
+  height: 20px;
+  text-align: center;
+  color: white;
+}
+
+.hot-topic .hot-topic__normal{
+  background-color: rgba(255, 166, 0, 0.692);
+  width: 20px;
+  height: 20px;
+  text-align: center;
+  color: white;
+}
+
+.hot-topic .hot-topic__name{
+  width: 100%;
+  margin-left: 8px;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  /* background-color: orange; */
+}
+
+.hot-topic .hot-topic__name:active{
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
\ No newline at end of file

--
Gitblit v1.9.3