From dd8ef90009ff67a7379b50e2861f917579f0f855 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 18 三月 2024 15:07:52 +0800 Subject: [PATCH] jiaoshi --- packageDomain/pages/teacherCertification/index.wxss | 103 +++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 90 insertions(+), 13 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index 7be42c9..e3571cd 100644 --- a/packageDomain/pages/teacherCertification/index.wxss +++ b/packageDomain/pages/teacherCertification/index.wxss @@ -1,3 +1,13 @@ +page { + background: #F2F3F8; +} + +.container { + width: 100%; + padding-bottom: env(safe-area-inset-bottom); + overflow: auto; +} + .tips { line-height: 24px; font-size: 28rpx; @@ -5,21 +15,34 @@ background: rgba(255, 108, 0, 0.1); color: #ff6c00; text-align: center; - margin: 0 auto 20px auto; + margin: 0 auto 20rpx auto; } .page-body { - padding: 20rpx; font-size: 28rpx; } -.from-item { +.baseInfoBox { + background: #fff; + margin-top: 20rpx; + border-radius: 10rpx; + padding: 30rpx; +} + +.fileInfoBox { + background: #fff; + margin-top: 20rpx; + border-radius: 10rpx; + padding: 30rpx; +} + +.baseInfoBox .from-item { margin-bottom: 20rpx; display: flex; } -.from-item .label { - width: 240rpx; +.baseInfoBox .from-item .label { + width: 200rpx; height: 68rpx; line-height: 68rpx; } @@ -38,10 +61,7 @@ padding: 0 !important; } -.submit { - background: #ff6c00; - color: #fff; -} + .t-cell { padding: 0 !important; @@ -86,10 +106,67 @@ color: #1FBC1F } -.wrapper { - width: 56%; +.fileInfoBox .from-item .label { + width: 240rpx; + height: 68rpx; + line-height: 68rpx; } -.t-grid-item { - width: 50% !important; +.imageBox { + border: 2rpx solid #D9D9D9; + padding: 20rpx; +} + +.wrapper { + width: 100%; +} + +.fileTip { + font-size: 24rpx; + color: #949494; + margin-top: 20rpx; +} + +.protocolBox { + padding: 20rpx; + display: flex; + +} + +.t-checkbox { + background: none !important +} + +.t-checkbox--block { + padding: 0 !important; +} + +.t-picker__confirm { + color: #ff6c00 !important; +} + +.t-popup { + width: 80% !important; +} + +.t-popup__content { + padding: 40rpx 10rpx !important; + padding-top: 80rpx !important; +} + +.block { + height: 450px !important; + overflow: auto !important; +} + +.btn-area { + width: 80%; + margin: 0 auto; + +} + +.submit { + background: #ff6c00; + color: #fff; + border-radius: 50rpx; } \ No newline at end of file -- Gitblit v1.9.1