From 437144f41c74505d362a5214a18cec3d01b3ce4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十月 2022 17:51:30 +0800
Subject: [PATCH] 2022.10.10

---
 pages/m_consult/consulthome/consulthome.wxss |  100 +------------------------------------------------
 1 files changed, 3 insertions(+), 97 deletions(-)

diff --git a/pages/m_consult/consulthome/consulthome.wxss b/pages/m_consult/consulthome/consulthome.wxss
index 10bae57..0d50ddb 100644
--- a/pages/m_consult/consulthome/consulthome.wxss
+++ b/pages/m_consult/consulthome/consulthome.wxss
@@ -1,6 +1,6 @@
 /* pages/m_consult/consulthome/consulthome.wxss */
 .page__bd {
-  padding: 10px;
+  /* padding: 10px; */
 }
 
 .search-bar {
@@ -12,6 +12,7 @@
   text-align: left;
   background-color: white;
   border-radius: 10px;
+  margin-bottom: 8px;
 }
 
 .card {
@@ -38,7 +39,7 @@
   width: 8px;
 }
 .card .card-title {
-  font-size: 18px;
+  font-size: 16px;
   font-weight: bold;
 }
 
@@ -50,99 +51,4 @@
 .card .icon {
   height: 56px;
   width: 60px;
-}
-
-
-/* --fyui-box */
-.fyui-box__tag {
-  justify-content: space-evenly;
-}
-
-.keyword {
-  white-space: nowrap;
-}
-.keyword-item {
-  display: flex;
-  justify-content: flex-start;
-  flex-wrap: wrap;
-}
-
-.keyword-item>text {
-  white-space: nowrap;
-  margin-right: 8px;
-  padding: 0px 6px;
-  color: #2c7064;
-}
-
-.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