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.
1242 lines
43 KiB
1242 lines
43 KiB
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/popconfirm/style/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-popconfirm {
|
|
z-index: 1060;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/cascader/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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 */
|
|
@keyframes antCheckboxEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-cascader-checkbox {
|
|
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";
|
|
position: relative;
|
|
top: 0.2em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
|
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
|
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-cascader-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-cascader-checkbox:hover::after,
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-cascader-checkbox-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
direction: ltr;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
border-collapse: separate;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-cascader-checkbox-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 21.5%;
|
|
display: table;
|
|
width: 5px;
|
|
height: 8px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
position: absolute;
|
|
display: table;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
opacity: 1;
|
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
|
background-color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-cascader-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-disabled:hover::after,
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-cascader-checkbox-wrapper {
|
|
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";
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-cascader-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-cascader-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-cascader-checkbox-group {
|
|
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";
|
|
display: inline-block;
|
|
}
|
|
.ant-cascader-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-cascader-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #3061D0;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-cascader {
|
|
width: 184px;
|
|
}
|
|
.ant-cascader-checkbox {
|
|
top: 0;
|
|
margin-right: 4px;
|
|
}
|
|
.ant-cascader-menus {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: flex-start;
|
|
}
|
|
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.ant-cascader-menu {
|
|
flex-grow: 1;
|
|
min-width: 111px;
|
|
height: 180px;
|
|
margin: 0;
|
|
margin: -4px 0;
|
|
padding: 4px 0;
|
|
overflow: auto;
|
|
vertical-align: top;
|
|
list-style: none;
|
|
border-right: 1px solid #f0f0f0;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
}
|
|
.ant-cascader-menu-item {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
padding: 5px 8px;
|
|
overflow: hidden;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-cascader-menu-item:hover {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-cascader-menu-item-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-menu-item-disabled:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-cascader-menu-empty .ant-cascader-menu-item {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
|
font-weight: 600;
|
|
background-color: #f0f7ff;
|
|
}
|
|
.ant-cascader-menu-item-content {
|
|
flex: auto;
|
|
}
|
|
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-item-loading-icon {
|
|
margin-left: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 10px;
|
|
}
|
|
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-cascader-menu-item-keyword {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-cascader-compact-item:hover,
|
|
.ant-cascader-compact-item:focus,
|
|
.ant-cascader-compact-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-cascader-compact-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
|
|
border-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|
|
margin-right: 0px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-cascader-rtl .ant-cascader-checkbox {
|
|
top: 0;
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/collapse/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-collapse {
|
|
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";
|
|
background-color: #fafafa;
|
|
border: 1px solid #d9d9d9;
|
|
border-bottom: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-collapse > .ant-collapse-item {
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse > .ant-collapse-item:last-child,
|
|
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: flex-start;
|
|
padding: 8px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 1.66667;
|
|
cursor: pointer;
|
|
transition: all 0.3s, visibility 0s;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
font-size: 12px;
|
|
vertical-align: -1px;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
transition: transform 0.24s;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
|
|
flex: auto;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
margin-left: auto;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
|
|
outline: none;
|
|
}
|
|
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
|
|
cursor: default;
|
|
}
|
|
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
|
|
flex: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
|
|
cursor: default;
|
|
}
|
|
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
|
|
cursor: pointer;
|
|
}
|
|
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
|
|
position: relative;
|
|
padding: 8px 8px;
|
|
padding-right: 40px;
|
|
}
|
|
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 8px;
|
|
left: auto;
|
|
margin: 0;
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-collapse-content {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background-color: #fff;
|
|
border-top: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse-content > .ant-collapse-content-box {
|
|
padding: 8px 16px;
|
|
}
|
|
.ant-collapse-content-hidden {
|
|
display: none;
|
|
}
|
|
.ant-collapse-item:last-child > .ant-collapse-content {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-collapse-borderless {
|
|
background-color: #fafafa;
|
|
border: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item {
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item:last-child,
|
|
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
|
|
border-radius: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
padding-top: 4px;
|
|
}
|
|
.ant-collapse-ghost {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item {
|
|
border-bottom: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
|
|
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-collapse-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
|
|
position: relative;
|
|
padding: 8px 8px;
|
|
padding-left: 40px;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: auto;
|
|
left: 8px;
|
|
margin: 0;
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
padding: 8px 8px;
|
|
padding-right: 40px;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
transform: rotate(180deg);
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
margin-right: auto;
|
|
margin-left: 0;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
|
padding-right: 8px;
|
|
padding-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Problems/OjForm/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.header___HqHSe {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 65px;
|
|
width: 100%;
|
|
background: #070f19;
|
|
color: #fff;
|
|
padding: 0 20px;
|
|
}
|
|
.header___HqHSe h2 {
|
|
text-align: center;
|
|
color: #fff;
|
|
flex: 1 0 auto;
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
.header___HqHSe a {
|
|
color: #fff;
|
|
}
|
|
.header___HqHSe div {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header___HqHSe div img {
|
|
border-radius: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
.checkboxs___ObBnD span[class~='ant-checkbox'] {
|
|
top: 0px !important;
|
|
}
|
|
.field___w_sM6 {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.field___w_sM6 > div {
|
|
width: 48%;
|
|
}
|
|
.oj-form-container____odYP {
|
|
height: calc(100vh - 65px);
|
|
overflow: hidden;
|
|
}
|
|
.oj-left-panel___emEB2 {
|
|
height: calc(100vh - 121px);
|
|
}
|
|
.oj-form-info___m00Ag {
|
|
padding: 20px 15px;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
.footer___O4iSJ {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 56px;
|
|
background: #121c24;
|
|
}
|
|
.footer___O4iSJ > button {
|
|
margin-right: 20px;
|
|
}
|
|
.test-case-name___miZcb {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
float: left;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
.test-case-name___miZcb > div {
|
|
margin: 0 15px 0 15px;
|
|
}
|
|
.btn-remove-case___cHap2 {
|
|
position: relative;
|
|
font-size: 20px;
|
|
color: #8e8e8e;
|
|
border-radius: 50%;
|
|
vertical-align: center;
|
|
}
|
|
.btn-remove-case___cHap2:hover {
|
|
color: #fff;
|
|
background: #e7514f;
|
|
}
|
|
.icon-tag___gmyTb {
|
|
font-size: 20px;
|
|
margin-left: 10px;
|
|
color: #4ebc7e;
|
|
}
|
|
.btn_back___tNmX3 {
|
|
color: #888 !important;
|
|
cursor: pointer;
|
|
}
|
|
.btn_back___tNmX3 span {
|
|
margin-right: 6px;
|
|
}
|
|
.testJi___L3fHb {
|
|
flex-direction: row !important;
|
|
}
|
|
.testJi___L3fHb .ant-form-item-control-input-content {
|
|
margin-top: -4px;
|
|
margin-left: 20px;
|
|
}
|
|
.upBtn___RGH6X {
|
|
position: relative;
|
|
}
|
|
.upBtn___RGH6X button {
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: -47px;
|
|
right: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/SplitContainer/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.split-panel-container {
|
|
width: 100%;
|
|
height: calc(100vh - 121px);
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.split-panel-container > section {
|
|
height: 100%;
|
|
}
|
|
.split-panel-container.my-problems {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.split-panel-container .resize-x-bar {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.split-panel-container .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 10;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/switch/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-switch {
|
|
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";
|
|
position: relative;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
min-width: 40px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border: 0;
|
|
border-radius: 100px;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-switch:focus {
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.ant-switch-checked:focus {
|
|
box-shadow: 0 0 0 2px #f0f7ff;
|
|
}
|
|
.ant-switch:focus:hover {
|
|
box-shadow: none;
|
|
}
|
|
.ant-switch-checked {
|
|
background-color: #3061D0;
|
|
}
|
|
.ant-switch-loading,
|
|
.ant-switch-disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.4;
|
|
}
|
|
.ant-switch-loading *,
|
|
.ant-switch-disabled * {
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-switch-inner {
|
|
display: block;
|
|
margin: 0 4px 0 22px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
transition: margin 0.2s;
|
|
}
|
|
.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-handle {
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
width: 16px;
|
|
height: 16px;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
.ant-switch-handle::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
|
|
transition: all 0.2s ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-loading-icon.anticon {
|
|
position: relative;
|
|
top: 2px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
vertical-align: top;
|
|
}
|
|
.ant-switch-checked .ant-switch-loading-icon {
|
|
color: #3061D0;
|
|
}
|
|
.ant-switch-small {
|
|
min-width: 24px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-switch-small .ant-switch-inner {
|
|
margin: 0 5px 0 16px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-switch-small .ant-switch-handle {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.ant-switch-small .ant-switch-loading-icon {
|
|
top: 0.5px;
|
|
font-size: 9px;
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 16px 0 5px;
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 10px - 2px);
|
|
}
|
|
.ant-switch-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-switch-rtl .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-rtl .ant-switch-handle {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 4px 0 22px;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 10px - 2px);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/tpi-code-setting/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px);
|
|
background: #031b2a;
|
|
padding: 15px 13px 15px 26px;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Problems/OjForm/CodePanel/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.code-panel-container {
|
|
width: 100%;
|
|
height: calc(100vh - 121px);
|
|
background-color: #1c1c1c;
|
|
}
|
|
.code-panel-container .action-bar {
|
|
height: 56px;
|
|
display: flex;
|
|
width: 100%;
|
|
color: #fff;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
justify-content: space-between;
|
|
background: #121c24;
|
|
}
|
|
.code-panel-container .action-bar span {
|
|
flex: 1 0;
|
|
}
|
|
.code-panel-container .action-bar a {
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Problems/OjForm/CodeProgramPanel/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.code-panel-container___RFtv_ {
|
|
width: 100%;
|
|
height: calc(100vh - 121px);
|
|
background-color: #1c1c1c;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ {
|
|
height: 56px;
|
|
display: flex;
|
|
width: 100%;
|
|
color: #fff;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
justify-content: space-between;
|
|
background: #121c24;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ > div {
|
|
height: 30px;
|
|
background: #25343e;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
padding: 0 20px;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ > div:last-of-type {
|
|
margin-right: auto;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ > div.active___s9gT5 {
|
|
background: #0152d9;
|
|
color: #fff;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ span {
|
|
margin-right: 20px;
|
|
}
|
|
.code-panel-container___RFtv_ .action-oj-bar___ByFmZ a {
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Knowledge/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrap___F7E3F .selectWrapper____kESB div[class~='ant-select-selector'] {
|
|
height: 46px;
|
|
}
|
|
.wrap___F7E3F .selectWrapper____kESB div[class~='ant-select-selector'] input[class~='ant-select-selection-search-input'],
|
|
.wrap___F7E3F .selectWrapper____kESB div[class~='ant-select-selector'] span[class~='ant-select-selection-placeholder'] {
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
.wrap___F7E3F .selectWrapper____kESB div[class~='ant-select-selector'] span[class~='ant-select-selection-item'] {
|
|
line-height: 46px;
|
|
}
|
|
.wrap___F7E3F .selectWrapper____kESB span[class~='ant-select-arrow'] {
|
|
right: 12px;
|
|
}
|
|
.wrap___F7E3F .tips___aHjQY {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #9096A3;
|
|
}
|
|
.wrap___F7E3F .linkBtn___uggVr {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
cursor: pointer;
|
|
}
|
|
.mainText____S1I0 {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #5F6368;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/CustomTree/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___SFmJH {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___f2H1D {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___hW_hp {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___yklmJ {
|
|
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___m0oUw {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.customTree___ZhEHU .name___RIkn2 {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
margin-left: 10px;
|
|
max-width: 200px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-top: 4px;
|
|
}
|
|
.customTree___ZhEHU .ant-tree-node-content-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.customTree___ZhEHU .ant-tree-switcher {
|
|
color: #999999;
|
|
line-height: 29px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/body/Level/Challenges/components/UploadFile/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrap___MkYbQ [class~='ant-upload-drag'] {
|
|
background: rgba(24, 144, 255, 0.04) !important;
|
|
border-radius: 4px;
|
|
border: 1px dashed #0152d9;
|
|
}
|
|
.wrap___MkYbQ .colorBlue___onjbP {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___MkYbQ .repeatedName___nbqnE {
|
|
color: red;
|
|
}
|
|
.wrap___MkYbQ .text___xvutp {
|
|
margin-top: 20px;
|
|
color: #464F66;
|
|
line-height: 24px;
|
|
}
|
|
.wrap___MkYbQ .greyText___dihvZ {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #5F6368;
|
|
}
|
|
.wrap___MkYbQ .noData___LxOJA {
|
|
height: 180px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.wrap___MkYbQ .noData___LxOJA .dragger___y7F4A {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.wrap___MkYbQ .noData___LxOJA .dragger___y7F4A img {
|
|
width: 46px;
|
|
}
|
|
.wrap___MkYbQ .noData___LxOJA .dragger___y7F4A span {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #9096A3;
|
|
}
|
|
.wrap___MkYbQ .noData___LxOJA .dragger___y7F4A .uploadText___Et3KS {
|
|
color: #3061D0;
|
|
}
|
|
.wrap___MkYbQ .btnS___k1e6j {
|
|
height: 32px;
|
|
border-radius: 4px;
|
|
background: #3061D0;
|
|
}
|
|
.wrap___MkYbQ .btnS___k1e6j i {
|
|
margin-right: 6px;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper'] {
|
|
width: 60px;
|
|
height: 38px;
|
|
background: #F6F7F9;
|
|
box-shadow: inset 0px 1px 3px 0px #D7D8D9;
|
|
border-radius: 23px;
|
|
border: none;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 20px;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper']::before {
|
|
background-color: transparent;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper'] span {
|
|
color: #464F66;
|
|
font-size: 14px;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper-checked'] {
|
|
background-color: #fff;
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1;
|
|
border: 1px solid #BACFFE;
|
|
background: #D3E0FD linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper-checked']:first-child {
|
|
border-right-color: #BACFFE;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper-checked']:focus-within {
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1;
|
|
}
|
|
.wrap___MkYbQ .testCaseRadio___q1wXT label[class~='ant-radio-button-wrapper-checked'] span {
|
|
color: #165DFF;
|
|
font-size: 14px;
|
|
}
|
|
.head___s4Eix {
|
|
display: flex;
|
|
margin-bottom: 36px;
|
|
}
|
|
.head___s4Eix .operation___JCAVh {
|
|
text-align: center;
|
|
}
|
|
.head___s4Eix > div {
|
|
color: #5F6368;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
display: inline-block;
|
|
}
|
|
.listWrapper___xW3b4 {
|
|
max-height: 214px;
|
|
overflow: auto;
|
|
}
|
|
.listWrapper___xW3b4::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.listWrapper___xW3b4 .list___dCbd6 {
|
|
display: flex;
|
|
margin-bottom: 36px;
|
|
}
|
|
.listWrapper___xW3b4 .list___dCbd6 .del___abNho {
|
|
color: #e53333;
|
|
cursor: pointer;
|
|
}
|
|
.listWrapper___xW3b4 .list___dCbd6 .info___J1Wmf {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
padding: 0 12px;
|
|
}
|
|
.listWrapper___xW3b4 .list___dCbd6 .info___J1Wmf > span {
|
|
color: #3061D0;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
.listWrapper___xW3b4 .list___dCbd6 > div {
|
|
text-align: left;
|
|
display: inline-block;
|
|
background: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|