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 | 75 +++++++++++++++++++++++++++---------- 1 files changed, 55 insertions(+), 20 deletions(-) diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss index e7c8141..b06ffd3 100644 --- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss +++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss @@ -1,28 +1,31 @@ page { - background-color: #f0f2f5; + /* overflow-y: auto !important; */ + position: relative; + background-color: #F2F3F8 !important; } .container { - width: 100%; + width: 100vw; height: 100vh; } -.page-header { +.content { width: 100%; - position: fixed; - top: 0; - left: 0; - z-index: 1; + height: calc(100vh - env(safe-area-inset-bottom) - 100rpx); + box-sizing: border-box; + margin-top: 96rpx; + overflow-y: auto !important; } + .page-content { - padding-top: 96rpx; + margin-top: -30rpx; } -.content { - height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); - box-sizing: border-box; - overflow-y: auto; +.con-bg { + height: 30rpx; + background: #fff; + width: 100%; } .t-tabs__track { @@ -30,9 +33,25 @@ } -.t-tabs { +.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 { background: none !important; + width: 100%; } .t-tabs__wrapper { @@ -74,8 +93,7 @@ background: #fff; min-height: 200rpx; border-radius: 10rpx; - margin-top: -30rpx; - padding: 60rpx 40rpx 40rpx 40rpx; + padding: 40rpx; } .tips { @@ -182,22 +200,39 @@ } .item-content { - border: 2rpx solid #D9D9D9; - padding: 10rpx; flex: 1; } -.weui-input { - height: 60rpx; +.t-input__content { + border: 2rpx solid #D9D9D9 !important; + padding: 10rpx; +} + +.t-input__tips { + color: #f56c6c !important; +} + +.item-content .t-input { + padding: 0 !important; +} + +.t-input__placeholder { + font-size: 28rpx !important } .btn-area { - margin: 40rpx 0; + margin: 40rpx; padding: 0 40rpx; + padding-bottom: 60rpx; } .submit { background: #ff6c00; color: #fff; border-radius: 50rpx; +} + +.icon { + color: #f56c6c !important; + margin-right: 5rpx; } \ No newline at end of file -- Gitblit v1.9.1