dev_ksxt_anhuicaijing
linlu 3 years ago
parent f5f62ef616
commit e4368abc74

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(190, 160, 38, 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(64, 75, 147, 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(190, 160, 38, 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(64, 75, 147, 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(190, 160, 38, 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(64, 75, 147, 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(190, 160, 38, 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(64, 75, 147, 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(190, 160, 38, 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(64, 75, 147, 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(90, 162, 17, 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(193, 62, 80, 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(90, 162, 17, 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(193, 62, 80, 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(90, 162, 17, 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(193, 62, 80, 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(90, 162, 17, 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(193, 62, 80, 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(90, 162, 17, 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(90, 162, 17, 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(193, 62, 80, 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(193, 62, 80, 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;}

@ -127,6 +127,6 @@
<script src="/react/build/antdesign.c8bf36bb.async.js"></script>
<script src="/react/build/vendors.69e56c19.async.js"></script>
<script src="/react/build/umi.38b3f9df.js"></script>
<script src="/react/build/umi.a4dded2a.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

@ -27,9 +27,8 @@
box-orient: block-axis;
}
.header___1E4MV {
background-color: #8a3098;
background-image: linear-gradient(to right, #8e2e94, #4640d2);
height: 103px;
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
@ -41,7 +40,6 @@
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
margin-top: 15px;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
@ -49,6 +47,9 @@
margin: 0 16px;
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;
}
@ -56,7 +57,9 @@
display: inline-block;
width: 150px;
margin-right: 46px;
margin-top: -15px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -101,8 +104,8 @@
left: -15px;
display: none;
background-color: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 4px;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}

File diff suppressed because one or more lines are too long

@ -27,9 +27,8 @@
box-orient: block-axis;
}
.header___1E4MV {
background-color: #8a3098;
background-image: linear-gradient(to right, #8e2e94, #4640d2);
height: 103px;
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
@ -41,7 +40,6 @@
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
margin-top: 15px;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
@ -49,6 +47,9 @@
margin: 0 16px;
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;
}
@ -56,7 +57,9 @@
display: inline-block;
width: 150px;
margin-right: 46px;
margin-top: -15px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -101,8 +104,8 @@
left: -15px;
display: none;
background-color: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 4px;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}

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

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

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

@ -479,9 +479,8 @@
box-orient: block-axis;
}
.header___1E4MV {
background-color: #8a3098;
background-image: linear-gradient(to right, #8e2e94, #4640d2);
height: 103px;
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
@ -493,7 +492,6 @@
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
margin-top: 15px;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
@ -501,6 +499,9 @@
margin: 0 16px;
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;
}
@ -508,7 +509,9 @@
display: inline-block;
width: 150px;
margin-right: 46px;
margin-top: -15px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -553,8 +556,8 @@
left: -15px;
display: none;
background-color: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 4px;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}

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

@ -2780,9 +2780,8 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
box-orient: block-axis;
}
.header___1E4MV {
background-color: #8a3098;
background-image: linear-gradient(to right, #8e2e94, #4640d2);
height: 103px;
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
@ -2794,7 +2793,6 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
margin-top: 15px;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
@ -2802,6 +2800,9 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
margin: 0 16px;
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;
}
@ -2809,7 +2810,9 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
display: inline-block;
width: 150px;
margin-right: 46px;
margin-top: -15px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -2854,8 +2857,8 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
left: -15px;
display: none;
background-color: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 4px;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}

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

@ -27,9 +27,8 @@
box-orient: block-axis;
}
.header___1E4MV {
background-color: #8a3098;
background-image: linear-gradient(to right, #8e2e94, #4640d2);
height: 103px;
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
@ -41,7 +40,6 @@
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
margin-top: 15px;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
@ -49,6 +47,9 @@
margin: 0 16px;
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;
}
@ -56,7 +57,9 @@
display: inline-block;
width: 150px;
margin-right: 46px;
margin-top: -15px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
@ -101,8 +104,8 @@
left: -15px;
display: none;
background-color: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 4px;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save