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

diff --git a/pages/module_consult/consultresult/consultresult.wxss b/pages/module_consult/consultresult/consultresult.wxss
index bd08e33..f3d3371 100644
--- a/pages/module_consult/consultresult/consultresult.wxss
+++ b/pages/module_consult/consultresult/consultresult.wxss
@@ -26,4 +26,27 @@
 
 .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);
 }
\ No newline at end of file

--
Gitblit v1.9.3