From 47e86f543415585ab1e1b2b1ed1d98830817a1be Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 九月 2022 09:41:07 +0800
Subject: [PATCH] 2022.9.16
---
pages/m_consult/consultresultmore/consultresultmore.wxss | 52 ++--------------------------------------------------
1 files changed, 2 insertions(+), 50 deletions(-)
diff --git a/pages/m_consult/consultresultmore/consultresultmore.wxss b/pages/m_consult/consultresultmore/consultresultmore.wxss
index 360fb80..6bfc2d9 100644
--- a/pages/m_consult/consultresultmore/consultresultmore.wxss
+++ b/pages/m_consult/consultresultmore/consultresultmore.wxss
@@ -1,52 +1,4 @@
/* pages/m_consult/consultresult/consultresult.wxss */
-.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: 4;
- width: 100%;
- overflow: hidden;
- /* text-overflow: ellipsis; */
-}
-
-.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);
+.page__hd {
+ padding-bottom: 8px;
}
\ No newline at end of file
--
Gitblit v1.9.3