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.
299 lines
7.0 KiB
299 lines
7.0 KiB
.flex_box_center___309E6 {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3SLPI {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2BLzO {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1alRQ {
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
-ms-flex-align: center;
|
|
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___3w7Fm {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___2ghHE {
|
|
width: 1200px;
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
padding: 0 0 40px 0;
|
|
margin: 0 auto;
|
|
}
|
|
.wrap___2ghHE .head___3RuvJ {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
padding: 36px 0 18px 40px;
|
|
border-bottom: 1px solid #F1F1F1;
|
|
background-color: #fff;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.wrap___2ghHE .title___UtLwq {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin: 30px 40px;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD {
|
|
padding: 0 40px;
|
|
background-color: #fff;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-table-thead tr {
|
|
height: 54px;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-table-thead tr th {
|
|
background-color: #f5f5f5;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-pagination {
|
|
margin-top: 40px;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-pagination .ant-pagination-item-active {
|
|
border-color: #1890ff;
|
|
background: #1890ff;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-pagination .ant-pagination-item-active a {
|
|
color: #fff;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .ant-pagination button {
|
|
line-height: normal;
|
|
line-height: initial;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .row___3Mb3e {
|
|
height: 54px;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .row___3Mb3e td {
|
|
border-bottom: 0;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .row___3Mb3e.row___3Mb3e:nth-child(odd) {
|
|
background-color: #fff;
|
|
}
|
|
.wrap___2ghHE .customTable___IEARD .row___3Mb3e.row___3Mb3e:nth-child(even) {
|
|
background-color: #f5f5f5;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-divider {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-vertical {
|
|
position: relative;
|
|
top: -0.06em;
|
|
display: inline-block;
|
|
height: 0.9em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
border-top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
clear: both;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
margin: 24px 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 16px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
border-top: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
|
position: relative;
|
|
top: 50%;
|
|
width: 50%;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
-ms-transform: translateY(50%);
|
|
transform: translateY(50%);
|
|
content: '';
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
top: 50%;
|
|
width: 5%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
top: 50%;
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
top: 50%;
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
top: 50%;
|
|
width: 5%;
|
|
}
|
|
.ant-divider-inner-text {
|
|
display: inline-block;
|
|
padding: 0 1em;
|
|
}
|
|
.ant-divider-dashed {
|
|
background: none;
|
|
border-color: rgba(0, 0, 0, 0.06);
|
|
border-style: dashed;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
|
border-top: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
border-style: dashed none none;
|
|
}
|
|
.ant-divider-vertical.ant-divider-dashed {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
.ant-divider-plain.ant-divider-with-text {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-divider-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 95%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.head___3c7uj {
|
|
height: 70px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-bottom: 1px solid #F1F1F1;
|
|
background-color: #fff;
|
|
}
|
|
.head___3c7uj .s1___1kTbv {
|
|
color: #333;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
.head___3c7uj .s1___1kTbv i {
|
|
font-size: 14px;
|
|
margin-right: 10px;
|
|
color: #666;
|
|
}
|
|
.head___3c7uj .s2___1Omm1 {
|
|
margin: 0 30px;
|
|
height: 18px;
|
|
border-color: #999;
|
|
}
|
|
.head___3c7uj .s3___3TfZU {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin-right: 30px;
|
|
}
|
|
.head___3c7uj .s4___3XMOl {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|