73 lines
1.8 KiB
Plaintext
73 lines
1.8 KiB
Plaintext
.to_be_done_title.data-v-50b26e1a {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
padding: 0 30rpx;
|
|
}
|
|
.audit_item.data-v-50b26e1a {
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
padding: 0 30rpx 10rpx 30rpx;
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
}
|
|
.audit_item .audit_header.data-v-50b26e1a {
|
|
padding: 30rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
font-weight: 550;
|
|
}
|
|
.audit_item .audit_header .status_tab.data-v-50b26e1a {
|
|
font-size: 24rpx;
|
|
padding: 8rpx 16rpx;
|
|
border-radius: 100rpx;
|
|
}
|
|
.audit_item .audit_header .status_Pending.data-v-50b26e1a {
|
|
background-color: #fff7ed;
|
|
color: #f97316;
|
|
}
|
|
.audit_item .audit_header .status_Approved.data-v-50b26e1a {
|
|
background-color: #e4ffd6;
|
|
color: #52c41a;
|
|
}
|
|
.audit_item .audit_header .status_Rejected.data-v-50b26e1a {
|
|
background-color: #eaeaea;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.audit_item .audit_cell.data-v-50b26e1a {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
padding-bottom: 16rpx;
|
|
}
|
|
.audit_item .audit_footer.data-v-50b26e1a {
|
|
border-top: 1rpx solid #eee;
|
|
padding: 30rpx 0 20rpx 0;
|
|
margin: 30rpx 0 0 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.audit_item .audit_footer .btn.data-v-50b26e1a {
|
|
width: 46%;
|
|
}
|
|
.popup_custom_content.data-v-50b26e1a {
|
|
padding: 0 30rpx 30rpx 30rpx;
|
|
}
|
|
.popup_custom_content .popup_textarea.data-v-50b26e1a {
|
|
background-color: #f3f3f4;
|
|
padding: 30rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.popup_custom_content .popup_textarea textarea.data-v-50b26e1a {
|
|
height: 180rpx;
|
|
}
|
|
.popup_custom_content .popup_footer.data-v-50b26e1a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 30rpx 0 10rpx 0;
|
|
}
|
|
.popup_custom_content .popup_footer .btn.data-v-50b26e1a {
|
|
width: 47%;
|
|
} |