dev_learning
陈博文 4 years ago
parent 9d33481541
commit 0f67bf5a1a

@ -533,9 +533,9 @@ html {--antd-wave-shadow-color: @primary-color;}
.ant-comment-actions > li > span {color: @text-color-secondary;}
.ant-comment-actions > li > span:hover {color: #595959;}
.ant-picker-status-error.ant-picker, .ant-picker-status-error.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @error-color;}
.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-picker-status-warning.ant-picker, .ant-picker-status-warning.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @warning-color;}
.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-picker {color: @text-color;background: #fff;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-picker:hover, .ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;}
.ant-input-rtl .ant-picker:hover, .ant-input-rtl .ant-picker-focused {border-right-width: 0;border-left-width: 1px !important;}
@ -752,16 +752,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.anticon.ant-input-clear-icon:active, .ant-input-clear-icon:active {color: @text-color;}
.ant-input-affix-wrapper-textarea-with-clear-btn {border: 0 !important;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @error-color;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-input-status-error .ant-input-prefix {color: @error-color;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @warning-color;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-input-status-warning .ant-input-prefix {color: @warning-color;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @error-color;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-error .ant-input-prefix {color: @error-color;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @warning-color;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {color: @warning-color;}
.ant-input-group-wrapper-status-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
@ -845,16 +845,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-input-number-affix-wrapper > div.ant-input-number {border: none;}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {box-shadow: none !important;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @error-color;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-input-number-status-error .ant-input-number-prefix {color: @error-color;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @warning-color;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-input-number-status-warning .ant-input-number-prefix {color: @warning-color;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @error-color;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {color: @error-color;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @warning-color;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {color: @warning-color;}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {color: @error-color;border-color: @error-color;}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {color: @warning-color;border-color: @warning-color;}
@ -965,10 +965,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-list-grid .ant-col > .ant-list-item {border-bottom: none;}
.ant-list-bordered {border: 1px solid @border-color-base;border-radius: 2px;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @error-color;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-mentions-status-error .ant-input-prefix {color: @error-color;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @warning-color;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-mentions-status-warning .ant-input-prefix {color: @warning-color;}
.ant-mentions {color: @text-color;background-color: #fff;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-mentions::placeholder {color: #bfbfbf;}
@ -1300,9 +1300,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-select-multiple .ant-select-selection-item-remove {color: inherit;color: @text-color-secondary;}
.ant-select-multiple .ant-select-selection-item-remove:hover {color: rgba(0, 0, 0, 0.75);}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border-color: @error-color !important;}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(8, 83, 185, 0.2);border-right-width: 1px;}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(58, 133, 103, 0.2);border-right-width: 1px;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border-color: @warning-color !important;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(149, 88, 37, 0.2);border-right-width: 1px;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(155, 98, 65, 0.2);border-right-width: 1px;}
.ant-select {color: @text-color;}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;}
@ -1573,9 +1573,9 @@ 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)`);}
.ant-tag-pink {color: #c41d7f;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #ffadd2;}
.ant-tag-pink {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #c41d7f;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #ffadd2;}
.ant-tag-magenta {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #cf1322;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
@ -1587,7 +1587,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;}
.ant-tag-gold {color: #d48806;background: #fffbe6;border-color: #ffe58f;}
.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;}
.ant-tag-cyan {color: #08979c;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #87e8de;}
.ant-tag-cyan {color: #08979c;background: #e6fffb;border-color: #87e8de;}
.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;}
.ant-tag-lime {color: #7cb305;background: #fcffe6;border-color: #eaff8f;}
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="9px" viewBox="0 0 20 9" 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="i-Learning平台-11切图" transform="translate(-452.000000, -687.000000)" fill="#FFFFFF" fill-rule="nonzero">
<g id="国家基础教育" transform="translate(360.000000, 577.000000)">
<g id="文字" transform="translate(20.000000, 48.000000)">
<g id="立即体验" transform="translate(0.000000, 51.000000)">
<path id="箭头" d="M82.5,11 L91.5,15.5 L82.5,20 L82.5,16 L73,16 C72.7238576,16 72.5,15.7761424 72.5,15.5 C72.5,15.2545401 72.6768752,15.0503916 72.9101244,15.0080557 L73,15 L82.5,15 L82.5,11 Z"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>分组</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="智能分组" transform="translate(-1349.000000, -188.000000)">
<g id="编组-4" transform="translate(1334.000000, 179.000000)">
<g id="分组" transform="translate(15.000000, 9.000000)">
<rect id="矩形" x="0" y="0" width="14" height="14"></rect>
<g id="编组-2" transform="translate(1.000000, 2.000000)" stroke="#FFFFFF">
<rect id="矩形" x="0.5" y="3.68536957" width="7" height="7"></rect>
<polyline id="路径" points="2 2.78660264 2 1.86953001 9.42519617 1.9189434 9.42519617 8.73478296 8.4815251 8.73478296"></polyline>
<polyline id="路径备份" points="4 0.917072631 4 -4.21884749e-13 11.4251962 0.0494133916 11.4251962 6.73478296 10.4815251 6.73478296"></polyline>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

@ -46467,6 +46467,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___gEqtP {
justify-content: center;
align-items: center;
@ -46553,6 +46557,91 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___2bJec {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2ahJ7 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2dSx8 {
align-items: center;
box-align: center;
}
.flex_box_center_end___1Vr-- {
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___nACsK {
flex-direction: column;
box-orient: block-axis;
}
.wrap___2DR4Y {
padding: 20px 30px;
background: #fff;
margin-bottom: 30px;
}
.wrap___2DR4Y .sys___2U2iV .head___3qxDP {
margin: 0;
padding: 0;
height: 50px;
background: #eef2f8;
display: flex;
align-items: center;
}
.wrap___2DR4Y .sys___2U2iV .head___3qxDP > li {
height: 50px;
flex: 1 1;
font-size: 14px;
font-weight: 400;
color: #464f66;
line-height: 50px;
text-align: center;
}
.wrap___2DR4Y .sys___2U2iV .list___uTkEt {
margin-top: 20px;
}
.wrap___2DR4Y .sys___2U2iV .list___uTkEt .name___3QGED {
height: 40px;
background: #eef2f8;
line-height: 40px;
padding-left: 40px;
font-size: 14px;
font-weight: 500;
color: #196efd;
}
.wrap___2DR4Y .sys___2U2iV .list___uTkEt .tr___1zJeC {
margin: 0;
padding: 0;
height: 40px;
display: flex;
align-items: center;
}
.wrap___2DR4Y .sys___2U2iV .list___uTkEt .tr___1zJeC > li {
height: 40px;
flex: 1 1;
font-size: 14px;
font-weight: 400;
color: #464f66;
line-height: 40px;
text-align: center;
}
.wrap___2DR4Y .sys___2U2iV .list___uTkEt .tr___1zJeC:nth-child(odd) {
background: #f5f5f5;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3r4d7 {
justify-content: center;
align-items: center;
@ -46655,6 +46744,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
bottom: -2px;
left: 0;
}
.workListTabWrap___2wgNK .workListTabButton___34vXT {
display: flex;
}
.workListTabWrap___2wgNK .workListTabButton___34vXT > button {
border-radius: 4px;
margin-right: 10px;
@ -63093,6 +63185,54 @@ strong {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrap___vQTze .headWrap___3aObw {
padding: 0 30px;
height: 140px;
background: #ffffff;
border-radius: 4px;
}
.wrap___vQTze .headWrap___3aObw .head___2beBE {
height: 66px;
border-bottom: 1px solid #f1f1f1;
line-height: 65px;
font-size: 16px;
font-weight: 600;
color: #464f66;
}
.wrap___vQTze .headWrap___3aObw .deal___YxEuJ {
height: 74px;
display: flex;
align-items: center;
justify-items: center;
}
.wrap___vQTze .headWrap___3aObw .deal___YxEuJ > div > span {
font-size: 14px;
color: #464f66;
margin-right: 10px;
}
.wrap___vQTze .two___3C6kk {
display: flex;
justify-content: space-between;
margin-top: 10px;
}
.wrap___vQTze .two___3C6kk > aside {
width: 453px;
height: 430px;
background: #ffffff;
border-radius: 2px;
padding: 10px;
}
.wrap___vQTze .one___22PW8 {
margin-top: 10px;
height: 339px;
background: #ffffff;
border-radius: 2px;
padding: 10px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3mkn- {
justify-content: center;
align-items: center;
@ -97566,7 +97706,7 @@ ul.s-navs a.active {
justify-content: space-between;
}
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr {
width: 585px;
width: 392px;
height: 178px;
padding: 0 20px;
border-radius: 4px;
@ -97599,12 +97739,16 @@ ul.s-navs a.active {
margin-top: -2px;
margin-left: 4px;
}
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr:first-child {
background: url(./static/jcjy.5ec0fb9c.png) no-repeat center center;
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr:nth-child(1) {
background: url(./static/a1.b0548301.png) no-repeat center center;
background-size: cover;
}
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr:nth-child(2) {
background: url(./static/a2.d8025e25.png) no-repeat center center;
background-size: cover;
}
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr:last-child {
background: url(./static/gzjy.e290ff76.png) no-repeat center center;
.home___c28dD .content___1g_9p .experience___1f-px .li___2PPQr:nth-child(3) {
background: url(./static/a3.40f58c65.png) no-repeat center center;
background-size: cover;
}
.home___c28dD .content___1g_9p .demonstrate___2aVoL .title___1ylQ4 {
@ -97735,21 +97879,21 @@ ul.s-navs a.active {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___Pb3Mv {
.flex_box_center___ov8UV {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___EuGlF {
.flex_space_between___3w4k4 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___ncDbc {
.flex_box_vertical_center___2Rv2y {
align-items: center;
box-align: center;
}
.flex_box_center_end___RCSu_ {
.flex_box_center_end___3KC7r {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
@ -97759,41 +97903,41 @@ ul.s-navs a.active {
box-align: center;
box-pack: end;
}
.flex_box_column___31Tym {
.flex_box_column___B3eUg {
flex-direction: column;
box-orient: block-axis;
}
.platform___1EZ1g {
.platform___34o9d {
background-color: #ffffff;
}
.platform___1EZ1g .bg___17ZWE {
.platform___34o9d .bg___2PjeD {
height: 261px;
width: 100%;
background: url(./static/bg.46eaf62a.png) no-repeat center center;
background-size: cover;
overflow: hidden;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg {
.platform___34o9d .bg___2PjeD .banner___1NeBg {
min-width: 1200px;
margin: 0 auto;
width: 1200px;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .link___PD-mT {
.platform___34o9d .bg___2PjeD .banner___1NeBg .link___16LVy {
font-size: 12px;
font-weight: 400;
color: #ffffff;
margin-top: 68px;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .link___PD-mT span:hover {
.platform___34o9d .bg___2PjeD .banner___1NeBg .link___16LVy span:hover {
color: #0152d9;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .name___3sMB9 {
.platform___34o9d .bg___2PjeD .banner___1NeBg .name___D9Fiz {
font-size: 46px;
color: #ffffff;
margin-top: 14px;
text-align: center;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .input___3DLb- {
.platform___34o9d .bg___2PjeD .banner___1NeBg .input___3um1u {
width: 822px;
height: 50px;
background: #ffffff;
@ -97803,7 +97947,7 @@ ul.s-navs a.active {
position: relative;
overflow: hidden;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .input___3DLb- .in___1CT5o {
.platform___34o9d .bg___2PjeD .banner___1NeBg .input___3um1u .in___Bv2nU {
position: absolute;
z-index: 7;
left: 19px;
@ -97811,7 +97955,7 @@ ul.s-navs a.active {
width: 714px;
border: 0;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .input___3DLb- > b {
.platform___34o9d .bg___2PjeD .banner___1NeBg .input___3um1u > b {
position: absolute;
right: 58px;
top: 17px;
@ -97820,7 +97964,7 @@ ul.s-navs a.active {
font-size: 14px;
cursor: pointer;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .input___3DLb- .r___1D9iU {
.platform___34o9d .bg___2PjeD .banner___1NeBg .input___3um1u .r___39yWY {
width: 42px;
height: 42px;
background: #196efd;
@ -97836,15 +97980,15 @@ ul.s-navs a.active {
-ms-user-select: none;
user-select: none;
}
.platform___1EZ1g .bg___17ZWE .banner___1MtWg .input___3DLb- .r___1D9iU i {
.platform___34o9d .bg___2PjeD .banner___1NeBg .input___3um1u .r___39yWY i {
font-size: 24px;
}
.platform___1EZ1g .case___3CAlM {
.platform___34o9d .case___vgxO6 {
width: 1200px;
min-width: 1200px;
margin: 0 auto;
}
.platform___1EZ1g .case___3CAlM .name___3sMB9 {
.platform___34o9d .case___vgxO6 .name___D9Fiz {
display: flex;
align-items: center;
justify-content: center;
@ -97852,18 +97996,18 @@ ul.s-navs a.active {
height: 114px;
position: relative;
}
.platform___1EZ1g .case___3CAlM .name___3sMB9 span:first-child {
.platform___34o9d .case___vgxO6 .name___D9Fiz span:first-child {
font-size: 24px;
font-weight: 600;
color: #434d6c;
}
.platform___1EZ1g .case___3CAlM .name___3sMB9 span:last-of-type {
.platform___34o9d .case___vgxO6 .name___D9Fiz span:last-of-type {
font-size: 12px;
font-weight: 600;
color: #c4ccde;
margin-top: 5px;
}
.platform___1EZ1g .case___3CAlM .name___3sMB9 div {
.platform___34o9d .case___vgxO6 .name___D9Fiz div {
font-size: 14px;
font-weight: 400;
color: #434d6c;
@ -97873,13 +98017,277 @@ ul.s-navs a.active {
top: 31px;
cursor: pointer;
}
.platform___1EZ1g .case___3CAlM .name___3sMB9 div:hover {
.platform___34o9d .case___vgxO6 .name___D9Fiz div:hover {
color: #196efd;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3QZK_ {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1FjbB {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___197cT {
align-items: center;
box-align: center;
}
.flex_box_center_end___2HiaO {
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___22vdS {
flex-direction: column;
box-orient: block-axis;
}
.platform___K-js- {
background-color: #ffffff;
}
.platform___K-js- .bg___3pbgR {
height: 573px;
width: 100%;
background: url(./static/bg.dc9bc4f4.png) no-repeat center center;
background-size: cover;
}
.platform___K-js- .bg___3pbgR .banner___30QXe {
min-width: 1200px;
margin: 0 auto;
width: 1200px;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .name___2hIK4 {
font-size: 46px;
color: #ffffff;
margin-top: 14px;
text-align: center;
margin-top: 100px;
margin-bottom: 40px;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD {
width: 1200px;
height: 526px;
background: #ffffff;
box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0.5);
border-radius: 10px 10px 0px 0px;
display: flex;
flex-direction: column;
align-items: center;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .input___2HaZ5 {
width: 822px;
height: 50px;
background: #ffffff;
border-radius: 25px;
border: 1px solid #196efd;
margin: 50px auto;
position: relative;
overflow: hidden;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .input___2HaZ5 .in___de0PR {
position: absolute;
z-index: 7;
left: 19px;
top: 9px;
width: 714px;
border: 0;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .input___2HaZ5 > b {
position: absolute;
right: 58px;
top: 17px;
z-index: 9;
color: #464f66;
font-size: 14px;
cursor: pointer;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .input___2HaZ5 .r___1N9Ep {
width: 42px;
height: 42px;
background: #196efd;
border-radius: 25px;
color: #ffffff;
position: absolute;
z-index: 10;
right: 4px;
top: 3px;
text-align: center;
line-height: 49px;
cursor: pointer;
-ms-user-select: none;
user-select: none;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .input___2HaZ5 .r___1N9Ep i {
font-size: 24px;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .swiperEducation {
width: 1140px;
height: 326px;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .swiperEducation .swiper-button-prev,
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .swiperEducation .swiper-button-next {
display: none;
}
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .swiperEducation:hover .swiper-button-prev,
.platform___K-js- .bg___3pbgR .banner___30QXe .card___1OIyD .swiperEducation:hover .swiper-button-next {
display: block;
}
.platform___K-js- .case___lAqr- {
width: 1200px;
min-width: 1200px;
margin: 0 auto;
}
.platform___K-js- .case___lAqr- .name___2hIK4 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 114px;
position: relative;
margin-top: 64px;
}
.platform___K-js- .case___lAqr- .name___2hIK4 span:first-child {
font-size: 24px;
font-weight: 600;
color: #434d6c;
}
.platform___K-js- .case___lAqr- .name___2hIK4 span:last-of-type {
width: 50px;
height: 6px;
background: #196efd;
margin-top: 8px;
}
.platform___K-js- .case___lAqr- .name___2hIK4 div {
font-size: 14px;
font-weight: 400;
color: #434d6c;
position: absolute;
z-index: 2;
right: 5px;
top: 31px;
cursor: pointer;
}
.platform___K-js- .case___lAqr- .name___2hIK4 div:hover {
color: #196efd;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx {
width: 278px;
height: 418px;
border-radius: 4px;
margin-bottom: 15px;
margin-left: 20px;
cursor: pointer;
position: relative;
display: inline-block;
transition: 0.5s;
box-shadow: 0px 8px 10px 0px rgba(208, 208, 208, 0.5);
}
.platform___K-js- .case___lAqr- > aside .li___2uabx:hover {
transform: translateY(-20px);
}
.platform___K-js- .case___lAqr- > aside .li___2uabx > img {
width: 278px;
height: 209px;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .des___R-ufI {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 278px;
height: 209px;
background: #fff;
padding: 18px 18px 0 18px;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .des___R-ufI .title___1JAX8 {
display: inline-block;
max-width: 242px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 400;
color: #333330;
margin-top: 2px;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .des___R-ufI .tag___3-LeF {
width: 58px;
height: 20px;
background: rgba(208, 208, 208, 0.5);
border: 1px solid #f8f8f8;
font-size: 12px;
font-weight: 400;
color: #333330;
text-align: center;
line-height: 20px;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .des___R-ufI .s___12nPP {
font-size: 14px;
font-weight: 400;
color: #999999;
margin-top: 10px;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .des___R-ufI .t___yj_Kc {
border-top: 1px solid #f5f5f5;
height: 38px;
line-height: 38px;
font-size: 12px;
font-weight: 400;
color: #999999;
margin-top: 10px;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .le___20u98 {
position: absolute;
z-index: 3;
right: -5px;
top: 10px;
width: 60px;
height: 24px;
background: #fa6400;
border-radius: 100px 0px 0px 100px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
line-height: 24px;
text-align: center;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx .lo___1n-r_ {
position: absolute;
z-index: 4;
right: -5px;
top: 40px;
width: 60px;
height: 24px;
background: #464f66;
border-radius: 100px 0px 0px 100px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
line-height: 24px;
text-align: center;
}
.platform___K-js- .case___lAqr- > aside .li___2uabx:nth-child(4n + 1),
.platform___K-js- .case___lAqr- > aside .li___2uabx:first-child {
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___i3-Dt {
justify-content: center;
align-items: center;

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