dev_local_v6_huawei
陈博文 4 years ago
parent 539fa1bc40
commit 9f09dc0487

@ -90,7 +90,7 @@ html {--antd-wave-shadow-color: @primary-color;}
.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 .ant-alert-icon {color: @warning-color;}
.ant-alert-error {background-color: color(~`colorPalette("@{modal-heading-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
.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;}
.ant-alert-close-icon {background-color: transparent;border: none;}
.ant-alert-close-icon .anticon-close {color: @text-color-secondary;}
@ -727,42 +727,42 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {color: @success-color;}
.ant-form-item-has-warning .ant-form-item-explain, .ant-form-item-has-warning .ant-form-item-split {color: @warning-color;}
.ant-form-item-has-warning .ant-input, .ant-form-item-has-warning .ant-input-affix-wrapper, .ant-form-item-has-warning .ant-input:hover, .ant-form-item-has-warning .ant-input-affix-wrapper:hover {border-color: @warning-color;}
.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(39, 253, 239, 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(119, 223, 219, 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(39, 253, 239, 0.2);}
.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(119, 223, 219, 0.2);}
.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;}
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {color: @warning-color;}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @warning-color !important;}
.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(39, 253, 239, 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(119, 223, 219, 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(39, 253, 239, 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(119, 223, 219, 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(39, 253, 239, 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(119, 223, 219, 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(149, 208, 254, 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(54, 89, 141, 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(149, 208, 254, 0.2);}
.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(54, 89, 141, 0.2);}
.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;}
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {color: @error-color;}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @error-color !important;}
.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(149, 208, 254, 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(54, 89, 141, 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(149, 208, 254, 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(54, 89, 141, 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(149, 208, 254, 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(149, 208, 254, 0.2);}
.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(54, 89, 141, 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(54, 89, 141, 0.2);}
.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;}
@ -955,10 +955,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-mentions-dropdown-menu-item-active {background-color: #f5f5f5;}
.ant-menu-item-danger.ant-menu-item {color: @error-color;}
.ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: @error-color;}
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{text-color}", 1)`);}
.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;}
.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("@{text-color}", 1)`);}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;}
.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;}
@ -1461,7 +1461,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.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;}
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{text-color}", 1)`);border-color: #ffa39e;}
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.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;}
@ -1485,7 +1485,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.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("@{text-color}", 1)`);border-color: #ffa39e;}
.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
.ant-timeline {color: @text-color;}
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
@ -1685,7 +1685,7 @@ 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;}
.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("@{modal-heading-color}", 1)`);}
.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='#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);}

@ -57,7 +57,7 @@
}
IEVersion();
</script>
<link rel="stylesheet" href="/react/build/umi.4ff30a5d.css" />
<link rel="stylesheet" href="/react/build/umi.eaf3aa95.css" />
<script>
window.routerBase = "/";
</script>
@ -113,6 +113,6 @@
gtag('config', 'UA-198293321-1');
</script> -->
<script src="/react/build/umi.aff95a3f.js"></script>
<script src="/react/build/umi.fd160035.js"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="33px" height="56px" viewBox="0 0 33 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 29</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-364.000000, -697.000000)">
<g id="编组-29" transform="translate(364.000000, 697.000000)">
<text id="1" opacity="0.300000012" font-family="PingFangSC-Regular, PingFang SC" font-size="40" font-weight="normal" fill="#606982">
<tspan x="0" y="42">1</tspan>
</text>
<line x1="31.5" y1="8.5" x2="18.5" y2="48.5" id="直线-3" stroke="#D2D8EA" stroke-linecap="square"></line>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 848 B

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="56px" viewBox="0 0 40 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 26</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-655.000000, -697.000000)">
<g id="编组-26" transform="translate(655.666667, 697.000000)">
<text id="2" opacity="0.300000012" font-family="PingFangSC-Regular, PingFang SC" font-size="40" font-weight="normal" fill="#606982">
<tspan x="0" y="42">2</tspan>
</text>
<line x1="38.5" y1="8.5" x2="25.5" y2="48.5" id="直线-3备份" stroke="#D2D8EA" stroke-linecap="square"></line>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 854 B

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="56px" viewBox="0 0 40 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 27</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-1038.000000, -697.000000)">
<g id="编组-27" transform="translate(1038.333333, 697.000000)">
<text id="3" opacity="0.300000012" font-family="PingFangSC-Regular, PingFang SC" font-size="40" font-weight="normal" fill="#606982">
<tspan x="0" y="42">3</tspan>
</text>
<line x1="38.5" y1="8.5" x2="25.5" y2="48.5" id="直线-3备份-2" stroke="#D2D8EA" stroke-linecap="square"></line>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 858 B

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="56px" viewBox="0 0 40 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 25</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-1439.000000, -697.000000)">
<g id="编组-28" transform="translate(1439.000000, 697.000000)">
<text id="4" opacity="0.300000012" font-family="PingFangSC-Regular, PingFang SC" font-size="40" font-weight="normal" fill="#606982">
<tspan x="0" y="42">4</tspan>
</text>
<line x1="38.5" y1="8.5" x2="25.5" y2="48.5" id="直线-3备份-3" stroke="#D2D8EA" stroke-linecap="square"></line>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="38px" height="38px" viewBox="0 0 38 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 9</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-1098.000000, -1658.000000)">
<g id="编组-9" transform="translate(1098.000000, 1658.000000)">
<circle id="椭圆形备份-3" stroke="#044CDE" opacity="0.300000012" cx="19" cy="19" r="18.5"></circle>
<circle id="椭圆形" fill="#0152D9" cx="19" cy="19" r="13"></circle>
<g id="-_箭头" transform="translate(13.000000, 15.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M11.3333578,4.91913006 L0.666679832,4.91913006 C0.396160298,4.91913006 0.177791138,4.70075918 0.177791138,4.43024137 C0.177791138,4.15972183 0.396162017,3.94135267 0.666679832,3.94135267 L11.3333578,3.94135267 C11.6038774,3.94135267 11.8222465,4.15972355 11.8222465,4.43024137 C11.8222465,4.7007609 11.6038757,4.91913006 11.3333578,4.91913006 Z" id="路径"></path>
<path d="M11.3268266,4.9125988 C11.201345,4.9125988 11.0742336,4.86370993 10.9797143,4.76756157 L7.17290206,0.916749277 C6.98386512,0.724453585 6.9854945,0.414822131 7.17616133,0.225785192 C7.36845702,0.0367482532 7.67808847,0.0383776301 7.86712541,0.229044461 L11.6739377,4.07985675 C11.8629746,4.27215245 11.8613452,4.5817839 11.6706784,4.77082084 C11.5745302,4.86533948 11.4506781,4.9125988 11.3268266,4.9125988 L11.3268266,4.9125988 Z" id="路径"></path>
<path d="M7.47601428,8.73245637 C7.35053267,8.73245637 7.22342133,8.6835675 7.12890201,8.58741914 C6.93986507,8.39512345 6.94149444,8.08549199 7.13216128,7.89645506 L10.9829736,4.08964281 C11.1752693,3.90060587 11.4849007,3.90223525 11.6739377,4.09290207 C11.8629746,4.28519776 11.8613452,4.59482921 11.6706784,4.78386615 L7.81986609,8.59067839 C7.7237179,8.68519703 7.59986584,8.73245637 7.47601428,8.73245637 L7.47601428,8.73245637 Z" id="路径"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="55px" height="34px" viewBox="0 0 55 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 31备份</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-1023.000000, -1462.000000)" fill="#F2F5FA">
<g id="编组-31备份" transform="translate(1050.057025, 1478.828189) scale(-1, -1) translate(-1050.057025, -1478.828189) translate(1023.057025, 1462.328189)">
<polygon id="路径-5" points="4.54747351e-13 0 21.2461687 0 21.2461687 21.3056415 8.24533884 32.6575591 4.54747351e-13 32.6575591 8.24533884 21.3056415 4.54747351e-13 21.3056415"></polygon>
<polygon id="路径-5备份" points="32 0 53.2461687 0 53.2461687 21.3056415 40.2453388 32.6575591 32 32.6575591 40.2453388 21.3056415 32 21.3056415"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1004 B

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="55px" height="34px" viewBox="0 0 55 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 31</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="实验室网站" transform="translate(-1422.000000, -1569.000000)" fill="#F2F5FA">
<g id="编组-31" transform="translate(1422.057025, 1569.328189)">
<polygon id="路径-5" points="4.54747351e-13 0 21.2461687 0 21.2461687 21.3056415 8.24533884 32.6575591 4.54747351e-13 32.6575591 8.24533884 21.3056415 4.54747351e-13 21.3056415"></polygon>
<polygon id="路径-5备份" points="32 0 53.2461687 0 53.2461687 21.3056415 40.2453388 32.6575591 32 32.6575591 40.2453388 21.3056415 32 21.3056415"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 904 B

@ -100650,6 +100650,405 @@ button.swiper-pagination-bullet {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3TrMw {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___25lz- {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___VNDYT {
align-items: center;
box-align: center;
}
.flex_box_center_end___1payq {
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___3s75t {
flex-direction: column;
box-orient: block-axis;
}
.home___2qxvj {
background-color: #fff;
}
.home___2qxvj .bg___11AQ6 {
position: relative;
}
.home___2qxvj .bg___11AQ6 .ant-carousel .slick-dots li button {
background: #c6d4dd;
}
.home___2qxvj .bg___11AQ6 .ant-carousel .slick-dots li.slick-active button {
background: #165dff;
}
.home___2qxvj .bg___11AQ6:hover .btns___2Mu9o {
display: flex;
}
.home___2qxvj .bg___11AQ6 .li___2F1jx {
width: 100%;
background-color: #999;
}
.home___2qxvj .bg___11AQ6 .li___2F1jx a {
width: 100%;
}
.home___2qxvj .bg___11AQ6 .btns___2Mu9o {
width: 1200px;
display: none;
justify-content: space-between;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
transform: translate(-50%, -50%);
}
.home___2qxvj .bg___11AQ6 .btns___2Mu9o > div {
width: 63px;
height: 63px;
background: rgba(1, 6, 12, 0.6);
border-radius: 50%;
color: #fff;
line-height: 76px;
text-align: center;
cursor: pointer;
}
.home___2qxvj .bg___11AQ6 .btns___2Mu9o > div:hover {
background-color: #0152d9;
}
.home___2qxvj .bg___11AQ6 .btns___2Mu9o > div i {
font-size: 30px;
}
.home___2qxvj .competition___2OwyE {
min-width: 1200px;
margin: 0 auto;
}
.home___2qxvj .competition___2OwyE .title___3RKmg {
text-align: center;
font-size: 28px;
font-weight: 500;
color: #0f1826;
margin-top: 52px;
margin-bottom: 34px;
}
.home___2qxvj .competition___2OwyE .des___2u7RT {
display: flex;
align-items: center;
justify-content: center;
}
.home___2qxvj .competition___2OwyE .des___2u7RT > aside {
margin-left: 5px;
}
.home___2qxvj .competition___2OwyE .des___2u7RT > aside div:first-child {
font-size: 20px;
font-weight: 600;
color: #0f1826;
}
.home___2qxvj .competition___2OwyE .des___2u7RT > aside div:last-child {
font-size: 14px;
font-weight: 400;
color: #6e7580;
}
.home___2qxvj .information___1ivpa {
width: 1200px;
margin: 0 auto;
padding-bottom: 52px;
}
.home___2qxvj .information___1ivpa .title___3RKmg {
text-align: center;
margin-top: 52px;
margin-bottom: 34px;
position: relative;
}
.home___2qxvj .information___1ivpa .title___3RKmg b {
font-size: 28px;
font-weight: 500;
color: #0f1826;
}
.home___2qxvj .information___1ivpa .title___3RKmg span {
position: absolute;
z-index: 10;
top: 7px;
right: 20px;
font-size: 14px;
font-weight: 400;
color: #067afb;
}
.home___2qxvj .information___1ivpa .des___2u7RT {
display: flex;
justify-content: space-between;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d1___1E_ob {
width: 329px;
height: 290px;
background: #e0ecff;
border-radius: 8px;
padding: 57px 38px 0 38px;
background: url(./static/k1.f73221b6.png) no-repeat bottom right;
background-color: #e0ecff;
cursor: pointer;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d1___1E_ob b {
font-size: 26px;
color: #044cde;
line-height: 35px;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d1___1E_ob aside {
font-size: 14px;
color: #586178;
margin-top: 16px;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d1___1E_ob div {
width: 78px;
height: 30px;
text-align: center;
line-height: 30px;
background: #2468f1;
border-radius: 2px;
font-size: 14px;
color: #ffffff;
margin-top: 60px;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 {
width: 420px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div {
height: 138px;
background: #f6f7fa;
border-radius: 8px;
padding: 30px;
cursor: pointer;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div:hover,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div:hover {
background: url(./static/k2.0073e97a.png) no-repeat center right;
background-color: #044cde;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div:hover b,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div:hover b,
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div:hover aside,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div:hover aside {
color: #fff;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div:hover div,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div:hover div {
background: #ffffff;
color: #044cde;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div b,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div b {
font-size: 18px;
color: #0f1826;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div aside,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div aside {
font-size: 14px;
color: #586178;
margin-top: 9px;
margin-bottom: 5px;
}
.home___2qxvj .information___1ivpa .des___2u7RT .d2___HyBW1 > div div,
.home___2qxvj .information___1ivpa .des___2u7RT .d3___2RMx0 > div div {
width: 78px;
height: 28px;
background: #e5e8f1;
border-radius: 2px;
font-size: 14px;
color: #0f1826;
line-height: 28px;
text-align: center;
float: right;
}
.home___2qxvj .retrospect___hdxt7 {
height: 619px;
background: #f7fafd;
overflow: hidden;
}
.home___2qxvj .retrospect___hdxt7 .title___3RKmg {
text-align: center;
position: relative;
width: 1200px;
margin: 54px auto 42px auto;
}
.home___2qxvj .retrospect___hdxt7 .title___3RKmg b {
font-size: 28px;
font-weight: 500;
color: #0f1826;
}
.home___2qxvj .retrospect___hdxt7 .title___3RKmg span {
position: absolute;
z-index: 10;
top: 7px;
right: 20px;
font-size: 14px;
font-weight: 400;
color: #067afb;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU {
width: 1200px;
margin: 0 auto;
position: relative;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU:hover .btns___2Mu9o {
display: flex;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .ant-carousel .slick-dots li button {
background: #c6d4dd;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .ant-carousel .slick-dots li.slick-active button {
background: #165dff;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .ant-carousel .slick-dots-bottom {
bottom: -21px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx {
height: 440px;
background: #ffffff;
padding: 0 67px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .left___1B8Nn {
float: left;
margin-top: 76px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw {
margin-top: 75px;
float: right;
width: 480px;
height: 280px;
display: flex;
flex-direction: column;
position: relative;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .name___2T0Hk {
font-size: 26px;
font-weight: 500;
color: #0f1826;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .des___2u7RT {
font-size: 16px;
color: #606982;
line-height: 26px;
margin-top: 20px;
flex: 1 1;
z-index: 2;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .btn___1Qii_ {
display: flex;
align-items: center;
cursor: pointer;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .btn___1Qii_ span {
font-size: 16px;
color: #044cde;
margin-right: 20px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .l___1j7Zw {
position: absolute;
z-index: 1;
left: 12px;
top: 44px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx .right___3BQaw .r___3YGSw {
position: absolute;
z-index: 1;
right: 20px;
bottom: 86px;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .li___2F1jx:hover {
box-shadow: 0px 2px 27px 0px rgba(200, 212, 255, 0.5);
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .btns___2Mu9o {
min-width: 1200px;
width: calc(100vw - 50px);
display: none;
justify-content: space-between;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
transform: translate(-50%, -50%);
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .btns___2Mu9o > div {
width: 63px;
height: 63px;
background: #e7f0f8;
border-radius: 50%;
color: #4e5969;
line-height: 76px;
text-align: center;
cursor: pointer;
}
.home___2qxvj .retrospect___hdxt7 .banner___5lHvU .btns___2Mu9o > div i {
font-size: 30px;
}
.home___2qxvj .group___1TrQV {
min-width: 1200px;
margin: 0 auto;
padding-bottom: 56px;
}
.home___2qxvj .group___1TrQV .title___3RKmg {
text-align: center;
font-size: 28px;
font-weight: 500;
color: #0f1826;
margin-top: 52px;
margin-bottom: 34px;
}
.home___2qxvj .group___1TrQV .tabs___1VMmG .ant-tabs-nav::before {
border: 0;
}
.home___2qxvj .group___1TrQV .tabs___1VMmG .ant-tabs-nav-wrap {
justify-content: center !important;
}
.home___2qxvj .group___1TrQV .list___2FHkS {
width: 1200px;
margin: 0 auto;
}
.home___2qxvj .group___1TrQV .list___2FHkS .edu-container {
background-color: #fff;
min-height: auto;
}
.home___2qxvj .group___1TrQV .list___2FHkS .edu-container .ant-list-items > div {
border-bottom: 1px solid #e7ebee;
}
.home___2qxvj .group___1TrQV .list___2FHkS .edu-container .ant-list-items > div:nth-child(4) ~ div {
display: none;
}
.home___2qxvj .group___1TrQV .list___2FHkS > div {
height: 176px;
border-bottom: 1px solid #e7ebee;
}
.home___2qxvj .group___1TrQV .btn___1Qii_ {
margin: 30px auto 0 auto;
width: 120px;
height: 30px;
background: rgba(6, 122, 251, 0.1);
border-radius: 2px;
font-size: 14px;
font-weight: 400;
color: #067afb;
line-height: 30px;
text-align: center;
cursor: pointer;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3bI2k {
justify-content: center;
align-items: center;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save