From e4e0b0ebbd8dcdf31881be6ddf885509e65c9d84 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 18 三月 2024 14:48:26 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index aa4e93c..7be42c9 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/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