From 4a9955330070cf8abd78d95aaa2067d9a06a88c3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 07 五月 2024 10:05:59 +0800
Subject: [PATCH] 各页面bug修改

---
 packageDomain/pages/teacherCertification/index.wxss |   32 +++++++++++++++++++-------------
 1 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index 6d6add5..745ba1e 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/pages/teacherCertification/index.wxss
@@ -20,7 +20,7 @@
   padding: 5px;
   background: rgba(255, 108, 0, 0.1);
   color: #ff6c00;
-  text-align: center;
+  /* text-align: center; */
   margin: 0 auto 20rpx auto;
 }
 
@@ -53,10 +53,24 @@
   line-height: 68rpx;
 }
 
+.t-input__tips,
+.from-item .label .icon {
+  color: #f56c6c !important;
+  margin-right: 5rpx;
+}
+
+.empty {
+  padding: 0 10rpx;
+}
+
+.t-input,
+.t-cell {
+  border: 2rpx solid #D9D9D9 !important;
+  padding: 10rpx !important;
+}
+
 .from-item .item-content {
   width: 75%;
-  border: 2rpx solid #D9D9D9;
-  padding: 10rpx;
 }
 
 .from-item .stateBox {
@@ -69,16 +83,8 @@
   color: #ff6d00;
 }
 
-.from-item .t-input {
-  padding: 0 !important;
-}
-
 .t-input__placeholder {
   font-size: 28rpx !important
-}
-
-.t-cell {
-  padding: 0 !important;
 }
 
 .t-cell::after {
@@ -126,7 +132,7 @@
 }
 
 .fileInfoBox .from-item .label {
-  width: 240rpx;
+  width: 246rpx;
   height: 68rpx;
   line-height: 68rpx;
 }
@@ -227,7 +233,7 @@
 .btn-area {
   width: 80%;
   margin: 0 auto;
-
+  padding-bottom: 20rpx;
 }
 
 .submit {

--
Gitblit v1.9.1