autoUpdataFile

brain_cloud
eduauto 2 years ago
parent 164a0368f4
commit a0111839a8

File diff suppressed because one or more lines are too long

@ -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(245, 176, 235, 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(25, 128, 12, 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(245, 176, 235, 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(25, 128, 12, 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(245, 176, 235, 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(25, 128, 12, 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(245, 176, 235, 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(25, 128, 12, 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(245, 176, 235, 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(25, 128, 12, 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(255, 254, 40, 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(107, 195, 47, 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(255, 254, 40, 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(107, 195, 47, 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(255, 254, 40, 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(107, 195, 47, 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(255, 254, 40, 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(107, 195, 47, 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(255, 254, 40, 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(255, 254, 40, 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(107, 195, 47, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 195, 47, 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;}
@ -1457,9 +1457,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: #eb2f96;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #ffadd2;}
.ant-tag-pink {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #ffadd2;}
.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: #fff1f0;border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
@ -1479,9 +1479,9 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
.ant-tag-blue {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue {color: #2f54eb;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;}
.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{modal-close-color}", 2)`);border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}

@ -127,6 +127,6 @@
<script src="/react/build/antdesign.10cb1592.async.js"></script>
<script src="/react/build/vendors.697ba2ec.async.js"></script>
<script src="/react/build/umi.2aff1aad.js"></script>
<script src="/react/build/umi.d2549a20.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -43,21 +43,22 @@
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -90,10 +91,10 @@
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -116,7 +117,7 @@
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

@ -221,21 +221,22 @@
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -268,10 +269,10 @@
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -294,7 +295,7 @@
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -67,21 +67,22 @@
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -114,10 +115,10 @@
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -140,7 +141,7 @@
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -495,21 +495,22 @@
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -542,10 +543,10 @@
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -568,7 +569,7 @@
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

@ -2796,21 +2796,22 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -2843,10 +2844,10 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -2869,7 +2870,7 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -43,21 +43,22 @@
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 26px;
color: #fff;
margin: 0 15px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
color: #5299e1;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
margin-left: 0;
margin-right: 22px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 44px;
height: 43px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -90,10 +91,10 @@
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
margin-left: 12px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
transform: scale(0.7);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
@ -116,7 +117,7 @@
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
color: #5299e1;
}
.logo___R8PNJ {
height: 36px;

File diff suppressed because one or more lines are too long

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