From 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:26 +0800
Subject: [PATCH] 2022.8.26

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

diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index d86da21..3b16beb 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);
 }
 
@@ -83,6 +83,16 @@
   /* text-overflow: ellipsis; */
 }
 
-.tag {
+.fyui-box__text .fyui-box__bd .tag {
   margin-bottom: 8px;
+  font-size: 14px;
+}
+
+.subtitle{
+  font-size: 15px;
+}
+
+.tag2{
+  font-size: 12px;
+  color: var(--fyui-text-color_3);
 }
\ No newline at end of file

--
Gitblit v1.9.3