From cdfdcec9cc8a7644e70fb28d39a01d438cc74496 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 25 三月 2024 09:26:30 +0800
Subject: [PATCH] 详情,阅读器

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

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index 1d9cce0..e2cc9b1 100644
--- a/pages/retrievalPage/index.wxss
+++ b/pages/retrievalPage/index.wxss
@@ -87,6 +87,11 @@
   font-weight: 400;
   font-size: 22rpx;
   color: #333333;
+  word-break: break-all;
+  display: -webkit-box;
+  -webkit-line-clamp: 1;
+  -webkit-box-orient: vertical;
+  overflow: hidden;
 }
 
 
@@ -111,6 +116,7 @@
   border-radius: 5px;
   overflow: hidden;
   box-shadow: 0px 0px 20rpx 2px #f1f1f1;
+  min-height: 170rpx;
 }
 
 
@@ -128,20 +134,18 @@
 .body-info {
   padding: 20rpx;
   font-size: 28rpx;
+  min-height: 110rpx;
 }
 
 .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 +180,8 @@
 
 .listBox1 .listItemBox {
   height: 220rpx;
-  margin-bottom: 30rpx;
+  margin-bottom: 20rpx;
+  padding: 30rpx;
 }
 
 .listBox1 .specialSubject-img {
@@ -286,4 +291,39 @@
   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;
+}
+
+.bottom-box {
+  display: flex;
+  justify-content: center;
+  color: #999;
+  height: 80rpx;
+  font-size: 28rpx;
+  --td-loading-color: #ff6c00
+}
+
+.loading-box {
+  width: 100%;
+  height: calc(100vh - 500rpx);
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  --td-loading-color: #ff6c00;
 }
\ No newline at end of file

--
Gitblit v1.9.1