From 4b5f1f7ed3460df9465e5071a59b8105cbc9146e Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 29 三月 2024 14:35:30 +0800
Subject: [PATCH] 修改

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

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index a0a5cfb..e0f4ad4 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/pages/teacherCertification/index.wxss
@@ -133,6 +133,7 @@
 .imageBox {
   border: 2rpx solid #D9D9D9;
   padding: 20rpx;
+  min-height: 160rpx;
 }
 
 .fileTip {
@@ -168,19 +169,20 @@
   position: relative;
   width: 600rpx;
   height: 820rpx;
+  padding: 20rpx 0;
   background: #fff;
   border-radius: 16rpx;
 
 }
 
 .protocol {
-  padding: 20rpx;
+  padding: 0 20rpx;
   height: 800rpx !important;
   overflow: auto !important;
 }
 
 .reasonBox {
-  height: 400rpx !important;
+  height: 260rpx !important;
   overflow: auto !important;
   font-size: 28rpx;
   line-height: 48rpx;
@@ -190,11 +192,19 @@
 .reasonBlock {
   position: relative;
   width: 500rpx;
-  height: 400rpx;
+  height: 380rpx;
   background: #fff;
   border-radius: 16rpx;
 }
 
+.blick-header {
+  padding: 20rpx;
+  border-bottom: 2rpx solid #F2F3F8;
+  font-size: 28rpx;
+  font-weight: bold;
+  text-align: center;
+}
+
 .close-btn {
   position: absolute;
   left: 50%;

--
Gitblit v1.9.1