From f5e5024b4683f6e5da288b9dc16545c6fc1b274b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 28 三月 2024 11:50:41 +0800 Subject: [PATCH] 图书分类bug --- pages/retrievalPage/index.wxss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss index 1b785f6..c0ff82d 100644 --- a/pages/retrievalPage/index.wxss +++ b/pages/retrievalPage/index.wxss @@ -135,6 +135,7 @@ padding: 20rpx; font-size: 28rpx; min-height: 110rpx; + width: 148px; } .body-info .name { @@ -329,4 +330,20 @@ .t-tabs__item--evenly { flex: 1 0 auto !important; +} + +.outsideRetrievalPageBox { + position: relative; +} + +.retrievalPageBox { + position: fixed; + top: 0px; + background-color: #fff; + height: 150px; + z-index: 999; +} + +.tabsBox { + margin-top: 300rpx; } \ No newline at end of file -- Gitblit v1.9.1