闫增涛
2024-03-11 f4425543db1c8db8c47a34c53ef477e72cfe318e
pages/bookServices/detail/components/teachResource/index.wxss
@@ -1,6 +1,6 @@
.teach-btn {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
  align-items: center;
  height: 134rpx;
  --td-button-primary-bg-color: #fff;
@@ -10,21 +10,23 @@
  --td-button-primary-active-border-color: #ff6c00;
}
.teach-btn image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 6rpx;
}
.teach-btn .t-button__content {
.btn-content {
  display: flex;
  align-items: center;
}
.teach-btn image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 6rpx;
  margin-top: 20rpx;
}
.applyResult {
  padding: 0 10rpx;
  width: 740rpx;
  height: 80rpx;
  width: 660rpx;
  min-height: 80rpx;
  display: flex;
  align-items: center;
  margin: 0 auto;
@@ -42,6 +44,7 @@
}
.applyPass {
  background-color: rgba(0, 128, 0, 0.16);
  border: 1px solid green;
}
@@ -51,6 +54,14 @@
  border: 1px solid #ff6c00;
}
.applyNone,
.applyReject,
.applyPass,
.applying {
  margin-top: 40rpx;
  margin-bottom: 40rpx;
}
.btn-box {
  display: flex;
}