autoUpdataFile

develop_coze
eduauto 11 months ago
parent 547a8142df
commit 0e8580f99c

@ -86,13 +86,17 @@ html {--antd-wave-shadow-color: @primary-color;}
.ant-alert {color: @text-color;border-radius: 2px;}
<<<<<<< HEAD
.ant-alert-success {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
.ant-alert-success .ant-alert-icon {color: @success-color;}
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
.ant-alert-info .ant-alert-icon {color: @primary-color;}
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
=======
.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 3)`);}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-alert-success .ant-alert-icon {color: @success-color;}
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
.ant-alert-info .ant-alert-icon {color: @primary-color;}
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
.ant-alert-warning {background-color: color(~`colorPalette("@{modal-header-bg}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-alert-warning .ant-alert-icon {color: @warning-color;}
.ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
.ant-alert-error .ant-alert-icon {color: @error-color;}
@ -738,12 +742,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(218, 29, 35, 0.2);}
=======
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-form-item-has-warning .ant-input-prefix {color: @warning-color;}
.ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
.ant-form-item-has-warning .has-feedback {color: @warning-color;}
@ -763,19 +767,19 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
=======
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
.ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
.ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;}
.ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-form-item-has-error .ant-input-prefix {color: @error-color;}
.ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
.ant-form-item-has-error .has-feedback {color: @error-color;}
@ -792,16 +796,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
=======
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;}
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
.ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-form-item-has-error .ant-transfer-list {border-color: @error-color;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
@ -1000,11 +1004,11 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;}
=======
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{modal-close-color}", 1)`);}
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{link-color}", 1)`);}
.ant-menu-item-danger.ant-menu-item-selected {color: @error-color;}
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{modal-close-color}", 1)`);}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{link-color}", 1)`);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: @error-color;}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: @error-color;}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: @error-color;}
@ -1503,19 +1507,15 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;}
.ant-tag-checkable-checked {background-color: @primary-color;}
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);}
<<<<<<< HEAD
.ant-tag-pink {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
<<<<<<< HEAD
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
=======
.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffa39e;}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #ffa39e;}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
.ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;}
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}
@ -1531,23 +1531,27 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;}
.ant-tag-green {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
<<<<<<< HEAD
.ant-tag-blue {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
<<<<<<< HEAD
.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{border-color-base}", 1)`);border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
=======
.ant-tag-blue {color: #1890ff;background: color(~`colorPalette("@{modal-heading-color}", 1)`);border-color: #91d5ff;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffa39e;}
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
.ant-tag-processing {color: #1890ff;background: color(~`colorPalette("@{modal-heading-color}", 1)`);border-color: #91d5ff;}
.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #ffa39e;}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
.ant-timeline {color: @text-color;}
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
@ -1747,7 +1751,11 @@ a.ant-typography[disabled], .ant-typography a[disabled] {color: @disabled-color;
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: @error-color;}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;}
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;}
<<<<<<< HEAD
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {fill: color(~`colorPalette("@{error-color}", 1)`);}
=======
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{modal-heading-color}", 1)`)'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{modal-heading-color}", 1)`)'] {fill: color(~`colorPalette("@{error-color}", 1)`);}
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: @error-color;}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);}

@ -20,7 +20,7 @@
<meta
name="keywords"
content="101计划实践平台,101计划实践平台官网,101计划平台,101计划平台官网,101计划"
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
/>
<meta name="google" content="notranslate" />
<meta http-equiv="Content-language" content="en" />
@ -30,7 +30,7 @@
content="(EduCoder)是信息技术类实践教学平台。(EduCoder)涵盖了计算机、大数据、云计算、人工智能、软件工程、物联网等专业课程。超60000个实训案例建立学、练、评、测一体化实验环境。"
=======
content="“101计划”实践平台是教育部“101计划”的核心课程实践资源共建共享平台联合高校和产业力量为计算概论、数据结构、算法设计与分析、离散数学、计算机系统导论、操作系统、计算机组成与系统结构、编译原理、计算机网络、数据库、软件工程、人工智能引论等 12 门核心课程开发配套实践内容与案例,将课程体系、教学内容、实践载体、增效手段融会贯通,构建“教师、学生、教材、课程、平台”五位一体的教育思想、课程建设、课堂提升、课程实践的教育教学新模式,持续推动核心课程、核心实践项目的建设和应用。"
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
/>
<!--[if IE]>
<script>
@ -102,7 +102,7 @@
=======
<link rel="stylesheet" href="/react/build/antdesign.0efd97c7.chunk.css" />
<link rel="stylesheet" href="/react/build/umi.6517dbef.css" />
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
<script>
window.routerBase = "/";
</script>
@ -170,7 +170,7 @@
=======
<script src="/react/build/antdesign.c42e86c5.async.js"></script>
<script src="/react/build/vendors.40c02c2d.async.js"></script>
<script src="/react/build/umi.ad33a87a.js"></script>
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
<script src="/react/build/umi.17103b90.js"></script>
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1490,6 +1490,31 @@ button[class~='ant-btn-default']:disabled.btn___23gjd {
cursor: pointer;
margin-left: 20px;
}
.countcenter___3poW9 {
display: flex;
justify-content: space-between;
position: relative;
}
.countcenter___3poW9 .map_tabs___pmrwu {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.countcenter___3poW9 .map_title___3cton {
position: absolute;
bottom: 0;
left: 0;
}
.countcenter___3poW9 .map_table___3eIOC {
width: 342px;
height: 653px;
background: #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(60, 62, 66, 0.1);
border-radius: 8px;
border: 1px solid #EAEFFA;
padding: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="13px" viewBox="0 0 14 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 61 (89581) - https://sketch.com -->
<title>统计分析</title>
<desc>Created with Sketch.</desc>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="0416按钮切图V3.3" transform="translate(-420.000000, -178.000000)" fill="#FFFFFF" fill-rule="nonzero">
<g id="统计分析" transform="translate(420.000000, 178.000000)">
<path d="M13.6111111,12.9479555 L0.388888883,12.9479555 C0.155555549,12.9479555 0,12.786264 0,12.5437267 C0,12.3011894 0.155555549,12.1394978 0.388888883,12.1394978 L13.6111111,12.1394978 C13.8444445,12.1394978 14,12.3011894 14,12.5437267 C14,12.786264 13.8444445,12.9479555 13.6111111,12.9479555 Z M3.11111112,10.5225824 L1.55555555,10.5225824 C1.12777777,10.5225824 0.777777784,10.1587764 0.777777784,9.7141247 L0.777777784,4.86337843 C0.777777784,4.41872668 1.12777778,4.05492071 1.55555555,4.05492071 L3.11111112,4.05492071 C3.5388889,4.05492071 3.88888888,4.41872668 3.88888888,4.86337843 L3.88888888,9.7141247 C3.88888888,10.1587764 3.53888888,10.5225824 3.11111112,10.5225824 L3.11111112,10.5225824 Z M3.15199653,9.7141247 L3.15199653,10.1183535 L3.15199653,9.7141247 Z M3.11111112,4.86337843 L1.55555555,4.86337843 L1.55555555,9.7141247 L3.11111112,9.7141247 L3.11111112,4.86337843 L3.11111112,4.86337843 Z M7.77777778,10.5225824 L6.22222222,10.5225824 C5.79444443,10.5225824 5.44444445,10.1587764 5.44444445,9.7141247 L5.44444445,3.24646299 C5.44444445,2.80181124 5.79444445,2.43800529 6.22222222,2.43800529 L7.77777778,2.43800529 C8.20555557,2.43800529 8.55555555,2.80181126 8.55555555,3.24646299 L8.55555555,9.7141247 C8.55555555,10.1587764 8.20555555,10.5225824 7.77777778,10.5225824 L7.77777778,10.5225824 Z M7.8186632,9.7141247 L7.8186632,10.1183535 L7.8186632,9.7141247 Z M7.77777778,3.24646299 L6.22222222,3.24646299 L6.22222222,9.7141247 L7.77777778,9.7141247 L7.77777778,3.24646299 L7.77777778,3.24646299 Z M12.4444445,10.5225824 L10.8888889,10.5225824 C10.4611111,10.5225824 10.1111111,10.1587764 10.1111111,9.7141247 L10.1111111,0.821089857 C10.1111111,0.376438109 10.4611111,0.0126321581 10.8888889,0.0126321581 L12.4444445,0.0126321581 C12.8722222,0.0126321581 13.2222222,0.376438128 13.2222222,0.821089857 L13.2222222,9.7141247 C13.2222222,10.1587764 12.8722222,10.5225824 12.4444445,10.5225824 L12.4444445,10.5225824 Z M12.4853299,9.7141247 L12.4853299,10.1183535 L12.4853299,9.7141247 Z M12.4444445,0.821089857 L10.8888889,0.821089857 L10.8888889,9.7141247 L12.4444445,9.7141247 L12.4444445,0.821089857 Z" id="形状"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="13px" viewBox="0 0 14 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 61 (89581) - https://sketch.com -->
<title>统计分析-hover</title>
<desc>Created with Sketch.</desc>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="0416按钮切图V3.3" transform="translate(-420.000000, -125.000000)" fill="#165DFF" fill-rule="nonzero">
<g id="统计分析-hover" transform="translate(420.000000, 125.000000)">
<path d="M13.6111111,12.4565972 L0.388888883,12.4565972 C0.155555549,12.4565972 0,12.3010417 0,12.0677083 C0,11.834375 0.155555549,11.6788195 0.388888883,11.6788195 L13.6111111,11.6788195 C13.8444445,11.6788195 14,11.834375 14,12.0677083 C14,12.3010417 13.8444445,12.4565972 13.6111111,12.4565972 Z M3.11111112,10.1232639 L1.55555555,10.1232639 C1.12777777,10.1232639 0.777777784,9.77326388 0.777777784,9.34548612 L0.777777784,4.67881945 C0.777777784,4.25104167 1.12777778,3.90104167 1.55555555,3.90104167 L3.11111112,3.90104167 C3.5388889,3.90104167 3.88888888,4.25104167 3.88888888,4.67881945 L3.88888888,9.34548612 C3.88888888,9.7732639 3.53888888,10.1232639 3.11111112,10.1232639 L3.11111112,10.1232639 Z M3.15199653,9.34548612 L3.15199653,9.734375 L3.15199653,9.34548612 Z M3.11111112,4.67881945 L1.55555555,4.67881945 L1.55555555,9.34548612 L3.11111112,9.34548612 L3.11111112,4.67881945 L3.11111112,4.67881945 Z M7.77777778,10.1232639 L6.22222222,10.1232639 C5.79444443,10.1232639 5.44444445,9.77326388 5.44444445,9.34548612 L5.44444445,3.12326388 C5.44444445,2.6954861 5.79444445,2.34548612 6.22222222,2.34548612 L7.77777778,2.34548612 C8.20555557,2.34548612 8.55555555,2.69548612 8.55555555,3.12326388 L8.55555555,9.34548612 C8.55555555,9.7732639 8.20555555,10.1232639 7.77777778,10.1232639 L7.77777778,10.1232639 Z M7.8186632,9.34548612 L7.8186632,9.734375 L7.8186632,9.34548612 Z M7.77777778,3.12326388 L6.22222222,3.12326388 L6.22222222,9.34548612 L7.77777778,9.34548612 L7.77777778,3.12326388 L7.77777778,3.12326388 Z M12.4444445,10.1232639 L10.8888889,10.1232639 C10.4611111,10.1232639 10.1111111,9.77326388 10.1111111,9.34548612 L10.1111111,0.789930549 C10.1111111,0.362152766 10.4611111,0.0121527839 10.8888889,0.0121527839 L12.4444445,0.0121527839 C12.8722222,0.0121527839 13.2222222,0.362152784 13.2222222,0.789930549 L13.2222222,9.34548612 C13.2222222,9.7732639 12.8722222,10.1232639 12.4444445,10.1232639 L12.4444445,10.1232639 Z M12.4853299,9.34548612 L12.4853299,9.734375 L12.4853299,9.34548612 Z M12.4444445,0.789930549 L10.8888889,0.789930549 L10.8888889,9.34548612 L12.4444445,9.34548612 L12.4444445,0.789930549 Z" id="形状"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save