From a9bd2df4da1cf7b198db7bf2d67ce8adbbe89b32 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 11 四月 2024 22:00:27 +0800 Subject: [PATCH] 音频播放bug --- pages/bookExhibitionList/index.wxss | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index bcc5026..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; @@ -243,8 +244,29 @@ top: 0px; background-color: #fff; height: 135px; + z-index: 999; } .disableds { color: var(--td-dropdown-menu-disabled-colorm, var(--td-font-gray-4, rgba(0, 0, 0, 0.26))) !important; +} + +.scrollViewBox { + 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