From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 14:58:49 +0800 Subject: [PATCH] 111 --- packageDomain/pages/sampleBookList/applicationForm/index.wxss | 43 +++++++++++++++++++++++++++++-------------- 1 files changed, 29 insertions(+), 14 deletions(-) diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss index c58a4bb..b06ffd3 100644 --- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss +++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss @@ -1,10 +1,20 @@ page { - background-color: #f0f2f5 !important; + /* overflow-y: auto !important; */ + position: relative; + background-color: #F2F3F8 !important; } .container { - width: 100%; + width: 100vw; height: 100vh; +} + +.content { + width: 100%; + height: calc(100vh - env(safe-area-inset-bottom) - 100rpx); + box-sizing: border-box; + margin-top: 96rpx; + overflow-y: auto !important; } @@ -18,24 +28,30 @@ width: 100%; } -.content { - box-sizing: border-box; - height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); -} - .t-tabs__track { display: none; } +.tab { + width: 100%; + position: fixed !important; + top: 0; + left: 0; + z-index: 10; + margin-top: 20rpx; + /* background-color: #F2F3F8 !important; */ + +} + +.tab-bg { + height: 20rpx; + background-color: #F2F3F8 !important; +} + .t-tabs { - padding-top: 20rpx; background: none !important; width: 100%; - position: fixed; - top: 0rpx; - left: 0; - z-index: 1 } .t-tabs__wrapper { @@ -77,8 +93,7 @@ background: #fff; min-height: 200rpx; border-radius: 10rpx; - - padding: 60rpx 40rpx 40rpx 40rpx; + padding: 40rpx; } .tips { -- Gitblit v1.9.1