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/consulthome/consulthome.wxss |   74 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 72 insertions(+), 2 deletions(-)

diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index 4d97642..4c191da 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,75 @@
   color: #2c7064;
 }
 
-.tag {
+.des {
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 3;
+  width: 100%;
+  overflow: hidden;
+  /* text-overflow: ellipsis; */
+}
+
+.fyui-box__text .fyui-box__bd .tag {
   margin-bottom: 8px;
+  font-size: 14px;
+}
+
+.fyui-box .answer {
+  display: flex;
+  flex-direction: row;
+  /* justify-content: space-between; */
+  /* background-color: red; */
+}
+
+.subtitle{
+  font-size: 15px;
+}
+
+.tag2{
+  line-height: 18px;
+  font-size: 12px;
+  color: var(--fyui-text-color_3);
+}
+
+.fyui-box__text .fyui-box__ft {
+  font-size: 12px;
+}
+
+.case-bd{
+  display: flex;
+}
+
+.case-bd>image{
+  width: 60%;
+  height: 54px;
+  border-radius: 4px;
+  margin-left: 4px;
+}
+
+.fyui-box__ft_2 {
+  display: flex;
+  font-size: 12px;
+  color: var(--fyui-text-color_3);
+  margin-top: 16px;
+}
+
+.case-tag-group {
+  display: flex;
+  flex-wrap: wrap;
+}
+
+.case-tag {
+  display: flex;
+  align-items: center;
+}
+.case-tag>image {
+  width: 14px;
+  height: 14px;
+}
+
+.case-tag>text {
+  white-space: nowrap;
+  margin-left: 4px;
+  margin-right: 4px;
 }
\ No newline at end of file

--
Gitblit v1.9.3