From c65db083eef77f094f5c3439066c1ec1875d05e0 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 11 四月 2024 16:09:28 +0800
Subject: [PATCH] js

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

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index 8d592d3..36b2627 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -254,4 +254,18 @@
   height: calc(100vh - 300rpx);
   /* width: calc(100vw - 60rpx); */
   /* height: 700rpx; */
+}
+
+
+
+.bottom-box {
+  display: flex;
+  justify-content: center;
+  color: #999;
+  height: 80rpx;
+  font-size: 28rpx;
+  --td-loading-color: #ff6c00;
+  margin-top: 100rpx;
+  display: flex;
+  justify-content: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1