From 2206df0da6499846c78a358cf95ca33c218a5c5d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 14 九月 2022 08:43:37 +0800
Subject: [PATCH] 2022.9.13

---
 pages/m_consult/consultproblem/consultproblem.wxss |   62 -------------------------------
 1 files changed, 0 insertions(+), 62 deletions(-)

diff --git a/pages/m_consult/consultproblem/consultproblem.wxss b/pages/m_consult/consultproblem/consultproblem.wxss
index 1b2afc2..d847807 100644
--- a/pages/m_consult/consultproblem/consultproblem.wxss
+++ b/pages/m_consult/consultproblem/consultproblem.wxss
@@ -1,69 +1,7 @@
 /* pages/m_consult/consultproblem/consultproblem.wxss */
 .page__hd {
-  display: flex;
-  flex-wrap: wrap;
-  justify-content: space-between;
   background-color: white;
   padding: 16px;
-}
-
-.switch-tab {
-  border-radius: 8px;
-  color: var(--fyui-text-color_1);
-  width: 20vw;
-  background-color: white;
-  padding: 1vw;
-  margin-bottom: 8px;
-  text-align: center;
-  font-weight: 500;
-  font-size: 14px;
-}
-.switch-tab_selected {
-  background: linear-gradient(to bottom right, #65EAD2, #2BDEDC);
-  color: white;
-}
-
-.fyui-box__content {
-  padding: 0 8px;
-}
-
-.fyui-box__tag {
-  display: flex;
-  /* background-color: red; */
-  width: 100%;
-  justify-content: flex-end;
-}
-
-.fyui-box__tag .flex-h{
-  margin-right: 16px;
-}
-
-.fyui-box .answer {
-  display: flex;
-  flex-direction: row;
-  line-height: 18px;
-  font-size: 12px;
-  color: var(--fyui-text-color_3);
-}
-
-.des {
-  display: -webkit-box;
-  -webkit-box-orient: vertical;
-  -webkit-line-clamp: 3;
-  width: 100%;
-  overflow: hidden;
-  /* text-overflow: ellipsis; */
-}
-
-.subtitle{
-  font-size: 15px;
-}
-
-.next-answer {
-  text-align: center;
-  font-size: 12px;
-  color: var(--fyui-text-color_3);
-  padding: 8px;
 }
 
 .filter {

--
Gitblit v1.9.3