From 78068d49c20a8b90db902d955f558af507eb8b96 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 11 四月 2024 16:06:12 +0800
Subject: [PATCH] 各页面添加骨架屏

---
 packageDomain/pages/teacherCertification/index.wxss |   34 ++++++++++++++++++++++++++--------
 1 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index 9171ad0..6d6add5 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/pages/teacherCertification/index.wxss
@@ -1,3 +1,5 @@
+@import "./index.skeleton.wxss";
+
 page {
   background: #F2F3F8;
 }
@@ -10,7 +12,6 @@
 .content {
   height: calc(100vh - env(safe-area-inset-bottom));
   box-sizing: border-box;
-  overflow-y: auto;
 }
 
 .tips {
@@ -133,6 +134,13 @@
 .imageBox {
   border: 2rpx solid #D9D9D9;
   padding: 20rpx;
+  min-height: 160rpx;
+}
+
+.weui-uploader {
+  min-height: 160rpx;
+  display: flex;
+  flex-flow: row wrap;
 }
 
 .fileTip {
@@ -168,19 +176,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,9 +199,17 @@
 .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 {
@@ -219,10 +236,6 @@
   border-radius: 50rpx;
 }
 
-/* 涓婁紶鍥剧墖鏍峰紡 */
-.weui-uploader {
-  /* height: 152rpx; */
-}
 
 .tp_add {
   width: 152rpx;
@@ -253,4 +266,9 @@
   position: absolute;
   top: -15rpx;
   right: -5rpx;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1