You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.4 KiB
80 lines
1.4 KiB
.banner-wrap{
|
|
width: 100%;
|
|
height: 300px;
|
|
background-image: url(/static/media/path.e39ba7de.png);
|
|
background-color: #000a4f;
|
|
/* background-size: cover; */
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.developer-list{
|
|
// overflow: hidden;
|
|
.ant-spin-container{
|
|
padding-bottom: 100px;
|
|
}
|
|
.card-top {
|
|
border-radius:4px;
|
|
background:rgba(255,255,255,1);
|
|
height:56px;
|
|
padding: 0 30px;
|
|
margin-top: 20px;
|
|
.search-params{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.save-question{
|
|
width: 200px;
|
|
}
|
|
// .flex-end{
|
|
// // float: right;
|
|
// }
|
|
.question-level{
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.card-table{
|
|
margin-top: 10px;
|
|
.filter_ctx_area{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px 30px;
|
|
background: #fff;
|
|
align-items: center;
|
|
}
|
|
.choice_ctx{
|
|
flex: 1;
|
|
}
|
|
.ant-card-body{
|
|
padding: 10px 30px;
|
|
// width: 100%;
|
|
}
|
|
.dropdown-span{
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.dropdonw-style{
|
|
margin-right: 50px;
|
|
.dropdown-span{
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search_tag_style{
|
|
background: rgb(82, 196, 26);
|
|
color: #fff;
|
|
.anticon-close{
|
|
color: #fff;
|
|
}
|
|
}
|
|
.oj_item_name{
|
|
color: #459be5;
|
|
cursor: pointer;
|
|
}
|
|
}
|