.teach-btn {
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
padding: 0 40rpx;
|
height: 134rpx;
|
|
}
|
|
.copy-text {
|
margin-left: 20rpx;
|
color: #FF6C00;
|
}
|
|
.applyResult {
|
padding: 0 10rpx;
|
width: 660rpx;
|
min-height: 80rpx;
|
display: flex;
|
align-items: center;
|
margin: 0 auto;
|
font-size: 24rpx;
|
}
|
|
.applyNone {
|
background-color: rgba(255, 108, 0, 0.06);
|
color: #ff6C00;
|
}
|
|
.applyReject {
|
background-color: rgba(238, 24, 24, 0.16);
|
border: 1px solid #ee1818;
|
}
|
|
.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: 10rpx;
|
margin-bottom: 20rpx;
|
}
|
|
.btn-box {
|
display: flex;
|
}
|
|
.applyBtn {
|
margin-left: 20rpx;
|
width: 92rpx;
|
height: 50rpx;
|
--td-button-font-size: 24rpx;
|
--td-button-border-radius: 10rpx;
|
--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;
|
}
|
|
.rejectBtn {
|
width: 150rpx;
|
}
|
|
.cause-title {
|
color: #FF6C00;
|
}
|
|
.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%;
|
}
|