litian
2024-03-15 00993a660c1c79c37b59a811b9c940dbe604a7bb
pages/teacherCertification/index.wxss
@@ -30,7 +30,66 @@
  padding: 10rpx;
}
.from-item .stateBox {
  padding: 10rpx;
}
.from-item .t-input {
  padding: 0 !important;
}
.submit {
  background: #ff6c00;
  color: #fff;
}
.t-cell {
  padding: 0 !important;
}
.t-cell::after {
  border-bottom: 0 !important;
}
.t-cell__title {
  flex: 0 !important;
}
.t-cell__note {
  justify-content: flex-start !important;
  display: block !important;
  /* width: 300rpx; */
}
.t-input__wrap .t-input__content,
.t-input__control {
  font-size: 28rpx !important;
}
.t-picker-item__wrapper {
  padding: 80rpx 0 !important;
}
.t-picker__indicator {
  top: 80rpx !important;
}
.wait {
  color: #ff6d00;
}
.no {
  color: #EE1818
}
.yes {
  color: #1FBC1F
}
.wrapper {
  width: 56%;
}
.t-grid-item {
  width: 50% !important;
}