Auto Submit

dev_local_v7_chongqingwenlixueyuan
autosubmit 3 years ago
parent 42e363fbe5
commit 2ff68e203f

@ -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(66, 22, 37, 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(75, 75, 3, 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(66, 22, 37, 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(75, 75, 3, 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(66, 22, 37, 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(75, 75, 3, 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(66, 22, 37, 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(75, 75, 3, 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(66, 22, 37, 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(75, 75, 3, 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(172, 228, 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(231, 80, 75, 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(172, 228, 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(231, 80, 75, 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(172, 228, 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(231, 80, 75, 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(172, 228, 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(231, 80, 75, 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(172, 228, 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(172, 228, 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(231, 80, 75, 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(231, 80, 75, 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;}

@ -85,7 +85,7 @@
window.location.replace("/upgrade-browser.html");
}
</script>
<link rel="stylesheet" href="/react/build/antdesign.b2cd8158.chunk.css" />
<link rel="stylesheet" href="/react/build/antdesign.c3706b1a.chunk.css" />
<link rel="stylesheet" href="/react/build/umi.6b27a7b3.css" />
<script>
window.routerBase = "/";
@ -149,6 +149,6 @@
<script src="/react/build/antdesign.08fed27f.async.js"></script>
<script src="/react/build/vendors.81e09723.async.js"></script>
<script src="/react/build/umi.cee8a4e6.js"></script>
<script src="/react/build/umi.db1e3ae2.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

@ -32,11 +32,12 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -87,7 +88,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -98,19 +99,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -251,6 +252,11 @@
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -286,120 +292,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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,11 +32,12 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -87,7 +88,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -98,19 +99,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -251,6 +252,11 @@
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -286,120 +292,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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

@ -2610,11 +2610,12 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -2665,7 +2666,7 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -2676,19 +2677,19 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -2829,6 +2830,11 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -2864,120 +2870,6 @@ ul.menu___1KAyS [class~='ant-dropdown-menu-item-active'] {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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

@ -2643,11 +2643,12 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -2698,7 +2699,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -2709,19 +2710,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -2862,6 +2863,11 @@
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -2897,120 +2903,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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

@ -53,48 +53,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.item___f8_p4 {
margin-top: 14px;
}
.item___f8_p4 > [class~='ant-col'] > div {
margin: 10px;
height: 140px;
background: #edf7ff;
border-radius: 20px;
cursor: pointer;
}
.item___f8_p4 > [class~='ant-col'] [class^='icon-'] {
color: #0152d9;
font-size: 46px;
margin-bottom: 22px;
display: inline-block;
}
.item___f8_p4 .active___1xmU6 > div {
background: #7ab9ff;
border-color: #0152d9;
}
.item___f8_p4 .active___1xmU6 > div [class^='icon-'] {
color: #fff;
}
.item___f8_p4 .active___1xmU6 > div * {
color: #fff;
}
.hb100___H7msQ {
height: 100%;
}
.img___hg2gk img {
width: 200px;
max-height: 120px;
border-radius: 10px;
}
.step2___3Fn-W [class~='ant-checkbox-inner'] {
width: 22px;
height: 22px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1oKEk {
justify-content: center;
align-items: center;

File diff suppressed because one or more lines are too long

@ -1766,11 +1766,12 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -1821,7 +1822,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -1832,19 +1833,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -1985,6 +1986,11 @@
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -2020,120 +2026,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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

@ -4105,11 +4105,12 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -4160,7 +4161,7 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -4171,19 +4172,19 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -4324,6 +4325,11 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -4359,120 +4365,6 @@ ul.menu___3Tf01 [class~='ant-dropdown-menu-item-active'] {
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;

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,11 +32,12 @@
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
height: 72px;
background: #24292f;
background: #FFFFFF;
position: relative;
}
.header___1E4MV [class~='ant-layout-header'] [class~='timeShow'] {
color: #fff;
color: #25506B;
margin-left: auto;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
@ -87,7 +88,7 @@
}
.header___1E4MV .menu___Km2Uo li .name___1Odvx span {
font-size: 16px;
color: #ffffff;
color: #25506B;
display: inline-block;
position: relative;
}
@ -98,19 +99,19 @@
color: #979797;
}
.header___1E4MV .menu___Km2Uo li:hover .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li:hover .dropDown___3Phxo {
display: block;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span {
color: #c5c5c5;
color: #0072E9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 .name___1Odvx span::after {
content: '';
width: 100%;
height: 2px;
background: #c5c5c5;
background: #0072E9;
position: absolute;
bottom: 12px;
left: 0;
@ -251,6 +252,11 @@
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.logo_style___3Gfgr {
width: 132px;
height: 40px;
margin-right: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -286,120 +292,6 @@
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3p8A0 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2wMwo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2fKhV {
align-items: center;
box-align: center;
}
.flex_box_center_end___27Yk8 {
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___3Khbo {
flex-direction: column;
box-orient: block-axis;
}
.rightMenu___20Eel {
text-align: center;
}
.rightMenu___20Eel li {
padding: 0 15px;
height: 35px;
line-height: 35px;
}
.rightMenu___20Eel li:hover {
background: #0152d9;
}
.rightMenu___20Eel li:hover a {
color: white;
}
.rightMenu___20Eel li a {
font-size: 14px;
margin: 0;
padding: 0;
}
.joinMenu___2blJt {
padding: 0 0;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp:empty + div .joinBoard___2XUXK {
display: none;
}
.joinCol___3o5gp:empty ~ .rightMenu___20Eel {
width: 60px !important;
}
.rightMenu___20Eel:has(.joinMenu___2blJt:empty) {
width: 120px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;
@ -1097,6 +989,10 @@
.mainSiteContent___3plRO .ContentWarp___12iL0 .orientation___3-coe .lf___2MsOh .right___wZwwQ a:nth-of-type(even) {
margin-right: 0;
}
.img_style___3u8Hs {
height: 100%;
width: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@ -1180,9 +1076,6 @@
flex-direction: column;
box-orient: block-axis;
}
.mainSiteContent___3mapP {
background-color: #fff;
}
.mainSiteContent___3mapP .auto___217xO {
margin: 0 auto;
width: 1200px;
@ -1194,7 +1087,7 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz {
margin: 0 auto;
width: 1200px;
padding-top: 120px;
padding-top: 80px;
padding-bottom: 90px;
display: flex;
flex-direction: column;
@ -1246,7 +1139,7 @@
flex-direction: column;
width: 384px;
flex-shrink: 0;
padding-top: 141px;
padding-top: 42px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB h3 {
font-size: 18px;
@ -1257,7 +1150,6 @@
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 41px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .left___1ibOB p img {
margin-right: 10px;
@ -1311,7 +1203,7 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .right___ihbPk {
width: 915px;
position: relative;
margin-top: 80px;
margin-top: 41px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .right___ihbPk img {
width: 100%;
@ -1319,18 +1211,17 @@
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .right___ihbPk video {
position: absolute;
z-index: 4;
left: 91px;
top: 35px;
width: 652px;
height: 310px;
left: 102px;
top: 41px;
width: 730px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .operatingEnvironment___lXcRz .tabContent___1Ysut .right___ihbPk .videoMask___3YK0r {
position: absolute;
z-index: 6;
left: 91px;
top: 35px;
width: 652px;
height: 310px;
left: 102px;
top: 41px;
width: 730px;
height: 343px;
border: 2px solid #fff;
pointer-events: none;
}
@ -1539,22 +1430,33 @@
color: #6d7278;
line-height: 6px;
}
.mainSiteContent___3mapP .iconWrapper___1_c1e {
.mainSiteContent___3mapP .ContentWarp___5XZL3 {
width: 100%;
height: auto;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 {
margin: 0 auto;
width: 1200px;
padding-top: 80px;
padding-bottom: 120px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding-top: 16px;
}
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .iconWrapper___1_c1e {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px;
}
.mainSiteContent___3mapP .iconWrapper___1_c1e .tuijianWrapper___1QpBb {
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .iconWrapper___1_c1e .tuijianWrapper___1QpBb {
display: flex;
align-items: center;
}
.mainSiteContent___3mapP .iconWrapper___1_c1e .tuijianWrapper___1QpBb img {
width: 21px;
height: 14px;
margin-right: 10px;
}
.mainSiteContent___3mapP .iconWrapper___1_c1e .tuijianWrapper___1QpBb .tuijinaspan___kxcEM {
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .iconWrapper___1_c1e .tuijianWrapper___1QpBb .tuijinaspan___kxcEM {
margin-left: -15px;
width: 80px;
height: 28px;
font-size: 20px;
@ -1563,105 +1465,65 @@
line-height: 28px;
white-space: nowrap;
}
.mainSiteContent___3mapP .btn_css___16v0b {
height: 44px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 400;
color: #ffffff;
background: #2f78ef;
box-shadow: 0px 2px 4px 0px #e0dfe1;
border-radius: 22px;
margin-top: 80px;
cursor: pointer;
}
.mainSiteContent___3mapP .sf_warp___3gqPv {
display: flex;
justify-content: space-between;
width: 100%;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 h2 {
font-size: 24px;
font-weight: 500;
color: #34495e;
margin-bottom: 5px;
}
.mainSiteContent___3mapP .sf_warp___3gqPv .sf_item_title___39v4l {
width: auto;
height: 25px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 h5 {
height: 18px;
font-size: 18px;
font-weight: 600;
color: #34495e;
line-height: 25px;
margin-bottom: 19px;
font-weight: 200;
color: #686f9a;
margin-bottom: 80px;
}
.mainSiteContent___3mapP .sf_warp___3gqPv .sf_item_text___1Kvyu {
width: auto;
height: 19px;
font-size: 14px;
color: #34495e;
line-height: 19px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.mainSiteContent___3mapP .sf_warp___3gqPv .btn_css___16v0b {
width: 112px;
height: 44px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .p1___3zXtk {
font-size: 26px;
font-weight: 500;
color: #667a8d;
margin-bottom: 6px;
}
.mainSiteContent___3mapP .sf_img___1A5sn {
width: 400px;
height: 400px;
background: url(./static/shuanfa.3659772a.png) no-repeat;
background-size: 100% 100%;
margin-top: 49px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .p1___3zXtk span {
color: #335eea;
}
.mainSiteContent___3mapP .xmtg_img___EPXxf {
width: 380px;
height: 380px;
background: url(./static/tuoguan.f9809446.png) no-repeat;
background-size: 100% 100%;
margin-top: 51px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .p2___1omDW {
font-size: 20px;
font-weight: 400;
color: #546a7f;
}
.mainSiteContent___3mapP .xmtg_item___1unAv {
width: 580px;
height: 143px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #dcedff 100%);
border-radius: 4px;
display: flex;
align-items: center;
margin-top: 30px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .img1___2kZ76 {
margin-top: 81px;
}
.mainSiteContent___3mapP .xmtg_item___1unAv img {
width: 62px;
height: 63px;
margin: 0 81px 0 99px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .img1___2kZ76 img {
margin-right: 42px;
}
.mainSiteContent___3mapP .kygl_img___2Dhqy {
width: 369px;
height: 369px;
background: url(./static/keyan.9c2dec2d.png) no-repeat;
background-size: 100% 100%;
margin-top: 67px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .img2___iJffk {
margin-top: 54px;
}
.mainSiteContent___3mapP .footer___zoFIb {
width: 100%;
height: 286px;
background: #242424;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .img2___iJffk img {
margin-right: 45px;
}
.mainSiteContent___3mapP .footer___zoFIb .footer_info___1oAAD,
.mainSiteContent___3mapP .footer___zoFIb .footer_img___2V7ur,
.mainSiteContent___3mapP .footer___zoFIb .footer_name___3AvJj {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: center;
font-size: 14px;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .btn___2qiRc {
width: 137px;
height: 40px;
background: #377dff;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
line-height: 40px;
cursor: pointer;
text-align: center;
margin-top: 88px;
}
.mainSiteContent___3mapP .footer___zoFIb .footer_info___1oAAD {
padding-top: 60px;
}
.mainSiteContent___3mapP .footer___zoFIb .footer_name___3AvJj {
padding: 20px 0 34px 0;
}
.mainSiteContent___3mapP .footer___zoFIb .footer_img___2V7ur img {
width: 56px;
height: 68px;
margin: 0 auto;
.mainSiteContent___3mapP .ContentWarp___5XZL3 .school___1PUs6 .bigDes___2akl6 .btn___2qiRc:hover {
box-shadow: 0px 2px 10px 0px rgba(87, 108, 227, 0.5);
}
.customModel___1O9e3 .formWrap___3-nPZ {
padding: 20px 0 20px 20px;
@ -1702,6 +1564,184 @@
border: 0;
width: 918px;
}
.shiyan_title_ch___1w9AE {
width: 96px;
height: 20px;
font-size: 20px;
font-weight: 600;
color: #25506B;
line-height: 20px;
letter-spacing: 4px;
text-align: center;
margin: 70px auto 10px auto;
}
.shiyan_title_zh___2Zq_l {
width: 115px;
height: 16px;
font-size: 16px;
font-weight: 400;
color: #25506B;
line-height: 16px;
margin: 0px auto 60px auto;
}
.shiyan_center___3gZwQ {
margin: 0 auto;
width: 1200px;
}
.platform___Heq63 {
width: 100%;
margin-top: 80px;
background: url(./static/pingtai_bg.5a30bcaf.png);
background-size: 100% 100%;
padding-bottom: 80px;
}
.platform___Heq63 .platform_title___3dLrM {
text-align: center;
width: 100%;
padding-top: 60px;
}
.platform___Heq63 .platform_title___3dLrM .platform_title_ch___3ZSWF {
height: 20px;
font-size: 20px;
font-weight: 600;
color: #25506B;
line-height: 20px;
}
.platform___Heq63 .platform_title___3dLrM .platform_title_zh___14y28 {
height: 16px;
font-size: 16px;
font-weight: 400;
color: #25506B;
line-height: 16px;
margin-top: 10px;
}
.platform___Heq63 .platform_content___25wMk {
width: 1208px;
margin: 50px auto 0px auto;
height: 400px;
position: relative;
}
.platform___Heq63 .platform_content___25wMk .platform_quxian___1bD_Q {
width: 100%;
height: 174px;
position: absolute;
bottom: 0;
}
.platform___Heq63 .platform_content___25wMk .platform_one___phFSU {
width: 224px;
height: 220px;
position: absolute;
left: 9px;
bottom: 90px;
background: url(./static/kuang.db9130d8.png);
background-size: 100% 100%;
}
.platform___Heq63 .platform_content___25wMk .platform_two___3Z1UF {
width: 224px;
height: 220px;
position: absolute;
left: 250px;
bottom: 174px;
background: url(./static/kuang.db9130d8.png);
background-size: 100% 100%;
}
.platform___Heq63 .platform_content___25wMk .platform_three___2YiXN {
width: 224px;
height: 220px;
position: absolute;
left: 490px;
bottom: 90px;
background: url(./static/kuang.db9130d8.png);
background-size: 100% 100%;
}
.platform___Heq63 .platform_content___25wMk .platform_four___26rG9 {
width: 224px;
height: 220px;
position: absolute;
left: 730px;
bottom: 174px;
background: url(./static/kuang.db9130d8.png);
background-size: 100% 100%;
}
.platform___Heq63 .platform_content___25wMk .platform_five___3J1E7 {
width: 224px;
height: 220px;
position: absolute;
left: 970px;
bottom: 90px;
background: url(./static/kuang.db9130d8.png);
background-size: 100% 100%;
}
.platform___Heq63 .platform_content___25wMk .platform_img___HEciQ {
width: 60px;
height: 60px;
margin: 40px 82px 20px 82px;
}
.platform___Heq63 .platform_content___25wMk .platform_text___2dGjJ {
width: 100%;
height: 16px;
font-size: 16px;
font-weight: 500;
color: #25506B;
line-height: 16px;
text-align: center;
}
.platform___Heq63 .platform_content___25wMk .platform_text___2dGjJ:hover {
color: #165DFF;
}
.shixun_footer___1byCe {
width: 100%;
height: 100px;
background: #292B48;
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
line-height: 100px;
text-align: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tilte___1Tz7i {
color: #333333;
font-size: 16px;
text-align: center;
}
.flexRow___3w9_D {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.flexColumn___2HzC_ {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footerWrap___12F5M {
display: flex;
justify-content: space-between;
}
.img___3ED9Z {
width: 40px;
height: 37px;
vertical-align: middle;
border-style: none;
}
.content___rqPDY {
font-size: 14px;
color: #979797;
margin-top: 15px;
}
.modalContent___2h4ne {
text-align: center;
margin-top: 10px;
color: #333333;
font-size: 16px;
}
/* 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

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