From 9f916f98c6cc6827c84da18fbc9a5e2cacbefc0a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 02 四月 2024 16:20:08 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/retrievalPage/index.wxss | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss index a491016..d1c5d04 100644 --- a/pages/retrievalPage/index.wxss +++ b/pages/retrievalPage/index.wxss @@ -198,7 +198,6 @@ .download { width: 100%; height: 100%; - } .downloadshiftin { @@ -250,19 +249,19 @@ } .outsideRetrievalPageBox { - position: relative; + /* position: relative; */ } .retrievalPageBox { - position: fixed; - top: 0px; - background-color: #fff; - height: 120px; + /* position: fixed; + top: 0px; */ + /* background-color: #fff; */ + /* height: 120px; */ /* z-index: 999; */ } .tabsBox { - margin-top: 300rpx; + /* margin-top: 300rpx; */ } @@ -353,13 +352,11 @@ } .dialogBox .t-input__control { - min-height: 100rpx; } .t-button--text { color: #000 !important; - } .t-button--text.t-button--primary { @@ -371,4 +368,9 @@ /* border: 1rpx #000 solid; */ background-color: #F9F9F9; width: 100%; +} + +.scrollViewBox { + height: calc(100vh - 326rpx); + /* width: calc(100vw - 60rpx); */ } \ No newline at end of file -- Gitblit v1.9.1