From 7231b5929a66bb1ec3b832be85f5e3f6ce40ad9f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 16:01:52 +0800
Subject: [PATCH] feat: 十大

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

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index 1d9cce0..a893adc 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,13 @@
   color: #333333;
   padding: 15rpx;
   margin-bottom: 10rpx;
+}
+
+.t-tabs__item--active {
+  color: #FF6C00 !important;
+
+}
+
+.t-tabs__track {
+  background-color: #FF6C00 !important;
 }
\ No newline at end of file

--
Gitblit v1.9.1