From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- packageDomain/pages/teacherCertification/index.wxss | 114 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 85 insertions(+), 29 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index 52b7b8b..638bef7 100644 --- a/packageDomain/pages/teacherCertification/index.wxss +++ b/packageDomain/pages/teacherCertification/index.wxss @@ -1,11 +1,17 @@ +@import "./index.skeleton.wxss"; + page { background: #F2F3F8; } .container { - width: 100%; - padding-bottom: env(safe-area-inset-bottom); - overflow: auto; + width: 100vw; + height: 100vh; +} + +.content { + height: calc(100vh - env(safe-area-inset-bottom)); + box-sizing: border-box; } .tips { @@ -14,7 +20,7 @@ padding: 5px; background: rgba(255, 108, 0, 0.1); color: #ff6c00; - text-align: center; + /* text-align: center; */ margin: 0 auto 20rpx auto; } @@ -47,10 +53,24 @@ line-height: 68rpx; } +.t-input__tips, +.from-item .label .icon { + color: #f56c6c !important; + margin-right: 5rpx; +} + +.empty { + padding: 0 10rpx; +} + +.t-input, +.t-cell { + border: 2rpx solid #D9D9D9 !important; + padding: 10rpx !important; +} + .from-item .item-content { width: 75%; - border: 2rpx solid #D9D9D9; - padding: 10rpx; } .from-item .stateBox { @@ -63,16 +83,8 @@ color: #ff6d00; } -.from-item .t-input { - padding: 0 !important; -} - .t-input__placeholder { font-size: 28rpx !important -} - -.t-cell { - padding: 0 !important; } .t-cell::after { @@ -120,7 +132,7 @@ } .fileInfoBox .from-item .label { - width: 240rpx; + width: 246rpx; height: 68rpx; line-height: 68rpx; } @@ -128,6 +140,13 @@ .imageBox { border: 2rpx solid #D9D9D9; padding: 20rpx; + min-height: 160rpx; +} + +.weui-uploader { + min-height: 160rpx; + display: flex; + flex-flow: row wrap; } .fileTip { @@ -154,25 +173,61 @@ color: #ff6c00 !important; } -.popupBox .t-popup { - width: 80% !important; -} -.popupBox .t-popup__content { - padding: 40rpx 10rpx !important; - padding-top: 80rpx !important; -} + + + .block { - height: 450px !important; + position: relative; + width: 600rpx; + height: 820rpx; + padding: 20rpx 0; + background: #fff; + border-radius: 16rpx; + +} + +.protocol { + padding: 0 20rpx; + height: 800rpx !important; overflow: auto !important; } -.reasonBlock { - height: 450px !important; +.reasonBox { + height: 260rpx !important; overflow: auto !important; font-size: 28rpx; line-height: 48rpx; + padding: 20rpx; +} + +.reasonBlock { + position: relative; + width: 500rpx; + 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%; + margin-left: -32rpx; + bottom: calc(-1 * (48rpx + 64rpx)); +} + +.wrapper { + margin: 32rpx; + display: block; } .btn-area { @@ -187,10 +242,6 @@ border-radius: 50rpx; } -/* 涓婁紶鍥剧墖鏍峰紡 */ -.weui-uploader { - height: 152rpx; -} .tp_add { width: 152rpx; @@ -221,4 +272,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