From 99dfeb5fc86bce593a5d3f43f45c26eedc00ab0a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 10 九月 2024 16:28:54 +0800
Subject: [PATCH] bug

---
 packageDomain/pages/sampleBookList/applicationForm/index.wxss |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
index 613a3ff..c58a4bb 100644
--- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss
+++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -185,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 {
@@ -199,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