113 lines
2.7 KiB
Plaintext
113 lines
2.7 KiB
Plaintext
|
|
.todo_done_card.data-v-bea744b4 {
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
padding: 0 30rpx 30rpx 30rpx;
|
||
|
|
margin-top: 30rpx;
|
||
|
|
}
|
||
|
|
.todo_done_card_title.data-v-bea744b4 {
|
||
|
|
color: #333333;
|
||
|
|
font-size: 28rpx;
|
||
|
|
font-weight: 600;
|
||
|
|
padding-top: 30rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.todo_done_card .moment_task_content.data-v-bea744b4 {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333;
|
||
|
|
border-bottom: 1rpx solid #eee;
|
||
|
|
padding-top: 10rpx;
|
||
|
|
}
|
||
|
|
.todo_done_card .moment_task_cell.data-v-bea744b4 {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.todo_done_card .expected_time.data-v-bea744b4 {
|
||
|
|
padding: 20rpx 0 0 0;
|
||
|
|
color: #333;
|
||
|
|
font-size: 25rpx;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.todo_done_card .expected_time .btn_group.data-v-bea744b4 {
|
||
|
|
width: 200rpx;
|
||
|
|
}
|
||
|
|
.popup_content.data-v-bea744b4 {
|
||
|
|
min-height: 500rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_title.data-v-bea744b4 {
|
||
|
|
line-height: 100rpx;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body.data-v-bea744b4 {
|
||
|
|
padding: 30rpx 0;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body_header.data-v-bea744b4 {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .avatar.data-v-bea744b4 {
|
||
|
|
width: 100rpx;
|
||
|
|
height: 100rpx;
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .avatar image.data-v-bea744b4 {
|
||
|
|
width: 100rpx;
|
||
|
|
height: 100rpx;
|
||
|
|
border-radius: 12rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .employee_info.data-v-bea744b4 {
|
||
|
|
flex: 1;
|
||
|
|
padding-left: 20rpx;
|
||
|
|
color: #3d3d3d;
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .employee_info .des.data-v-bea744b4 {
|
||
|
|
padding-top: 10rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .image_content.data-v-bea744b4 {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
padding: 10rpx 0 30rpx 0;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .image_content image.data-v-bea744b4 {
|
||
|
|
width: 160rpx;
|
||
|
|
height: 160rpx;
|
||
|
|
margin-left: 30rpx;
|
||
|
|
margin-top: 30rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .Link_content.data-v-bea744b4 {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 20rpx;
|
||
|
|
margin: 40rpx 30rpx 30rpx 30rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .Link_content .cover.data-v-bea744b4 {
|
||
|
|
width: 100rpx;
|
||
|
|
height: 100rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .Link_content .cover image.data-v-bea744b4 {
|
||
|
|
width: 100rpx;
|
||
|
|
height: 100rpx;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .Link_content .content.data-v-bea744b4 {
|
||
|
|
flex: 1;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.popup_content .popup_body .video_content.data-v-bea744b4 {
|
||
|
|
padding: 50rpx 0 30rpx 0;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.popup_content .popup_footer.data-v-bea744b4 {
|
||
|
|
padding: 0 30rpx 40rpx 30rpx;
|
||
|
|
}
|