From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 26 六月 2024 15:02:28 +0800 Subject: [PATCH] 小程序,教材,课程 --- packageDomain/pages/sampleBookList/applicationForm/index.wxss | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss index cdff08e..17a37e7 100644 --- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss +++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss @@ -12,10 +12,15 @@ margin-top: -30rpx; } +.con-bg { + height: 30rpx; + background: #fff; + width: 100%; +} + .content { box-sizing: border-box; - height: calc(100vh - env(safe-area-inset-bottom) - 86rpx); - overflow-y: auto; + height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); } .t-tabs__track { @@ -180,9 +185,16 @@ } .item-content { - border: 2rpx solid #D9D9D9; - padding: 10rpx; flex: 1; +} + +.t-input__content { + border: 2rpx solid #D9D9D9 !important; + padding: 10rpx; +} + +.t-input__tips { + color: #f56c6c !important; } .item-content .t-input { @@ -194,8 +206,9 @@ } .btn-area { - margin: 40rpx 0; + margin: 40rpx; padding: 0 40rpx; + padding-bottom: 60rpx; } .submit { -- Gitblit v1.9.1