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.
NewEduCoderBuild/p__Engineering__Lists__Grad...

273 lines
6.6 KiB

.flex_box_center___1Ds2Y {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___xHlh3 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2-LJx {
align-items: center;
box-align: center;
}
.flex_box_center_end___CRH98 {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___7fYx5 {
flex-direction: column;
box-orient: block-axis;
}
.wrap___1nWzj {
background: #ffffff;
border-radius: 4px;
padding: 0 0 40px 0;
box-shadow: 0px 2px 11px 0px rgba(218, 218, 218, 0.5);
}
.wrap___1nWzj .title___1s-wa {
height: 28px;
font-size: 16px;
font-weight: 500;
color: #464f66;
padding-left: 20px;
line-height: 48px;
}
.wrap___1nWzj .control___DqcXs {
display: flex;
align-items: center;
padding: 0px 20px 20px 20px;
background: #ffffff;
}
.wrap___1nWzj .control___DqcXs .label___2vmbm {
width: 80px;
height: 38px;
background: #f5f5f5;
border-radius: 2px 0px 0px 2px;
border: 1px solid #dddddd;
line-height: 38px;
text-align: center;
font-size: 14px;
margin-right: -1px;
}
.wrap___1nWzj .control___DqcXs .ant-select {
width: 110px;
margin-right: 20px;
}
.wrap___1nWzj .control___DqcXs .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.wrap___1nWzj .control___DqcXs .ant-select .ant-select-selection-item,
.wrap___1nWzj .control___DqcXs .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.wrap___1nWzj .control___DqcXs .ant-input-search {
height: 38px;
width: 300px;
margin-left: auto;
}
.wrap___1nWzj .control___DqcXs .ant-input-search input {
color: #333;
}
.wrap___1nWzj .control___DqcXs .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___1nWzj .control___DqcXs .ant-btn {
height: 30px;
font-size: 12px;
margin-right: 6px;
border-radius: 2px;
}
.wrap___1nWzj .control___DqcXs .ant-btn:last-child {
margin-right: 0;
}
.wrap___1nWzj .customTable____Qj84 {
padding: 0 20px;
}
.exportWrapContainer___2a7W5 .ant-modal-header {
border-bottom: none;
font-size: 18px;
font-weight: 500;
color: #464f66;
line-height: 25px;
padding: 26px 40px 22px 40px;
}
.exportWrapContainer___2a7W5 .ant-modal-body {
padding: 38px 40px 42px 40px;
}
.exportWrapContainer___2a7W5 .ant-modal-close {
top: 15px;
right: 5px;
}
.exportWrapContainer___2a7W5 .ant-modal-footer {
border-top: none;
padding-bottom: 26px;
}
.exportWrapContainer___2a7W5 .ant-modal-footer > button {
font-size: 12px;
}
.exportWrapContainer___2a7W5 .ant-modal-footer > button.ant-btn {
height: 30px;
padding: 3px 13px;
}
.exportWrapContainer___2a7W5 .ant-modal-footer > button.ant-btn.ant-btn-primary {
background: #0152d9;
border-color: #0152d9;
}
.exportWrapContainer___2a7W5 .ant-btn.ant-btn-primary {
background-color: #0152d9;
border-color: #0152d9;
}
.exportWrapContainer___2a7W5 .step1___3n-4I {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.exportWrapContainer___2a7W5 .step1___3n-4I > i,
.exportWrapContainer___2a7W5 .step1___3n-4I > a {
color: #0152d9;
}
.exportWrapContainer___2a7W5 .step1___3n-4I > i {
margin-right: 6px;
margin-left: 3px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.listItemContainer___1CRk- {
display: flex;
align-items: center;
flex-direction: initial;
background-color: #fff;
min-height: 42px;
padding: 10px 20px;
position: relative;
font-size: 14px;
}
.listItemContainer___1CRk-::after {
position: absolute;
content: '';
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #eef2f8;
}
.listItemContainer___1CRk- > div:nth-child(1) {
width: 162px;
}
.listItemContainer___1CRk- > div:nth-child(2) {
flex: 1 1;
font-size: 14px;
font-weight: 400;
color: #464f66;
}
.listItemContainer___1CRk- > div:nth-child(3) {
width: 90px;
text-align: right;
}
.listItemContainer___1CRk- > div:nth-child(3) > i {
font-size: 14px;
color: #0152d9;
cursor: pointer;
margin-right: 10px;
}
.listItemContainer___1CRk- > div:nth-child(3) > i:last-child {
margin-right: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.requirementItemContainer___33PUz .thead___1rtX- {
display: flex;
align-items: center;
flex-direction: initial;
min-height: 42px;
background-color: #eef2f8;
padding: 8px 20px;
font-size: 14px;
}
.requirementItemContainer___33PUz .thead___1rtX- > span:nth-child(1) {
width: 162px;
}
.requirementItemContainer___33PUz .thead___1rtX- > span:nth-child(1) > span:first-child {
position: relative;
}
.requirementItemContainer___33PUz .thead___1rtX- > span:nth-child(1) > span:first-child::after {
position: absolute;
content: '';
width: 4px;
height: 4px;
background-color: #464f66;
border-radius: 50%;
left: -10px;
top: 50%;
transform: translateY(-50%);
}
.requirementItemContainer___33PUz .thead___1rtX- > span:nth-child(2) {
flex: 1 1;
font-size: 14px;
font-weight: 500;
color: #464f66;
}
.requirementItemContainer___33PUz .thead___1rtX- > span:nth-child(3) {
width: 90px;
text-align: right;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.panelTitleContainer___tHoLi {
padding: 16px 20px 16px 20px;
}
.panelTitleContainer___tHoLi > div {
font-size: 16px;
font-weight: 500;
color: #464f66;
position: relative;
padding-left: 12px;
}
.panelTitleContainer___tHoLi > div::after {
position: absolute;
content: '';
width: 4px;
height: 12px;
background-color: #242f49;
top: 50%;
left: 0;
transform: translateY(-50%);
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.selectWrapContainer___M4-WR {
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 2px;
border: 1px solid #ddd;
}
.selectWrapContainer___M4-WR > span {
background-color: #f5f5f5;
color: #464f66;
padding: 10px 12px;
border-right: 1px solid #ddd;
font-size: 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */