Auto Submit

dev_local_v7_znrgzn
autosubmit 3 years ago
parent 6982cf835e
commit 65485812de

File diff suppressed because one or more lines are too long

@ -84,11 +84,11 @@ html {--antd-wave-shadow-color: @primary-color;}
.zoom-right-enter, .zoom-right-appear {animation-fill-mode: both;}
.zoom-right-leave {animation-fill-mode: both;}
.ant-alert {color: @text-color;border-radius: 2px;}
.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 4)`);}
.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 3)`);}
.ant-alert-success .ant-alert-icon {color: @success-color;}
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
.ant-alert-info .ant-alert-icon {color: @primary-color;}
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
.ant-alert-warning {background-color: color(~`colorPalette("@{modal-header-bg}", 2)`);border: 1px solid color(~`colorPalette("@{modal-header-bg}", 1)`);}
.ant-alert-warning .ant-alert-icon {color: @warning-color;}
.ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
.ant-alert-error .ant-alert-icon {color: @error-color;}
@ -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(220, 33, 6, 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(241, 249, 146, 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(220, 33, 6, 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(241, 249, 146, 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(220, 33, 6, 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(241, 249, 146, 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(220, 33, 6, 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(241, 249, 146, 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(220, 33, 6, 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(241, 249, 146, 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(85, 64, 172, 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(201, 177, 164, 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(85, 64, 172, 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(201, 177, 164, 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(85, 64, 172, 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(201, 177, 164, 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(85, 64, 172, 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(201, 177, 164, 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(85, 64, 172, 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(85, 64, 172, 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(201, 177, 164, 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(201, 177, 164, 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: #fff0f6;border-color: #ffadd2;}
.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{disabled-color}", 1)`);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;}

@ -127,6 +127,6 @@
<script src="/react/build/antdesign.fee813ea.async.js"></script>
<script src="/react/build/vendors.767eb498.async.js"></script>
<script src="/react/build/umi.0f9dd151.js"></script>
<script src="/react/build/umi.1902b014.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

@ -27,7 +27,8 @@
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -69,9 +70,8 @@
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -171,7 +171,7 @@
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -310,7 +310,6 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

File diff suppressed because one or more lines are too long

@ -445,7 +445,8 @@
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -487,9 +488,8 @@
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -589,7 +589,7 @@
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -728,7 +728,6 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -51,7 +51,8 @@
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -93,9 +94,8 @@
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -195,7 +195,7 @@
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -334,7 +334,6 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

@ -114,10 +114,7 @@
.body___3omB_ .bot___2ln-j {
overflow: hidden;
height: 1000px;
width: 1920px;
background: #f6f8ff;
position: relative;
padding: 0 360px;
}
.body___3omB_ .bot___2ln-j .botTop___rkjxT {
text-align: center;
@ -146,10 +143,9 @@
height: 513px;
}
.body___3omB_ .bot___2ln-j .botBot___df-_d {
position: absolute;
top: 240px;
z-index: 1;
width: 1200px;
margin-top: -465px;
}
.body___3omB_ .bot___2ln-j .botBot___df-_d .botItem___3GVLA {
width: 385px;

@ -117,7 +117,6 @@
}
.body___2g7An .bot___1NbxK {
overflow: hidden;
min-width: 1920px;
}
.body___2g7An .bot___1NbxK .content___3WufC {
display: flex;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -29,14 +29,19 @@
.bg___26iwl {
background: #eef1f9;
overflow: hidden;
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}
.bg___26iwl .top___2afyN {
margin: 0 auto;
width: 1920px;
height: 439px;
padding: 157px 0px 0px 360px;
padding-top: 157px;
background: url(./static/Banner.52e19ee4.jpg);
background-size: cover;
display: flex;
justify-content: center;
}
.bg___26iwl .top___2afyN .topTitle___yFmbi {
font-size: 30px;
@ -53,9 +58,8 @@
line-height: 32px;
}
.bg___26iwl .cent___2bbpu {
width: 1920px;
margin: 0 auto;
padding: 21px 360px 0px 360px;
width: 100%;
padding-top: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
@ -263,6 +267,26 @@
font-size: 16px;
line-height: 22px;
}
.bg___15ffx .Instances___2MQqD {
margin: 18px 0 20px 0;
display: flex;
flex-wrap: wrap;
}
.bg___15ffx .Instances___2MQqD .botText___7HYuh {
max-width: 350px;
margin: 0 20px 10px 0;
padding: 7px 52px;
background: #f6f8fc;
font-size: 14px;
font-weight: 400;
color: #a4a4a4;
line-height: 20px;
border-radius: 100px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -451,7 +475,7 @@
}
.bg___16e1J .cent___3Xr0E {
height: 400px;
margin: 21px 0 71px 0;
margin: 21px 0 0 0;
display: flex;
overflow: hidden;
border-radius: 6px;
@ -486,6 +510,26 @@
color: #666;
line-height: 22px;
}
.bg___16e1J .bot___37KZ7 {
margin: 18px 0 169px 0;
display: flex;
flex-wrap: wrap;
}
.bg___16e1J .bot___37KZ7 .botText___Tk3IN {
max-width: 350px;
margin: 0 20px 10px 0;
padding: 7px 52px;
background: #f6f8fc;
font-size: 14px;
font-weight: 400;
color: #a4a4a4;
line-height: 20px;
border-radius: 100px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -787,7 +831,7 @@
margin-left: 20px;
}
.bg___3QvYI .cent___1yb9P {
margin: 21px 0 71px 0;
margin: 21px 0 0 0;
display: flex;
height: 400px;
width: 100%;
@ -822,6 +866,26 @@
background: #0000cc;
border-radius: 6px;
}
.bg___3QvYI .bot___EcI9T {
margin: 18px 0 169px 0;
display: flex;
flex-wrap: wrap;
}
.bg___3QvYI .bot___EcI9T .botText___3w1fw {
max-width: 350px;
margin: 0 20px 10px 0;
padding: 7px 52px;
background: #f6f8fc;
font-size: 14px;
font-weight: 400;
color: #a4a4a4;
line-height: 20px;
border-radius: 100px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

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

@ -1313,7 +1313,8 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -1355,9 +1356,8 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -1457,7 +1457,7 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -1596,7 +1596,6 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

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

@ -1356,7 +1356,8 @@
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -1398,9 +1399,8 @@
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -1500,7 +1500,7 @@
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -1639,7 +1639,6 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

@ -507,7 +507,8 @@
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -549,9 +550,8 @@
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -651,7 +651,7 @@
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -790,7 +790,6 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

File diff suppressed because one or more lines are too long

@ -2797,7 +2797,8 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
display: flex;
justify-content: center;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
@ -2839,9 +2840,8 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
.header___1E4MV .edumenu___MTari {
display: flex;
width: 100%;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
@ -2941,7 +2941,7 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
.header-iearning___2Us_L .edumenu___MTari {
display: flex;
width: 100%;
padding: 0 20px;
@ -3080,7 +3080,6 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-right: 360px;
align-items: center;
position: relative;
}

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
Loading…
Cancel
Save