闫增涛
2024-04-11 78068d49c20a8b90db902d955f558af507eb8b96
packageDomain/pages/teacherCertification/index.wxss
@@ -1,3 +1,5 @@
@import "./index.skeleton.wxss";
page {
  background: #F2F3F8;
}
@@ -10,7 +12,6 @@
.content {
  height: calc(100vh - env(safe-area-inset-bottom));
  box-sizing: border-box;
  overflow-y: auto;
}
.tips {
@@ -136,6 +137,12 @@
  min-height: 160rpx;
}
.weui-uploader {
  min-height: 160rpx;
  display: flex;
  flex-flow: row wrap;
}
.fileTip {
  font-size: 24rpx;
  color: #949494;
@@ -259,4 +266,9 @@
  position: absolute;
  top: -15rpx;
  right: -5rpx;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}