Auto Submit

dev_local_v9_xiangtandaxue
autosubmit 3 years ago
parent 2f3193ba91
commit 225393b22f

@ -84,7 +84,7 @@ 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}", 3)`);}
.ant-alert-success {background-color: color(~`colorPalette("@{modal-header-bg}", 4)`);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;}
@ -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(21, 57, 7, 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(218, 253, 136, 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(21, 57, 7, 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(218, 253, 136, 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(21, 57, 7, 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(218, 253, 136, 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(21, 57, 7, 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(218, 253, 136, 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(21, 57, 7, 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(218, 253, 136, 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(24, 206, 101, 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(59, 76, 251, 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(24, 206, 101, 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(59, 76, 251, 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(24, 206, 101, 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(59, 76, 251, 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(24, 206, 101, 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(59, 76, 251, 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(24, 206, 101, 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(24, 206, 101, 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(59, 76, 251, 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(59, 76, 251, 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;}
@ -1481,7 +1481,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;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("@{heading-color}", 1)`);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;}

@ -130,6 +130,6 @@
<script src="/react/build/antdesign.77aed6dc.async.js"></script>
<script src="/react/build/vendors.d15db150.async.js"></script>
<script src="/react/build/umi.4f232c0e.js"></script>
<script src="/react/build/umi.300acb7c.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

@ -32,7 +32,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -83,7 +83,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -94,19 +94,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -264,10 +264,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
@ -497,255 +497,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___tGua6 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___sLRzb {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3RJH- {
align-items: center;
box-align: center;
}
.flex_box_center_end___2FaoL {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column____9_T2 {
flex-direction: column;
box-orient: block-axis;
}
.footer___3QRzm {
background: #333 !important;
text-align: center;
color: #999;
}
.footer___3QRzm a {
color: #999;
font-size: 14px;
}
.footer___3QRzm .fastLink___MJhMZ {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #47494d;
}
.footer___3QRzm .fastLink___MJhMZ a {
color: #999;
font-size: 14px;
padding: 0 10px;
}
.footer___3QRzm .cooperation___208jm {
margin-top: 15px;
}
.footer___3QRzm .copyright___27kZ0 {
margin-top: 10px;
}
.footer___3QRzm [class~='inline'] {
width: auto;
display: inline-block;
}
.footer___3QRzm [class~='footer_con-p'] {
color: #898989;
margin-top: 10px;
}
.footer___3QRzm [class~='lineh-30'] {
line-height: 30px;
}
.footer___3QRzm [class~='font-14'] {
font-size: 14px;
}
.footer___3QRzm [class~='font-15'] {
font-size: 15px;
}
.footer___3QRzm [class~='fl'] {
float: left;
}
.footer___3QRzm [class~='list'] {
display: flex;
flex-direction: column;
align-items: baseline;
}
.footer___3QRzm [class~='list'] b {
font-size: 16px;
font-weight: 500;
color: #ffffff;
margin-top: 33px;
margin-bottom: 4px;
}
.footer___3QRzm [class~='list'] a {
font-size: 14px;
color: #b1bacd;
margin-top: 16px;
cursor: not-allowed;
}
.footer___3QRzm [class~='list'] a[target='_blank'] {
cursor: pointer;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___VTqUm {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3f-Ja {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___u4Jjr {
align-items: center;
box-align: center;
}
.flex_box_center_end___1QKJE {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___1OBJc {
flex-direction: column;
box-orient: block-axis;
}
.newFooter___UNzWw {
padding: 90px 20px;
display: flex;
justify-content: center;
align-items: flex-start;
background: #242424;
min-width: 1200px;
}
.newFooter___UNzWw .module-list {
width: 200px;
}
.newFooter___UNzWw .module-list .title {
font-size: 16px;
color: #dddddd;
margin-bottom: 20px;
font-weight: 400;
}
.newFooter___UNzWw .module-list a {
display: block;
color: #bbb;
line-height: 34px;
font-weight: 300;
}
.newFooter___UNzWw .module-list a:hover {
color: #fff;
}
.newFooter___UNzWw .module-introduce {
display: flex;
flex-direction: column;
align-items: center;
width: 290px;
margin-top: -12px;
}
.newFooter___UNzWw .module-introduce p {
font-size: 12px;
color: #bbb;
line-height: 32px;
margin-top: 12px;
font-weight: 300;
text-align: justify;
}
.newFooter___UNzWw .module-introduce ul {
display: flex;
justify-content: space-around;
padding: 0;
margin-top: 20px;
}
.newFooter___UNzWw .module-introduce ul li {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.newFooter___UNzWw .module-introduce ul li span {
font-size: 12px;
color: #bbb;
padding-top: 10px;
}
.newFooter___UNzWw .module-introduce ul li:first-child {
margin-right: 50px;
}
.newFooter___UNzWw .module-introduce ul li:last-child img {
cursor: pointer;
}
.newFooter___UNzWw .module-introduce ul li:last-child img:hover + span {
color: #fff;
}
.newFooter___UNzWw .module-introduce ul li:last-child span {
cursor: pointer;
}
.newFooter___UNzWw .module-introduce ul li:last-child span:hover {
color: #fff;
}
.newFooter___UNzWw .module-introduce ol {
margin-top: 16px;
display: flex;
justify-content: space-around;
padding: 0;
height: 108px;
}
.newFooter___UNzWw .module-introduce ol li {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.newFooter___UNzWw .module-introduce ol li a {
font-size: 14px;
color: #bbb;
margin-top: 20px;
}
.newFooter___UNzWw .module-introduce ol li a:hover {
color: #fff;
}
.newFooter___UNzWw .module-introduce ol li:nth-child(2) {
margin: 0 54px;
}
.newFooter___UNzWw .module-introduce .footer-line {
width: 310px;
height: 1px;
background-color: #3e4042;
margin: 32px 0;
}
.newFooter___UNzWw .module-introduce section {
width: 100%;
height: 115px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
font-size: 14px;
color: #bbb;
font-weight: 300;
}
.newFooter___UNzWw .module-introduce section img {
margin-top: -2px;
margin-right: 10px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.modalityModal___wjui6 {
background: rgba(51, 51, 51, 0.5);
position: fixed;
@ -823,101 +574,3 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.bgWrapper___2-Jpd {
position: absolute;
width: 100vw;
}
.bgWrapper___2-Jpd .imgWrapper___20ue4 {
width: 100%;
}
.bgWrapper___2-Jpd .showArea___2zDUv {
position: absolute;
bottom: -8.958vw;
left: 50%;
transform: translateX(-50%);
width: 1400px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
background: linear-gradient(180deg, #f2f6fb 0%, #ffffff 100%);
box-shadow: 0px 9px 21px 0px #eaf1fa;
border-radius: 8px;
border: 3px solid;
border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0)) 3 3;
}
.bgWrapper___2-Jpd .showArea___2zDUv div[class~='item'] {
padding-left: 100px;
padding-top: 52px;
display: flex;
align-items: center;
}
.bgWrapper___2-Jpd .showArea___2zDUv div[class~='item'] .showContent___2K3Mm {
display: flex;
flex-direction: column;
}
.bgWrapper___2-Jpd .showArea___2zDUv div[class~='item'] .showContent___2K3Mm h1 {
width: 115px;
height: 34px;
font-size: 34px;
font-weight: 600;
color: #333333;
line-height: 34px;
}
.bgWrapper___2-Jpd .showArea___2zDUv div[class~='item'] .showContent___2K3Mm h5 {
width: 72px;
height: 12px;
font-size: 12px;
font-weight: 400;
color: #666666;
line-height: 12px;
}
.bgWrapperNew___kMW5G .imgWrapper___20ue4 {
width: 100%;
margin-top: -72px;
visibility: hidden;
}
.bgWrapperNew___kMW5G .showArea___2zDUv {
margin: 0 auto;
margin-top: -68px;
width: 1400px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
background: linear-gradient(180deg, #f2f6fb 0%, #ffffff 100%);
box-shadow: 0px 9px 21px 0px #eaf1fa;
border-radius: 8px;
border: 3px solid;
border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0)) 3 3;
}
.bgWrapperNew___kMW5G .showArea___2zDUv div[class~='item'] {
padding-left: 100px;
padding-top: 52px;
display: flex;
align-items: center;
}
.bgWrapperNew___kMW5G .showArea___2zDUv div[class~='item'] .showContent___2K3Mm {
display: flex;
flex-direction: column;
}
.bgWrapperNew___kMW5G .showArea___2zDUv div[class~='item'] .showContent___2K3Mm h1 {
width: 115px;
height: 34px;
font-size: 34px;
white-space: nowrap;
font-weight: 600;
color: #333333;
line-height: 34px;
}
.bgWrapperNew___kMW5G .showArea___2zDUv div[class~='item'] .showContent___2K3Mm h5 {
width: 72px;
height: 12px;
font-size: 12px;
white-space: nowrap;
font-weight: 400;
color: #666666;
line-height: 12px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@ -237,7 +237,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -288,7 +288,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -299,19 +299,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -469,10 +469,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

File diff suppressed because one or more lines are too long

@ -56,7 +56,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -107,7 +107,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -118,19 +118,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -288,10 +288,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

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

@ -2610,7 +2610,7 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -2661,7 +2661,7 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -2672,19 +2672,19 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -2842,10 +2842,10 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -2643,7 +2643,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -2694,7 +2694,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -2705,19 +2705,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -2875,10 +2875,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

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

@ -1766,7 +1766,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -1817,7 +1817,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -1828,19 +1828,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -1998,10 +1998,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -4105,7 +4105,7 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -4156,7 +4156,7 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -4167,19 +4167,19 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -4337,10 +4337,10 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;

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

@ -32,7 +32,7 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: transparent !important;
background: #24292f;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -83,7 +83,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #38455e;
color: #ffffff;
display: inline-block;
position: relative;
}
@ -94,19 +94,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #38455e;
color: #c5c5c5;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #38455e;
background: #c5c5c5;
position: absolute;
bottom: 12px;
left: 0;
@ -264,10 +264,10 @@
border-left: none;
}
.search-input .ant-input-search-icon {
color: #202837;
color: #999;
}
.search-bar {
color: #202837;
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
@ -789,6 +789,53 @@
.mainSiteBanner___1otIi .subnavDetail___3vX3N ul {
padding-bottom: 0;
}
.dataView___2iIgz {
width: 100%;
background: #ffffff;
display: flex;
justify-content: center;
box-shadow: 0px 5px 16px 0px #f3f6ff, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
}
.dataView___2iIgz .showArea___1WYmE {
margin-top: 46px;
margin-bottom: 46px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 152px;
grid-row-gap: 57px;
}
.dataView___2iIgz .showArea___1WYmE div[class~='item'] {
display: flex;
align-items: center;
}
.dataView___2iIgz .showArea___1WYmE div[class~='item'] div[class~='imgWrapper'] {
width: 49px;
height: 49px;
background: #f4f8fa;
text-align: center;
line-height: 49px;
border-radius: 50%;
margin-right: 33px;
}
.dataView___2iIgz .showArea___1WYmE div[class~='item'] .showContent___3T0AH {
display: flex;
flex-direction: column;
}
.dataView___2iIgz .showArea___1WYmE div[class~='item'] .showContent___3T0AH h1 {
font-size: 26px;
white-space: nowrap;
font-weight: 600;
color: #333333;
line-height: 34px;
}
.dataView___2iIgz .showArea___1WYmE div[class~='item'] .showContent___3T0AH h5 {
font-size: 14px;
white-space: nowrap;
font-weight: 400;
color: #666666;
line-height: 12px;
}
.subnav___3Qh9i {
position: absolute;
left: 0;
@ -1132,9 +1179,6 @@
flex-direction: column;
box-orient: block-axis;
}
.mainSiteContent___3mapP {
background: #ffffff;
}
.mainSiteContent___3mapP .auto___217xO {
margin: 0 auto;
width: 1300px;
@ -1196,14 +1240,13 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB {
width: 384px;
flex-shrink: 0;
padding-top: 80px;
padding-left: 119px;
color: #ffffff;
padding-top: 42px;
padding-left: 50px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB h3 {
font-size: 18px;
color: #34495e;
margin-bottom: 16px;
color: inherit;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB p {
display: flex;
@ -1215,6 +1258,7 @@
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB p span {
font-size: 16px;
color: #667a8d;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB .btns___1GDWA {
width: 100%;
@ -1372,11 +1416,12 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .teachingTool___1xxbz {
margin: 0 auto;
width: 1300px;
padding-top: 55px;
padding-top: 80px;
padding-bottom: 80px;
padding-left: 161px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .teachingTool___1xxbz h2 {
font-size: 30px;
@ -1495,6 +1540,7 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 {
margin: 0 auto;
width: 1300px;
padding-top: 80px;
padding-bottom: 120px;
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

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