From 20a26aa0c12c05c3f96afc163c6532c6b1b5cf8e Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 21 三月 2024 09:24:01 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/retrievalPage/index.wxss |   31 +++++++++++++++++++++++--------
 1 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index 1d9cce0..b17fdca 100644
--- a/pages/retrievalPage/index.wxss
+++ b/pages/retrievalPage/index.wxss
@@ -131,17 +131,14 @@
 }
 
 .body-info .name {
-  font-size: 32rpx;
-  height: 88rpx;
-  color: #333333;
-  font-weight: bold;
-  line-height: 44rpx;
-  display: -webkit-box;
-  margin-bottom: 10rpx;
+
+  font-size: 25rpx;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;
+  display: -webkit-box;
+  margin-bottom: 10rpx;
 }
 
 .body-info .time {
@@ -176,7 +173,8 @@
 
 .listBox1 .listItemBox {
   height: 220rpx;
-  margin-bottom: 30rpx;
+  margin-bottom: 20rpx;
+  padding: 30rpx;
 }
 
 .listBox1 .specialSubject-img {
@@ -286,4 +284,21 @@
   color: #333333;
   padding: 15rpx;
   margin-bottom: 10rpx;
+}
+
+.t-tabs__item--active {
+  color: #FF6C00 !important;
+
+}
+
+.t-tabs__track {
+  background-color: #FF6C00 !important;
+}
+
+.noDataBox {
+  /* display: flex;
+  justify-content: center;
+  align-items: center */
+  margin: 0 auto;
+  margin-top: 250rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1