From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 29 四月 2025 10:11:25 +0800 Subject: [PATCH] 扫码视频播放 --- packageDomain/pages/teacherCertification/index.wxss | 51 +++++++++++++++++++++++++++++++++++---------------- 1 files changed, 35 insertions(+), 16 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index e0f4ad4..acdd2b6 100644 --- a/packageDomain/pages/teacherCertification/index.wxss +++ b/packageDomain/pages/teacherCertification/index.wxss @@ -1,5 +1,9 @@ +@import "./index.skeleton.wxss"; + page { - background: #F2F3F8; + overflow-y: auto !important; + position: relative; + background-color: #F2F3F8 !important; } .container { @@ -10,7 +14,6 @@ .content { height: calc(100vh - env(safe-area-inset-bottom)); box-sizing: border-box; - overflow-y: auto; } .tips { @@ -19,7 +22,7 @@ padding: 5px; background: rgba(255, 108, 0, 0.1); color: #ff6c00; - text-align: center; + /* text-align: center; */ margin: 0 auto 20rpx auto; } @@ -52,10 +55,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 { @@ -68,16 +85,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 { @@ -125,7 +134,7 @@ } .fileInfoBox .from-item .label { - width: 240rpx; + width: 246rpx; height: 68rpx; line-height: 68rpx; } @@ -134,6 +143,12 @@ border: 2rpx solid #D9D9D9; padding: 20rpx; min-height: 160rpx; +} + +.weui-uploader { + min-height: 160rpx; + display: flex; + flex-flow: row wrap; } .fileTip { @@ -145,7 +160,6 @@ .protocolBox { padding: 20rpx; display: flex; - } .t-checkbox { @@ -220,7 +234,7 @@ .btn-area { width: 80%; margin: 0 auto; - + padding-bottom: 20rpx; } .submit { @@ -259,4 +273,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