From dc1b48bb46e5715a5a55ee2c0f60175b849a6b3b Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 四月 2024 19:32:30 +0800 Subject: [PATCH] 问题修改 --- pages/bookExhibitionList/index.wxss | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 6443624..36b2627 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -127,10 +127,10 @@ image-rendering: -webkit-optimize-contrast; } -.classification { +/* .classification { width: 550rpx; margin: 0 30rpx; -} +} */ .menuBox { display: flex; @@ -174,6 +174,10 @@ .t-radio__icon--checked, .t-checkbox__icon--checked { color: #FF6C00 !important +} + +.t-dropdown-menu { + width: 750rpx; } .t-checkbox__icon--disabled { @@ -239,8 +243,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