From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23

---
 pages/module_consult/consulthome/consulthome.wxss |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index 4d97642..dab8746 100644
--- a/pages/module_consult/consulthome/consulthome.wxss
+++ b/pages/module_consult/consulthome/consulthome.wxss
@@ -43,7 +43,7 @@
 }
 
 .card .card-abstract {
-  font-size: 12px;
+  font-size: 11px;
   color: var(--fyui-text-color_2);
 }
 
@@ -62,6 +62,7 @@
   white-space: nowrap;
 }
 .keyword-item {
+  display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
 }
@@ -73,6 +74,16 @@
   color: #2c7064;
 }
 
-.tag {
+.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