From 00993a660c1c79c37b59a811b9c940dbe604a7bb Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 15 三月 2024 18:53:46 +0800
Subject: [PATCH] 教师认证

---
 pages/teacherCertification/index.wxss |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/pages/teacherCertification/index.wxss b/pages/teacherCertification/index.wxss
index aa4e93c..7be42c9 100644
--- a/pages/teacherCertification/index.wxss
+++ b/pages/teacherCertification/index.wxss
@@ -30,7 +30,66 @@
   padding: 10rpx;
 }
 
+.from-item .stateBox {
+  padding: 10rpx;
+}
+
+.from-item .t-input {
+  padding: 0 !important;
+}
+
 .submit {
   background: #ff6c00;
   color: #fff;
+}
+
+.t-cell {
+  padding: 0 !important;
+}
+
+.t-cell::after {
+  border-bottom: 0 !important;
+}
+
+.t-cell__title {
+  flex: 0 !important;
+}
+
+.t-cell__note {
+  justify-content: flex-start !important;
+  display: block !important;
+  /* width: 300rpx; */
+}
+
+.t-input__wrap .t-input__content,
+.t-input__control {
+  font-size: 28rpx !important;
+}
+
+.t-picker-item__wrapper {
+  padding: 80rpx 0 !important;
+}
+
+.t-picker__indicator {
+  top: 80rpx !important;
+}
+
+.wait {
+  color: #ff6d00;
+}
+
+.no {
+  color: #EE1818
+}
+
+.yes {
+  color: #1FBC1F
+}
+
+.wrapper {
+  width: 56%;
+}
+
+.t-grid-item {
+  width: 50% !important;
 }
\ No newline at end of file

--
Gitblit v1.9.1