From a9abe435bdc23bda340c84f45deb363eccf907a7 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 02 四月 2024 10:06:17 +0800 Subject: [PATCH] 个人中心 --- packageDomain/pages/teacherCertification/index.wxss | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index e0f4ad4..80d5e0b 100644 --- a/packageDomain/pages/teacherCertification/index.wxss +++ b/packageDomain/pages/teacherCertification/index.wxss @@ -10,7 +10,6 @@ .content { height: calc(100vh - env(safe-area-inset-bottom)); box-sizing: border-box; - overflow-y: auto; } .tips { @@ -136,6 +135,12 @@ min-height: 160rpx; } +.weui-uploader { + min-height: 160rpx; + display: flex; + flex-flow: row wrap; +} + .fileTip { font-size: 24rpx; color: #949494; @@ -168,7 +173,7 @@ .block { position: relative; width: 600rpx; - height: 820rpx; + height: 600rpx; padding: 20rpx 0; background: #fff; border-radius: 16rpx; @@ -259,4 +264,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