From bd78f525037c2a98d08666fc3465f717f29e6e66 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 22 十月 2024 10:07:51 +0800
Subject: [PATCH] wendang

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

diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
index 1627d37..cb79294 100644
--- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss
+++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -1,10 +1,12 @@
 page {
-  background-color: #f0f2f5 !important;
+  overflow-y: auto !important;
+  position: relative;
+  background-color: #F2F3F8 !important;
 }
 
 .container {
   width: 100%;
-  height: 100vh;
+  height: 100%;
 }
 
 
@@ -28,13 +30,18 @@
 
 }
 
-.t-tabs {
+.tab {
+  width: 100%;
+  position: fixed !important;
+  top: 0;
+  left: 0;
   padding-top: 20rpx;
+  background-color: #F2F3F8 !important;
+}
+
+.t-tabs {
   background: none !important;
   width: 100%;
-  position: fixed;
-  top: 0rpx;
-  left: 0;
   z-index: 1
 }
 
@@ -77,8 +84,7 @@
   background: #fff;
   min-height: 200rpx;
   border-radius: 10rpx;
-
-  padding: 60rpx 40rpx 40rpx 40rpx;
+  padding: 180rpx 40rpx 40rpx 40rpx;
 }
 
 .tips {
@@ -185,9 +191,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 {
@@ -208,4 +221,9 @@
   background: #ff6c00;
   color: #fff;
   border-radius: 50rpx;
+}
+
+.icon {
+  color: #f56c6c !important;
+  margin-right: 5rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1