litian
2024-04-02 6a734d758720185f538e672c879121adb6732274
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 {
@@ -133,6 +132,13 @@
.imageBox {
  border: 2rpx solid #D9D9D9;
  padding: 20rpx;
  min-height: 160rpx;
}
.weui-uploader {
  min-height: 160rpx;
  display: flex;
  flex-flow: row wrap;
}
.fileTip {
@@ -167,20 +173,21 @@
.block {
  position: relative;
  width: 600rpx;
  height: 820rpx;
  height: 600rpx;
  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 +197,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 {
@@ -249,4 +264,9 @@
  position: absolute;
  top: -15rpx;
  right: -5rpx;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}