111
QYF-GitLab1
2025-01-03 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0
packageBookService/pages/bookServices/detail/components/teachResource/index.wxss
@@ -1,27 +1,16 @@
.teach-btn {
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40rpx;
  height: 134rpx;
  --td-button-primary-bg-color: #fff;
  --td-button-primary-border-color: #FF6C00;
  --td-button-primary-color: #ff6c00;
  --td-button-primary-active-bg-color: #fff0e6;
  --td-button-primary-active-border-color: #ff6c00;
}
.btn-content {
  display: flex;
  align-items: center;
.copy-text {
  margin-left: 20rpx;
  color: #FF6C00;
}
.teach-btn image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 6rpx;
  margin-top: 20rpx;
}
.applyResult {
  padding: 0 10rpx;
@@ -58,8 +47,8 @@
.applyReject,
.applyPass,
.applying {
  margin-top: 40rpx;
  margin-bottom: 40rpx;
  margin-top: 10rpx;
  margin-bottom: 20rpx;
}
.btn-box {
@@ -88,4 +77,123 @@
.cause-content {
  line-height: 40rpx;
}
.notPassed {
  --td-button-primary-bg-color: #ff6c00;
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
}
.btn {
  width: 220rpx;
  height: 64rpx;
  font-size: 28rpx;
  --td-button-primary-bg-color: #fff;
  --td-button-primary-border-color: #FF6C00;
  --td-button-primary-color: #ff6c00;
  --td-button-primary-active-bg-color: #fff0e6;
  --td-button-primary-active-border-color: #ff6c00;
  padding: 0;
  display: flex;
  align-items: center;
}
.btn-content {
  display: flex;
  align-items: center;
}
.btn image {
  margin-right: 4rpx;
  width: 28rpx;
  height: 32rpx;
}
.btn text {
  font-size: 28rpx;
}
.noData {
  height: 300rpx;
}
.info-center {
  position: fixed;
  top: 30%;
  z-index: 999;
  background-color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10rpx;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.row-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1rpx solid #f1f1f1;
}
.row-btn view {
  flex: 1;
  text-align: center;
  margin: 20rpx 10%;
  padding: 12rpx 0;
  font-size: 32rpx;
  border-radius: 10rpx;
}
.left-btn {
  background-color: #f1f1f1;
  color: #5C5C5C;
}
.right-btn {
  background-color: #ff6c00;
  color: white;
}
.row-info .body {
  min-height: 160rpx;
}
.dialog-title {
  padding: 20rpx 0;
  text-align: center;
  font-size: 35rpx;
  font-weight: 600;
}
.input-box {
  padding: 0 20rpx;
  width: 92%;
}
.input-box .t-input--border::after {
  height: 0 !important;
}
.input {
  border-radius: 20rpx;
  border: 2rpx solid rgba(220, 220, 220, 1);
  border-radius: 12rpx;
  width: 98%;
  padding: 0 0 0 16rpx
}
/* 蒙层 */
.popup-box {
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}