From bf580d5477d65f5eefb70a8fb9a6b37eaf0ae9bb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 09:16:25 +0800
Subject: [PATCH] 2022.9.6

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

diff --git a/pages/module_consult/consultresult/consultresult.wxss b/pages/module_consult/consultresult/consultresult.wxss
index a3fe791..10c1245 100644
--- a/pages/module_consult/consultresult/consultresult.wxss
+++ b/pages/module_consult/consultresult/consultresult.wxss
@@ -3,6 +3,7 @@
   white-space: nowrap;
 }
 .keyword-item {
+  display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
 }
@@ -14,6 +15,56 @@
   color: #2c7064;
 }
 
+.des {
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 4;
+  width: 100%;
+  overflow: hidden;
+  /* text-overflow: ellipsis; */
+}
+
 .tag {
   margin-bottom: 8px;
+}
+
+.subtitle{
+  font-size: 15px;
+}
+
+.tag2{
+  font-size: 12px;
+  color: var(--fyui-text-color_3);
+}
+
+.btn-more{
+  text-align: center;
+  background-color: white;
+  margin: 0 10px;
+  border-top: 1px solid var(--fyui-BG_1);
+  color: var(--fyui-text-color_2);
+  padding: 8px;
+  font-size: 12px;
+}
+
+.btn-more:active{
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
+}
+
+.tag3{
+  font-size: 10px;
+  background-color: var(--fyui-primary-color);
+  color: white;
+  border-radius: 2px;
+  padding: 2px 4px;
+  white-space: nowrap;
+  margin-right: 10px;
+}
+
+.tag3_disable{
+  background-color: var(--fyui-text-color_3);
+}
+
+.fyui-box__text .fyui-box__ft{
+  justify-content: flex-start;
 }
\ No newline at end of file

--
Gitblit v1.9.3