dev_local_v7_znrgzn
itfxl 3 years ago
parent 68bea2d9f6
commit 4cbbdeea47

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(192, 118, 147, 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(178, 231, 198, 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(192, 118, 147, 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(178, 231, 198, 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(192, 118, 147, 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(178, 231, 198, 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(192, 118, 147, 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(178, 231, 198, 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(192, 118, 147, 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(178, 231, 198, 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(194, 251, 134, 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(149, 198, 99, 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(194, 251, 134, 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(149, 198, 99, 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(194, 251, 134, 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(149, 198, 99, 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(194, 251, 134, 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(149, 198, 99, 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(194, 251, 134, 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(194, 251, 134, 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(149, 198, 99, 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(149, 198, 99, 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.327d013c.async.js"></script>
<script src="/react/build/vendors.275df6c8.async.js"></script>
<script src="/react/build/umi.e606a2ca.js"></script>
<script src="/react/build/umi.d8395e66.js"></script>
</body>
</html>

@ -38,7 +38,7 @@
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-motion/es/index.js (<- Module is referenced from these modules with unsupported syntax: ./node_modules/antd/lib/button/LoadingIcon.js (referenced with cjs require)) */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-select/es/TransBtn.js because of ./node_modules/rc-select/es/OptionList.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-select/es/interface/generator.js because of ./node_modules/rc-tree-select/es/TreeSelect.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-select/es/utils/commonUtil.js because of ./node_modules/rc-select/es/Select.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-select/es/utils/commonUtil.js because of ./node_modules/rc-select/es/utils/warningPropsUtil.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-select/es/utils/valueUtil.js because of ./node_modules/rc-select/es/Select.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-trigger/es/index.js */
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/KeyCode.js */

File diff suppressed because one or more lines are too long

@ -0,0 +1,839 @@
.login-panel-wrapper2 .ant-form-item-explain {
line-height: 2;
}
.login-panel-wrapper2 .ant-form-item {
margin-bottom: 20px;
}
.login-panel-wrapper2 .ant-form-item-with-help {
margin-bottom: 0;
}
.login-panel-wrapper2 [class~='ant-form-item-with-help'] {
margin-bottom: 5px;
}
.login-panel-wrapper2 [class~='ant-form-item-with-help'] [class~='ant-form-item-explain'] {
margin-top: 2px;
}
.login-panel-right-wrp {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background: #fafafa;
margin-left: 30px;
}
.res-error-values {
height: 50px;
background: #ffecec;
border-radius: 4px;
border: 1px solid #e02020;
color: #e02020;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 22px;
margin-bottom: 24px;
}
.res-error-values svg {
cursor: pointer;
}
.tabs[class~='ant-tabs'] {
margin-top: 25px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 11px;
}
.tabs[class~='ant-tabs'] [class~='ant-tabs-tab-btn'] {
font-size: 18px;
font-weight: bold;
}
.tabs[class~='ant-tabs'] [class~='ant-tabs-ink-bar'] {
width: 28px !important;
margin-left: 23px;
}
.tabs[class~='ant-tabs'] [class~='ant-tabs-nav']::before {
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.other-login___re0Nc {
text-align: center;
margin-top: 42px;
}
.other-login___re0Nc a {
display: inline-block;
}
.other-login___re0Nc a:nth-child(1) {
margin-right: 40px;
}
.btn-link___1uZTy {
display: block;
text-align: center;
}
.wechat-qrcode___14L6l {
height: 390px;
margin: 0 auto;
display: block;
transform: translate(0px, -37px);
}
.driver___1fhl_ {
text-align: center;
background-color: #dddddd;
height: 1px;
position: relative;
margin: 0 44px;
}
.driver___1fhl_ span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 0 17px;
background-color: #fafafa;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.login-panel-wrapper2___togLZ .ant-form-item-explain___ThRBE {
line-height: 2;
}
.login-panel-wrapper2___togLZ .ant-form-item___3IV6B {
margin-bottom: 20px;
}
.login-panel-wrapper2___togLZ .ant-form-item-with-help___tz-ky {
margin-bottom: 0;
}
.login-panel-wrapper2___togLZ [class~='ant-form-item-with-help'] {
margin-bottom: 5px;
}
.login-panel-wrapper2___togLZ [class~='ant-form-item-with-help'] [class~='ant-form-item-explain'] {
margin-top: 2px;
}
.login-panel-right-wrp___2GQ8_ {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background: #fafafa;
margin-left: 30px;
}
.res-error-values___2aGnb {
height: 50px;
background: #ffecec;
border-radius: 4px;
border: 1px solid #e02020;
color: #e02020;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 22px;
margin-bottom: 24px;
}
.res-error-values___2aGnb svg {
cursor: pointer;
}
.tabs___2wmM-[class~='ant-tabs'] {
margin-top: 25px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 11px;
}
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-tab-btn'] {
font-size: 18px;
font-weight: bold;
}
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-ink-bar'] {
width: 28px !important;
margin-left: 23px;
}
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-nav']::before {
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.popLogin___3dT1f input:-internal-autofill-previewed,
.popLogin___3dT1f input:-internal-autofill-selected {
transition: background-color 5000s ease-in-out 0s !important;
}
.popLogin___3dT1f .ant-modal-header {
height: 80px;
display: flex;
align-items: center;
padding-left: 25px;
border: 0;
}
.popLogin___3dT1f .ant-modal-body {
margin: 0;
padding: 0;
}
.popLogin___3dT1f .ant-modal-close-x {
width: 68px;
height: 72px;
font-size: 18px;
line-height: 72px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___aUVSV {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1ttC8 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1WXrE {
align-items: center;
box-align: center;
}
.flex_box_center_end___3sq2p {
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___1VsUB {
flex-direction: column;
box-orient: block-axis;
}
.close___1iTyc {
width: 32px;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #0152d9;
line-height: 16px;
cursor: pointer;
}
.body___1KUV2 {
font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 14px;
}
.body___1KUV2 .myIcon___3opFk {
font-size: 20px;
color: #ff6800;
box-shadow: 0px 0px 6px 0px rgba(255, 104, 0, 0.1);
}
.body___1KUV2 span {
color: #000;
}
.body___1KUV2 .allStyleSetting___VkMog {
margin-top: 30px;
}
.body___1KUV2 .allStyleSetting___VkMog .theme___iN-VG {
margin-top: 20px;
display: flex;
}
.body___1KUV2 .allStyleSetting___VkMog .theme___iN-VG .styleAll___1S3fw {
width: 50px;
height: 50px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
border-radius: 6px;
margin-right: 20px;
cursor: pointer;
overflow: hidden;
}
.body___1KUV2 .allStyleSetting___VkMog .theme___iN-VG .styleAllItem___2bTlF {
width: 30px;
height: 30px;
margin: 20px 0 0 20px;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
}
.body___1KUV2 .allStyleSetting___VkMog .theme___iN-VG .theme1___-lnuB {
background: #f1f1f1;
}
.body___1KUV2 .allStyleSetting___VkMog .theme___iN-VG .theme2___c8g4d {
background: #303e54;
}
.body___1KUV2 .allStyleSetting___VkMog .themeColor___2JTGB {
width: 100%;
margin-top: 20px;
margin-bottom: 5px;
}
.body___1KUV2 .allStyleSetting___VkMog .themeColor___2JTGB .styleAll___1S3fw {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 4px;
margin-right: 19px;
cursor: pointer;
position: relative;
}
.body___1KUV2 .allStyleSetting___VkMog .themeColor___2JTGB .styleAll___1S3fw .myIcon1___1QDwg {
font-size: 20px;
color: #fff;
position: absolute;
bottom: 4px;
right: 4px;
}
.body___1KUV2 .allStyleSetting___VkMog .fixDiv___23h-u {
width: 100%;
height: 120px;
background: #f5f5f5;
border-radius: 4px;
padding: 15px 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.body___1KUV2 .allStyleSetting___VkMog .fixDiv___23h-u .fixItem___VtUS6 {
display: flex;
justify-content: space-between;
}
.body___1KUV2 .allStyleSetting___VkMog .fixDiv___23h-u .fixItem___VtUS6 .span___1j0PW {
font-size: 14px;
font-weight: 400;
color: #333;
}
.body___1KUV2 .allStyleSetting___VkMog .styleNavs___DN-7D {
margin-top: 20px;
}
.body___1KUV2 .allStyleSetting___VkMog .styleNavs___DN-7D .styleNavItem___xKwj4 {
margin-bottom: 14px;
}
.body___1KUV2 .allStyleSetting___VkMog .styleNavs___DN-7D .styleNavItem___xKwj4 .span___1j0PW {
font-size: 12px;
font-weight: 500;
color: #999;
}
.body___1KUV2 .allStyleSetting___VkMog .styleNavs___DN-7D .styleNavItem___xKwj4 .img___3xSTi {
margin-top: 2px;
border-radius: 4px;
border: 2px solid rgba(255, 255, 255, 0);
cursor: pointer;
padding: 1px;
}
.body___1KUV2 .allStyleSetting___VkMog .styleNavs___DN-7D .styleNavItem___xKwj4 .imgActive___2dhEs {
border: 2px solid #0152d9;
}
.bodyDark___323F0 span {
color: #fff;
}
.bodyDark___323F0 div[class~='ant-drawer-content'] {
background: #141414;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___2cC1r {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___9TeDx {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3EIYv {
align-items: center;
box-align: center;
}
.flex_box_center_end___1Uph0 {
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___17_5w {
flex-direction: column;
box-orient: block-axis;
}
.header___1E4MV {
min-width: 1200px;
}
.header___1E4MV [class~='ant-layout-header'] {
padding: 0;
}
.header___1E4MV .logo___R8PNJ {
height: 36px;
}
.header___1E4MV .menu___Km2Uo {
margin: 0;
padding: 0;
margin-left: 30px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.header___1E4MV .menu___Km2Uo li {
margin-right: 30px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.header___1E4MV .menu___Km2Uo li:hover a {
color: #828383;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 a {
color: #0152d9;
}
.header___1E4MV .menu___Km2Uo li.actived___12Ff0::after {
content: '';
width: 18px;
height: 2px;
background-color: #0152d9;
position: absolute;
bottom: 14px;
left: 0;
}
.header___1E4MV .menu___Km2Uo li a {
color: #fff;
position: relative;
font-size: 16px;
}
.header___1E4MV .edu-menu___2hxbr {
display: flex;
width: 100%;
padding: 0 0 0 25px;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.header___1E4MV .newslight___jwZR3 {
width: 5px;
height: 5px;
border-radius: 5px;
position: absolute;
top: 0px;
left: 10px;
background: #fb3226;
}
.header___1E4MV .classromediv___Cjpgf {
animation: glow___3Nuu5 200ms ease-out infinite alternate;
}
@keyframes glow___3Nuu5 {
0% {
border-color: #00fff9;
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(0, 255, 249, 0.2);
width: 80px;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
border-color: #00fff9;
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(0, 255, 249, 0.2);
width: 80px;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.spandiv___3YPu8 {
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(0, 255, 249, 0.2);
width: 80px;
}
.header-iearning___2Us_L {
min-width: 1200px;
height: 60px;
width: 100%;
background-color: rgba(255, 255, 255, 0.8) !important;
box-shadow: 0px 2px 10px 0px rgb(136 136 2.72%);
position: fixed;
top: 0px;
left: 0px;
z-index: 1000;
}
.header-iearning___2Us_L [class~='ant-layout-header'] {
padding: 0;
height: 60px;
color: #000;
color: initial;
background: transparent;
}
.header-iearning___2Us_L .menu___Km2Uo {
margin: 0;
padding: 0;
margin-left: auto;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.header-iearning___2Us_L .menu___Km2Uo li {
margin-right: 30px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.header-iearning___2Us_L .menu___Km2Uo li:hover a {
color: #828383;
}
.header-iearning___2Us_L .menu___Km2Uo li.actived___12Ff0 a {
color: #196efd;
}
.header-iearning___2Us_L .menu___Km2Uo li.actived___12Ff0::after {
content: '';
width: 28px;
height: 4px;
background-color: #196efd;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.header-iearning___2Us_L .menu___Km2Uo li a {
color: #434d6c;
position: relative;
font-size: 16px;
}
.header-iearning___2Us_L .edu-menu___2hxbr {
display: flex;
width: 100%;
padding: 0 20px;
height: 60px;
min-width: 1200px;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.header-iearning___2Us_L .newslight___jwZR3 {
width: 5px;
height: 5px;
border-radius: 5px;
position: absolute;
top: 0px;
left: 10px;
background: #fb3226;
}
.header-iearning___2Us_L .classromediv___Cjpgf {
animation: glow___3Nuu5 200ms ease-out infinite alternate;
}
.header-iearning___2Us_L .title___3TtoH {
font-size: 18px;
font-weight: 600;
color: #196efd;
margin-left: 10px;
}
.headerFixed___1V7d4 {
position: fixed;
top: 0px;
z-index: 999;
width: 100%;
}
.headerFixed___1V7d4 + section {
padding-top: 60px;
}
@keyframes glow___3Nuu5 {
0% {
border-color: #00fff9;
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(0, 255, 249, 0.2);
width: 80px;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
border-color: #00fff9;
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(0, 255, 249, 0.2);
width: 80px;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.headerOne___2SKcg [class~='ant-layout-header'] {
background: #24292f;
}
.headerOne___2SKcg .menu___Km2Uo li.actived___12Ff0 a {
color: #ffffff;
}
.headerOne___2SKcg .menu___Km2Uo li.actived___12Ff0::after {
display: none;
}
.headerOne___2SKcg .menu___Km2Uo li a {
color: #dddddd;
}
.headerTwo___nxTFt [class~='ant-layout-header'] {
background: #ffffff;
box-shadow: 1px 1px 4px 0px #f1f1f1;
}
.headerTwo___nxTFt .menu___Km2Uo li.actived___12Ff0 a {
color: #000000;
font-weight: 600;
}
.headerTwo___nxTFt .menu___Km2Uo li.actived___12Ff0::after {
display: none;
}
.headerTwo___nxTFt .menu___Km2Uo li a {
color: #5f6367;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.search-input {
width: 300px !important;
background: #373e3f !important;
border: 1px solid #373e3f !important;
}
.search-input [class~='ant-input'] {
background: #373e3f !important;
color: #fff;
}
.search-input .ant-input-search-icon::before {
border-left: none;
}
.search-input .ant-input-search-icon {
color: #999;
}
.search-bar {
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
position: relative;
}
.search-bar a:hover {
color: #fff;
}
/* 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 */
.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 {
width: 120px;
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;
width: 240px;
}
.joinMenu___2blJt a {
color: #323232;
}
.joinBoard___2XUXK {
border: 1px solid #eee;
width: 1px;
height: 100%;
}
.joinCol___3o5gp {
width: 48%;
}
/* 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;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2nh9S {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2Neiq {
align-items: center;
box-align: center;
}
.flex_box_center_end___2_1FS {
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___2E-v7 {
flex-direction: column;
box-orient: block-axis;
}
.userPic___3Pu9t {
width: 34px;
height: 34px;
border-radius: 34px;
cursor: pointer;
}
.rightMenu___1qaVl {
text-align: center;
}
.rightMenu___1qaVl li {
padding: 7px 5px;
}
.rightMenu___1qaVl li:hover {
background: #0152d9;
}
.rightMenu___1qaVl li:hover a {
color: white;
}
.rightMenu___1qaVl li a {
font-size: 14px;
margin: 0;
}
.menuWrap___3r9jm li {
height: 35px;
}
.menuWrap___3r9jm li a {
margin: 0px;
color: #323232;
text-align: left;
padding: 0px 15px;
}
.exit___38Urs {
border-top: 1px solid #eeeeee;
}
.classromediv___2R8_g {
width: 60px;
height: 50px;
display: flex;
align-items: center;
border-radius: 50px;
cursor: pointer;
animation: glow___323IR 200ms ease-out infinite alternate;
}
@keyframes glow___323IR {
0% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.height67___1DFRI {
height: 67px;
}
.login___20J7t {
width: 90px;
height: 32px;
line-height: 32px;
text-align: center;
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
border-radius: 2px;
cursor: pointer;
font-size: 14px;
color: #ffffff;
}
.login___20J7t > span {
padding: 0 !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

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

@ -0,0 +1,508 @@
.flex_box_center___1TVw_ {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2brOU {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1cqRm {
align-items: center;
box-align: center;
}
.flex_box_center_end___3SOwH {
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___3a2zd {
flex-direction: column;
box-orient: block-axis;
}
.wrp___XEDpn {
background: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.wrpDark___3sAXF {
background: #141414;
color: white;
}
.wrpDark___3sAXF .actived___3tDGQ strong {
background: #0152d9;
color: white;
}
.wrpDark___3sAXF .menu___350i4 > li a {
color: #4b4b4b;
}
.wrpDark___3sAXF .menu___350i4 > li:hover a,
.wrpDark___3sAXF .menu___350i4 > li:hover strong {
color: white;
background: #0152d9;
}
.menu___350i4 {
padding: 30px 0 0 0;
margin-bottom: 30px;
position: relative;
z-index: 2;
}
.menu___350i4:hover {
z-index: 3;
}
.menu___350i4 > li {
display: inline-block;
position: relative;
margin-right: 10px;
padding-bottom: 10px;
margin-bottom: 12px;
font-size: 15px;
}
.menu___350i4 > li a {
color: #4b4b4b;
}
.menu___350i4 > li strong {
padding: 8px 22px;
border-radius: 40px;
cursor: pointer;
font-weight: normal;
}
.menu___350i4 > li:hover {
color: #fff;
}
.menu___350i4 > li:hover a,
.menu___350i4 > li:hover strong {
color: #0152d9;
background: #ddecf9;
}
.menu___350i4 > li:hover div {
display: block;
}
.menu___350i4 > li > div {
display: none;
position: absolute;
left: 0;
top: 30px;
width: 500px;
padding: 10px;
background: #fff;
max-height: 400px;
overflow: auto;
z-index: 8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.menu___350i4 > li > div h2 {
cursor: pointer;
margin: 10px 0;
}
.menu___350i4 > li > div h2:hover {
color: #0152d9;
}
.menu___350i4 > li > div ul {
padding-left: 0px;
}
.menu___350i4 > li > div ul li {
cursor: pointer;
display: inline-block;
height: 30px;
line-height: 30px;
margin-right: 20px;
color: #333;
font-size: 14px;
}
.menu___350i4 > li > div ul li:hover {
color: #0152d9;
}
.actived___3tDGQ strong {
background: #ddecf9;
color: #0152d9;
}
.actived2___2gxJJ {
color: #0152d9 !important;
}
.search___7gDax > div:nth-child(1) button {
border-radius: 40px;
box-shadow: none;
}
.search___7gDax [class~='ant-btn-default'] {
background: #eee;
border-color: #eee;
color: #999;
}
.search___7gDax [class~='ant-btn-primary'] {
background-color: #0152d9;
border-color: #0152d9;
}
.search___7gDax [class~='ant-input'] {
border-radius: 4px;
}
.search___7gDax [class~='ant-input-search-button'] {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___pcnw8 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3EuV9 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1-7fM {
align-items: center;
box-align: center;
}
.flex_box_center_end___22N8N {
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___1L2FY {
flex-direction: column;
box-orient: block-axis;
}
.banner___NsrJI {
height: 160px;
position: relative;
overflow: hidden;
}
.banner___NsrJI img {
height: 100%;
width: 101%;
position: absolute;
z-index: 1;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.banner___NsrJI .container___3RPWl {
position: absolute;
z-index: 2;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 1200px;
display: flex;
justify-content: space-between;
}
.banner___NsrJI .container___3RPWl .link___9K6BJ .left___2kvDQ {
margin-top: 40px;
display: flex;
align-items: center;
}
.banner___NsrJI .container___3RPWl .link___9K6BJ .left___2kvDQ span:first-child {
width: 140px;
height: 30px;
font-size: 30px;
font-weight: 600;
color: #ffffff;
line-height: 30px;
letter-spacing: 4px;
}
.banner___NsrJI .container___3RPWl .link___9K6BJ .left___2kvDQ span:last-child {
height: 16px;
font-size: 16px;
color: #ffffff;
line-height: 16px;
letter-spacing: 4px;
margin-left: 16px;
}
.banner___NsrJI .container___3RPWl .link___9K6BJ > span {
display: inline-block;
width: 104px;
height: 30px;
line-height: 28px;
text-align: center;
border-radius: 4px;
border: 1px solid #666666;
margin-right: 30px;
margin-top: 30px;
color: #ffffff;
cursor: pointer;
}
.banner___NsrJI .container___3RPWl .link___9K6BJ > span i {
font-size: 14px;
display: inline-block;
margin-right: 10px;
transform: translateY(1px);
}
.banner___NsrJI .container___3RPWl .search___QDDgh .hotSearch___2ErRX {
margin-top: 20px;
}
.banner___NsrJI .container___3RPWl .search___QDDgh .hotSearch___2ErRX span {
height: 12px;
font-size: 12px;
color: #ffffff;
line-height: 12px;
margin-right: 14px;
cursor: pointer;
}
.banner___NsrJI .container___3RPWl .search___QDDgh .ant-input {
height: 46px;
padding-left: 14px;
background: #f5f5f5;
}
.banner___NsrJI .container___3RPWl .search___QDDgh .ant-input-wrapper {
border-radius: 4px;
overflow: hidden;
}
.banner___NsrJI .container___3RPWl .search___QDDgh .ant-btn {
height: 46px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.courseItems___9R99J {
position: relative;
}
.courseItems___9R99J a {
margin-right: 26px;
}
.courseItems___9R99J a:nth-child(4n) {
margin-right: 0;
}
.courseItems___9R99J div[class~='ant-card'] {
width: 278px;
height: 278px;
margin: 15px 14.5px 15px 15px;
display: inline-block;
box-shadow: 0px 0px 6px 0px #f1f1f1;
transition: all 0.5s;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
border: 0;
}
.courseItems___9R99J div[class~='ant-card']:hover div[class^='lockWrap'] {
display: block;
}
.courseItems___9R99J div[class~='ant-card'] [class~='ant-card-body'] {
padding: 30px 20px 20px 20px;
}
.courseItems___9R99J div[class~='ant-card'] [class='ant-card-cover'] {
height: 178px;
width: 100%;
margin: 0;
overflow: hidden;
}
.courseItems___9R99J div[class~='ant-card'] [class~='ant-card-meta-title'] {
color: #333;
font-weight: bold;
font-size: 16px;
}
.courseItems___9R99J div[class~='ant-card'] [class~='ant-rate-star'] {
font-size: 13px;
}
.courseItems___9R99J div[class~='ant-card'] [class~='ant-rate'] {
font-size: 12px;
margin-top: -3px;
}
.courseItems___9R99J div[class~='ant-card'] [class~='ant-rate-star']:not(:last-child) {
margin-right: 2px;
}
.courseItems___9R99J div[class~='ant-card'] p {
margin-bottom: 0px;
height: 20px;
line-height: 20px;
}
.courseItems___9R99J div[class~='ant-card'] img {
width: 100%;
border-radius: 8px 8px 0 0;
transition: all 0.5s;
}
.courseItems___9R99J div[class~='ant-card'] .rate___12X5H {
display: flex;
align-items: center;
}
.courseItems___9R99J div[class~='ant-card']:hover {
box-shadow: 0px 0px 6px 0px #f1f1f1;
}
.courseItems___9R99J div[class~='ant-card']:hover [class='ant-card-cover'] img {
transform: scale(1.1);
}
.jupyterTag___2rJJT {
position: absolute;
left: 0px;
top: 20px;
}
.jupyterTag___2rJJT span {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #ff6802;
width: 66px;
height: 28px;
line-height: 28px;
border-radius: 0px 20px 20px 0px;
font-size: 14px;
color: #ffffff;
margin-right: 6px;
}
.virtualTag___1q2w9 {
position: absolute;
left: 0px;
top: 20px;
}
.virtualTag___1q2w9 span {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #a500d8;
width: 66px;
height: 28px;
line-height: 28px;
border-radius: 0px 20px 20px 0px;
font-size: 14px;
color: #ffffff;
margin-right: 6px;
}
.lockWrap___IVH41 {
position: absolute;
width: 100%;
left: 0px;
top: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
z-index: 5;
display: none;
cursor: default;
}
.flexCenter___1GQMm {
display: flex;
flex-direction: row;
align-items: center;
height: 20px;
}
.esTitle___8oqr_ {
display: inline-block;
max-width: 238px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___bqQI_ {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3rQaL {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___UYXpP {
align-items: center;
box-align: center;
}
.flex_box_center_end___2Kcas {
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___1FW9O {
flex-direction: column;
box-orient: block-axis;
}
.wrp___1QmFu {
width: 1200px;
margin: 0 auto;
}
.btBtns___2lCic {
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 60px;
margin-right: 15px;
margin-top: 45px;
}
.btBtns___2lCic > button {
padding: 12px 26px;
height: 40px;
width: 100px;
border: 0;
border-radius: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.advertisementModal .ant-modal-content{
background-color:transparent;
box-shadow:0px 0px 0px 0px;
position:relative;
background-clip: padding-box;
border: 0;
border-radius: 4px;
pointer-events: auto;
}
.closex{
width:25px;
height:25px;
border:1px solid rgba(255,255,255,1);
border-radius: 50%;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
margin-left: 20px;
}
.modalContent{
width: 880px;
margin-top: 30px;
font-size: 16px;
color: #FFFFFF;
background: linear-gradient(270deg, rgba(0, 182, 120, 0) 0%, rgba(0, 182, 120, 0.4) 48%, rgba(0, 182, 120, 0) 100%);
}
.textcolor{
height: 30px;
width: 140px;
background: rgb(247, 181, 0);
border-radius: 4px;
line-height: 30px;
color: #fff;
}
.spanButton{
cursor: default;
width: 100px;
height: 30px;
background: rgba(247, 181, 0, 0.6);
border-radius: 4px;
border: 1px solid rgb(247, 181, 0);
color: rgb(255, 255, 255);
position: absolute;
/* line-height: 30px; */
display: flex;
align-items: center;
justify-content: center;
/* top: 219px; */
left: 614px;
}

File diff suppressed because one or more lines are too long

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