From 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 06 九月 2024 16:19:57 +0800 Subject: [PATCH] 联系我们修改 --- packageDomain/pages/sampleBookList/applicationForm/index.wxss | 46 +++++++++++++++++++++++++++++++--------------- 1 files changed, 31 insertions(+), 15 deletions(-) diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss index 0848af0..c58a4bb 100644 --- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss +++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss @@ -7,22 +7,20 @@ height: 100vh; } -.page-header { - width: 100%; - position: fixed; - top: 0; - left: 0; - z-index: 1; -} .page-content { - padding-top: 96rpx; + margin-top: -30rpx; +} + +.con-bg { + height: 30rpx; + background: #fff; + width: 100%; } .content { - height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); box-sizing: border-box; - overflow-y: auto; + height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); } .t-tabs__track { @@ -31,8 +29,13 @@ } .t-tabs { - margin-top: 20rpx; + padding-top: 20rpx; background: none !important; + width: 100%; + position: fixed; + top: 0rpx; + left: 0; + z-index: 1 } .t-tabs__wrapper { @@ -74,7 +77,7 @@ background: #fff; min-height: 200rpx; border-radius: 10rpx; - margin-top: -30rpx; + padding: 60rpx 40rpx 40rpx 40rpx; } @@ -182,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 { @@ -196,12 +206,18 @@ } .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