| | |
| | | .teach-btn { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | 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; |
| | | } |
| | | |
| | | .teach-btn image { |
| | | width: 32rpx; |
| | | height: 32rpx; |
| | | margin-right: 6rpx; |
| | | margin-top: 20rpx; |
| | | } |
| | | |
| | | .teach-btn .t-button__content { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .applyResult { |
| | | padding: 0 10rpx; |
| | | width: 740rpx; |
| | | height: 80rpx; |
| | | width: 660rpx; |
| | | min-height: 80rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | margin: 0 auto; |
| | |
| | | } |
| | | |
| | | .applyPass { |
| | | |
| | | background-color: rgba(0, 128, 0, 0.16); |
| | | border: 1px solid green; |
| | | } |
| | |
| | | .applying { |
| | | background-color: #fff2e9; |
| | | border: 1px solid #ff6c00; |
| | | } |
| | | |
| | | .applyNone, |
| | | .applyReject, |
| | | .applyPass, |
| | | .applying { |
| | | margin-top: 40rpx; |
| | | margin-bottom: 40rpx; |
| | | } |
| | | |
| | | .btn-box { |
| | |
| | | --td-button-border-radius: 10rpx; |
| | | --td-button-primary-bg-color: #ff6c00; |
| | | --td-button-primary-border-color: #FF6C00; |
| | | --td-button-primary-text-active-bg-color: #000; |
| | | --td-button-primary-active-bg-color: #ff984d; |
| | | --td-button-primary-active-border-color: #ff984d; |
| | | } |
| | | |
| | | .rejectBtn { |