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 {
@@ -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;
}