From 31d1dae59515fc88226cdb8ba75e3a3e9021065f Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 12 四月 2024 11:07:43 +0800 Subject: [PATCH] 修改 --- pages/bookExhibitionList/index.wxss | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 8d592d3..502a04a 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -1,4 +1,5 @@ /* pages/bookExhibitionList/index.wxss */ +@import "./index.skeleton.wxss"; .nacigationBar { background-color: #fff; @@ -254,4 +255,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