闫增涛
2024-03-19 33615d230f898d8dc48c3baed0570f51aef26330
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;
}