From 5854077318883fa61f044c72c0f05ead69350038 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 18 三月 2024 15:26:22 +0800
Subject: [PATCH] ...

---
 packageDomain/pages/teacherCertification/index.wxss |  146 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 141 insertions(+), 5 deletions(-)

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index aa4e93c..e3571cd 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/pages/teacherCertification/index.wxss
@@ -1,3 +1,13 @@
+page {
+  background: #F2F3F8;
+}
+
+.container {
+  width: 100%;
+  padding-bottom: env(safe-area-inset-bottom);
+  overflow: auto;
+}
+
 .tips {
   line-height: 24px;
   font-size: 28rpx;
@@ -5,21 +15,34 @@
   background: rgba(255, 108, 0, 0.1);
   color: #ff6c00;
   text-align: center;
-  margin: 0 auto 20px auto;
+  margin: 0 auto 20rpx auto;
 }
 
 .page-body {
-  padding: 20rpx;
   font-size: 28rpx;
 }
 
-.from-item {
+.baseInfoBox {
+  background: #fff;
+  margin-top: 20rpx;
+  border-radius: 10rpx;
+  padding: 30rpx;
+}
+
+.fileInfoBox {
+  background: #fff;
+  margin-top: 20rpx;
+  border-radius: 10rpx;
+  padding: 30rpx;
+}
+
+.baseInfoBox .from-item {
   margin-bottom: 20rpx;
   display: flex;
 }
 
-.from-item .label {
-  width: 240rpx;
+.baseInfoBox .from-item .label {
+  width: 200rpx;
   height: 68rpx;
   line-height: 68rpx;
 }
@@ -30,7 +53,120 @@
   padding: 10rpx;
 }
 
+.from-item .stateBox {
+  padding: 10rpx;
+}
+
+.from-item .t-input {
+  padding: 0 !important;
+}
+
+
+
+.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
+}
+
+.fileInfoBox .from-item .label {
+  width: 240rpx;
+  height: 68rpx;
+  line-height: 68rpx;
+}
+
+.imageBox {
+  border: 2rpx solid #D9D9D9;
+  padding: 20rpx;
+}
+
+.wrapper {
+  width: 100%;
+}
+
+.fileTip {
+  font-size: 24rpx;
+  color: #949494;
+  margin-top: 20rpx;
+}
+
+.protocolBox {
+  padding: 20rpx;
+  display: flex;
+
+}
+
+.t-checkbox {
+  background: none !important
+}
+
+.t-checkbox--block {
+  padding: 0 !important;
+}
+
+.t-picker__confirm {
+  color: #ff6c00 !important;
+}
+
+.t-popup {
+  width: 80% !important;
+}
+
+.t-popup__content {
+  padding: 40rpx 10rpx !important;
+  padding-top: 80rpx !important;
+}
+
+.block {
+  height: 450px !important;
+  overflow: auto !important;
+}
+
+.btn-area {
+  width: 80%;
+  margin: 0 auto;
+
+}
+
 .submit {
   background: #ff6c00;
   color: #fff;
+  border-radius: 50rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1