89 lines
1.5 KiB
89 lines
1.5 KiB
@import '../../split_pane_resizer.scss';
|
|
|
|
.user_code_tab_area{
|
|
.ant-tabs-tabpane{
|
|
background: #fff;
|
|
}
|
|
}
|
|
.number_area{
|
|
display: flex;
|
|
position: absolute;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
bottom: 0px;
|
|
height: 56px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
border-top: 1px solid rgba(244,244,244,1);
|
|
// background: pink;
|
|
padding: 0 30px;
|
|
// background-color: rgba(250,250,250,1);
|
|
background: #fff;
|
|
|
|
.flex_count,
|
|
.flex_info{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.flex_info{
|
|
width: 200px;
|
|
}
|
|
}
|
|
|
|
.commit_record_area{
|
|
padding: 0 30px;
|
|
// height: calc(100vh - 178px);
|
|
// overflow-y: auto;
|
|
}
|
|
.task_description_area{
|
|
|
|
.task_desc_area{
|
|
height: calc(100vh - 242px);
|
|
padding: 0 0 0 15px;
|
|
}
|
|
.desc_area_header{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 64px;
|
|
padding: 0 30px;
|
|
.header_flex{
|
|
font-size: 14px;
|
|
.flex_label{
|
|
color: #999999;
|
|
margin-right: 10px;
|
|
}
|
|
.flex_value{
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.student_study_header{
|
|
.study_quit{
|
|
position: absolute;
|
|
right: 30px;
|
|
}
|
|
.quit-btn{
|
|
cursor: pointer;
|
|
margin-left: 30px;
|
|
color: #888888;
|
|
transition: all .3s;
|
|
&:hover{
|
|
color: #5091FF;
|
|
}
|
|
// &:last-child{
|
|
// color: #888888;
|
|
// }
|
|
.quit-icon{
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.add_editor_list_area{
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid rgba(244,244,244,1);
|
|
} |