From 2d3276fce97e33f5c7f04a74632e18ebb01c3a4d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 15 四月 2024 17:30:16 +0800
Subject: [PATCH] 音频优化1

---
 packageDomain/pages/sampleBookList/applicationForm/index.wxss |   46 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
index 894c094..1627d37 100644
--- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss
+++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -1,14 +1,26 @@
 page {
-  background-color: #F2F3F8;
+  background-color: #f0f2f5 !important;
 }
 
-.page-header {
+.container {
+  width: 100%;
+  height: 100vh;
+}
+
+
+.page-content {
+  margin-top: -30rpx;
+}
+
+.con-bg {
+  height: 30rpx;
+  background: #fff;
   width: 100%;
 }
 
-.page-content {
-  padding-bottom: env(safe-area-inset-bottom);
-
+.content {
+  box-sizing: border-box;
+  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
 }
 
 .t-tabs__track {
@@ -17,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 {
@@ -60,7 +77,7 @@
   background: #fff;
   min-height: 200rpx;
   border-radius: 10rpx;
-  margin-top: -30rpx;
+
   padding: 60rpx 40rpx 40rpx 40rpx;
 }
 
@@ -130,6 +147,10 @@
 
 .delete-btn {
   margin: 0 auto;
+  height: 100%;
+  display: inline-flex;
+  justify-content: center;
+  align-items: center;
 }
 
 .formBox {
@@ -169,13 +190,18 @@
   flex: 1;
 }
 
-.weui-input {
-  height: 60rpx;
+.item-content .t-input {
+  padding: 0 !important;
+}
+
+.t-input__placeholder {
+  font-size: 28rpx !important
 }
 
 .btn-area {
-  margin-top: 40rpx;
+  margin: 40rpx;
   padding: 0 40rpx;
+  padding-bottom: 60rpx;
 }
 
 .submit {

--
Gitblit v1.9.1