From 0b523220931d70aa752c3beaca5ed32ca85511c5 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 28 三月 2024 11:36:05 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageDomain/pages/sampleBookList/applicationForm/index.wxss |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
index b117cc3..cdff08e 100644
--- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss
+++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -7,21 +7,14 @@
   height: 100vh;
 }
 
-.page-header {
-  width: 100%;
-  position: fixed;
-  top: 0;
-  left: 0;
-  z-index: 1;
-}
 
 .page-content {
-  padding-top: 96rpx;
+  margin-top: -30rpx;
 }
 
 .content {
-  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
   box-sizing: border-box;
+  height: calc(100vh - env(safe-area-inset-bottom) - 86rpx);
   overflow-y: auto;
 }
 
@@ -31,8 +24,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 +72,7 @@
   background: #fff;
   min-height: 200rpx;
   border-radius: 10rpx;
-  margin-top: -30rpx;
+
   padding: 60rpx 40rpx 40rpx 40rpx;
 }
 
@@ -187,8 +185,12 @@
   flex: 1;
 }
 
-.weui-input {
-  height: 60rpx;
+.item-content .t-input {
+  padding: 0 !important;
+}
+
+.t-input__placeholder {
+  font-size: 28rpx !important
 }
 
 .btn-area {

--
Gitblit v1.9.1