dev_learning
陈博文 4 years ago
parent 0f67bf5a1a
commit 6b810f8204

@ -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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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(58, 133, 103, 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(86, 158, 163, 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(155, 98, 65, 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(64, 43, 47, 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;}

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

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" 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(-837.000000, -364.000000)">
<g id="编组-4" transform="translate(669.000000, 344.000000)">
<g id="放大" transform="translate(168.000000, 20.000000)">
<circle id="椭圆形" fill="#080808" opacity="0.363712754" cx="8" cy="8" r="8"></circle>
<g transform="translate(3.000000, 3.000000)" fill="#FFFFFF" fill-rule="nonzero" id="形状">
<path d="M9.89182254,9.39042368 L8.28519248,7.84117508 C9.11163913,7.0074859 9.62275549,5.88114897 9.62275549,4.63953739 C9.62275549,2.08136785 7.46429742,0 4.81137775,0 C2.15845808,0 0,2.08136785 0,4.63953739 C0,7.19770693 2.15845808,9.27907478 4.81137775,9.27907478 C5.9102224,9.27907478 6.92135194,8.91790464 7.73225415,8.31761988 L9.36812258,9.89506259 L9.36812256,9.89506257 C9.51181158,10.0344149 9.7454456,10.0350595 9.88995927,9.8965026 C9.89045847,9.89602398 9.89095624,9.89554398 9.89145259,9.89506262 L9.8914526,9.89506261 C10.036038,9.75579619 10.0362034,9.5298864 9.89182268,9.39042369 L9.89182254,9.39042368 Z M0.740211961,4.63953739 C0.740211961,2.47501475 2.56668498,0.713774983 4.81137775,0.713774983 C7.05607052,0.713774983 8.88254353,2.47501475 8.88254353,4.63953739 C8.88254353,6.80406003 7.05607052,8.5652998 4.81137775,8.5652998 C2.56668498,8.5652998 0.740211961,6.80406003 0.740211961,4.63953739 Z M6.49758059,4.2826499 L5.18148373,4.2826499 L5.18148373,3.03354368 L5.18148373,3.03354368 C5.18148373,2.83644029 5.0157815,2.67665619 4.81137775,2.67665619 C4.606974,2.67665619 4.44127177,2.83644029 4.44127177,3.03354368 L4.44127177,4.2826499 L3.14590083,4.2826499 L3.14590082,4.2826499 C2.94149707,4.28264991 2.77579484,4.44243401 2.77579484,4.63953739 C2.77579484,4.83664078 2.94149707,4.99642488 3.14590082,4.99642488 L4.44127175,4.99642488 L4.44127175,6.2455311 L4.44127175,6.24553116 C4.44127178,6.44263454 4.60697398,6.60241865 4.81137773,6.60241865 C5.01578148,6.60241865 5.18148371,6.44263454 5.18148371,6.24553116 L5.18148371,4.99642494 L6.49758058,4.99642494 L6.49758056,4.99642494 C6.70198431,4.99642495 6.86768654,4.83664083 6.86768654,4.63953745 C6.86768654,4.44243406 6.70198431,4.28264995 6.49758056,4.28264995 L6.49758059,4.2826499 Z"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 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(-1428.000000, -307.000000)">
<g id="编组-5" transform="translate(1413.000000, 298.000000)">
<g id="编组" transform="translate(15.000000, 6.000000)">
<g id="作弊" transform="translate(0.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="14" height="14"></rect>
<g id="防作弊" transform="translate(1.000000, 0.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M4.83666669,4.47363746 L4.83666672,4.47363746 C4.70851541,4.4634452 4.58186275,4.50676489 4.48679807,4.59330537 L4.48679812,4.59330532 C4.28557675,4.77884106 4.26566602,5.08975117 4.44158003,5.2994379 C4.52379471,5.39900899 4.64254966,5.46021299 4.77043845,5.46980515 C4.89969806,5.47756986 5.02621757,5.43280856 5.12259102,5.34602649 C5.21896479,5.25924443 5.27697236,5.13683567 5.28336612,5.00711943 L5.28336613,5.00711931 C5.30692522,4.73723026 5.10861152,4.49876403 4.83894994,4.47272494 M10.4656233,8.9502205 L10.4656233,8.95022051 C10.3723629,9.16548358 10.1222546,9.26438664 9.9069915,9.17112665 C9.86489916,9.15289064 9.82603873,9.12795681 9.79191994,9.09729392 C9.61378797,8.92235883 8.86289455,7.82753403 8.86289455,7.82753403 L7.77766189,8.63278046 L7.77766191,8.63278045 C7.60450422,8.76153247 7.36000972,8.72712796 7.22910755,8.55559009 L5.3957249,6.17273254 L5.39572495,6.17273251 C4.98378105,6.39141691 4.48414894,6.36144693 4.10130148,6.09508536 L4.10130157,6.09508542 C3.48351386,5.65801538 3.3370125,4.80288217 3.77408405,4.18510204 C3.83042009,4.10547247 3.89509789,4.0320856 3.9670175,3.96619016 L3.96701739,3.96619026 C4.22110556,3.73472745 4.55920581,3.61795341 4.90198006,3.64326911 L4.9019801,3.64326912 C5.62403641,3.71345198 6.15563579,4.35088336 6.0950058,5.0738041 L6.09500584,5.07380357 C6.082274,5.24599067 6.03864371,5.4144774 5.96620317,5.57120181 L7.62785216,7.7224828 L8.7272448,6.8998795 L8.72724481,6.8998795 C8.81326086,6.8341201 8.92352527,6.80880258 9.02961221,6.83045385 L9.02961225,6.83045385 C9.13602418,6.85196788 9.22979479,6.91426318 9.29087216,7.00401798 L9.9326031,7.95999088 L9.9326033,7.95999048 C10.6579035,6.48736377 11.0155414,4.8609138 10.9749025,3.21985951 L10.9749025,2.90059323 L10.9749025,2.90059324 C10.2235981,2.64071035 9.6658717,2.00271466 9.50874238,1.22341481 L2.49994976,1.22341481 L2.49994981,1.22341456 C2.33821019,2.00188638 1.78020623,2.63858845 1.02967829,2.90104795 L1.02602431,3.21985774 C1.02602431,6.89576781 2.84160271,10.5689329 6.00091659,12.2803701 L6.00091695,12.2803699 C6.76214109,11.866224 7.45608367,11.3389149 8.05902136,10.7164623 L8.05902135,10.7164623 C8.2423308,10.5413392 8.53289795,10.5479771 8.70802109,10.7312862 C8.71097042,10.7343734 8.71387653,10.7375016 8.71673859,10.7406699 L8.7167386,10.74067 C8.8929764,10.9718219 8.86865404,11.2982205 8.66010183,11.5006991 L8.66010195,11.5006989 C7.94824592,12.2261205 7.12365898,12.8315286 6.21832659,13.2934382 L6.21832661,13.2934382 C6.08644125,13.367601 5.92607153,13.3703483 5.79172377,13.3007461 C2.18113133,11.4755832 0.0622740838,7.35206459 0.0622740838,3.21712642 C0.0622740838,3.1248634 0.0622740838,3.00656615 0.0759765308,2.8416797 C0.0759765308,2.70830935 0.0828277543,2.59001195 0.090135716,2.47582514 C0.0910492074,2.2319221 0.272835515,2.02684263 0.513541677,1.99760969 L0.513541733,1.99760969 C1.13787486,1.90034268 1.59626753,1.35968528 1.59009671,0.727849798 L1.59009671,0.717801347 L1.5900967,0.717801059 C1.58565586,0.44515189 1.79950743,0.218733107 2.07196551,0.207613792 L9.93214699,0.207613792 C10.204825,0.21583526 10.4204111,0.442839158 10.4162997,0.717344578 L10.4162996,0.717348676 C10.4058155,1.3533592 10.8661102,1.89962661 11.4946851,1.99715265 C11.7299105,2.02638452 11.9080424,2.2246133 11.9139797,2.46303554 C11.9212877,2.57813607 11.9276821,2.70237075 11.9276821,2.84396305 C11.9345334,3.00839302 11.9345334,3.12714615 11.9345334,3.21986625 L11.9345336,3.21987762 C11.9835446,5.2291341 11.4739298,7.21254863 10.4624286,8.9493273" id="形状"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -49564,6 +49564,7 @@ strong {
padding: 23px 0;
font-size: 18px;
color: #333;
margin-right: 0;
}
.tabs___1HwEE [class~='ant-tabs-tab-active'] {
color: #0152d9;
@ -52956,6 +52957,71 @@ strong {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrap___17CUR {
padding: 0 20px;
background: #ffffff;
}
.wrap___17CUR .head___2KG7G {
height: 57px;
display: flex;
align-items: center;
}
.wrap___17CUR .head___2KG7G > aside {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-left: 10px;
margin-right: 18px;
}
.wrap___17CUR .head___2KG7G > div {
font-size: 14px;
color: #b1bacd;
}
.wrap___17CUR .head___2KG7G > div span {
color: #ff9d18;
}
.wrap___17CUR > aside .li___1EGtk {
display: inline-block;
width: 209px;
height: 231px;
background: #f8f8f8;
border-radius: 2px;
border: 1px solid #d2dffb;
margin-left: 12px;
margin-bottom: 12px;
padding: 14px 19px;
}
.wrap___17CUR > aside .li___1EGtk .img___3IerY {
position: relative;
margin-bottom: 13px;
}
.wrap___17CUR > aside .li___1EGtk .img___3IerY .big___16qCh {
position: absolute;
z-index: 10;
right: 10px;
top: 10px;
cursor: pointer;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 {
display: flex;
color: #6b758b;
font-size: 12px;
margin-bottom: 4px;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 span {
flex: 1 1;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 span:last-child {
color: #232b40;
}
.wrap___17CUR > aside .li___1EGtk:nth-child(4n + 1),
.wrap___17CUR > aside .li___1EGtk: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___uTq5a {
justify-content: center;
align-items: center;

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