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.
241 lines
5.3 KiB
241 lines
5.3 KiB
.flex_box_center___1csqd {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1idNA {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3Gx0W {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1PP46 {
|
|
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___aSWfe {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___5g8lm {
|
|
background: #ffffff;
|
|
border-radius: 4px;
|
|
}
|
|
.wrap___5g8lm .title___3JUlq {
|
|
height: 48px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
padding-left: 20px;
|
|
line-height: 48px;
|
|
}
|
|
.wrap___5g8lm .textWrap___2c9ki {
|
|
padding: 0 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.wrap___5g8lm .textWrap___2c9ki .textTitle___QI9je {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
margin-bottom: 14px;
|
|
}
|
|
.wrap___5g8lm .textWrap___2c9ki .row___26oyP {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
color: #464f66;
|
|
align-items: center;
|
|
}
|
|
.wrap___5g8lm .textWrap___2c9ki .ant-radio-checked .ant-radio-inner {
|
|
border-color: #0152d9;
|
|
}
|
|
.wrap___5g8lm .textWrap___2c9ki .ant-radio-inner::after {
|
|
background-color: #0152d9;
|
|
}
|
|
.wrap___5g8lm .control___2AhkD {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px 20px 20px;
|
|
background: #ffffff;
|
|
}
|
|
.wrap___5g8lm .control___2AhkD .label___I_06Y {
|
|
width: 82px;
|
|
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___5g8lm .control___2AhkD .ant-select {
|
|
width: 110px;
|
|
margin-right: 20px;
|
|
}
|
|
.wrap___5g8lm .control___2AhkD .ant-select .ant-select-selector {
|
|
height: 38px !important;
|
|
padding: 0 10px;
|
|
}
|
|
.wrap___5g8lm .control___2AhkD .ant-select .ant-select-selection-item,
|
|
.wrap___5g8lm .control___2AhkD .ant-select .ant-select-selection-placeholder {
|
|
line-height: 38px !important;
|
|
}
|
|
.wrap___5g8lm .table___wV71b {
|
|
padding: 20px;
|
|
}
|
|
.wrap___5g8lm .table___wV71b thead th {
|
|
padding: 0 !important;
|
|
}
|
|
.wrap___5g8lm .table___wV71b thead tr:first-child > th:not(:first-child) {
|
|
padding: 0 8px !important;
|
|
}
|
|
.wrap___5g8lm .tbl___2Xrty {
|
|
cursor: pointer;
|
|
}
|
|
.line___8Q4IL {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
position: relative;
|
|
width: 207px;
|
|
}
|
|
.line___8Q4IL ::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
box-sizing: border-box;
|
|
background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
.line___8Q4IL span {
|
|
display: block;
|
|
height: 39px;
|
|
line-height: 39px;
|
|
}
|
|
.line___8Q4IL span:first-child {
|
|
text-align: right;
|
|
padding-right: 18px;
|
|
}
|
|
.line___8Q4IL span:last-child {
|
|
text-align: left;
|
|
padding-left: 18px;
|
|
}
|
|
.head___3YFd1 {
|
|
background: #f5f5f5;
|
|
height: 38px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
}
|
|
.head___3YFd1 > div {
|
|
text-align: center;
|
|
line-height: 38px;
|
|
}
|
|
.list___3neGp {
|
|
height: 42px;
|
|
}
|
|
.list___3neGp > div {
|
|
text-align: center;
|
|
border-bottom: 1px solid #eef2f8;
|
|
line-height: 42px;
|
|
}
|
|
.list___3neGp .ant-input {
|
|
width: 70px;
|
|
margin: 0 10px;
|
|
}
|
|
.omit___2mKR3 {
|
|
width: 190px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.omit___2mKR3 > span:first-child {
|
|
display: inline-block;
|
|
width: calc(100% - 20px);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
padding-left: 10px;
|
|
}
|
|
.headOmit___2KOg5 {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
padding: 0 8px;
|
|
}
|
|
.customModal___1fCCf .ant-modal-close-x {
|
|
margin-top: 6px;
|
|
margin-right: 11px;
|
|
font-size: 16px;
|
|
}
|
|
.customModal___1fCCf .ant-modal-header {
|
|
border-bottom: 0;
|
|
padding: 20px 40px;
|
|
}
|
|
.customModal___1fCCf .ant-modal-header .ant-modal-title {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
}
|
|
.customModal___1fCCf .ant-modal-body {
|
|
padding: 0;
|
|
padding-bottom: 20px;
|
|
}
|
|
/* 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 */
|
|
|