From 88d80c9f40935c6ce7ea51683c6cdc1a80d1997b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 22 三月 2024 11:17:45 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/retrievalPage/index.wxss |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss
index b17fdca..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,6 +134,7 @@
 .body-info {
   padding: 20rpx;
   font-size: 28rpx;
+  min-height: 110rpx;
 }
 
 .body-info .name {
@@ -301,4 +308,22 @@
   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