dev_local_v7_znrgzn
itfxl 3 years ago
parent 4cbbdeea47
commit 7c9f01869e

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(178, 231, 198, 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(152, 58, 131, 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(178, 231, 198, 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(152, 58, 131, 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(178, 231, 198, 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(152, 58, 131, 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(178, 231, 198, 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(152, 58, 131, 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(178, 231, 198, 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(152, 58, 131, 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(149, 198, 99, 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(13, 253, 233, 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(149, 198, 99, 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(13, 253, 233, 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(149, 198, 99, 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(13, 253, 233, 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(149, 198, 99, 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(13, 253, 233, 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(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-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(13, 253, 233, 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(13, 253, 233, 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;}
@ -1469,7 +1469,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-orange-inverse {color: #fff;background: #fa8c16;border-color: #fa8c16;}
.ant-tag-yellow {color: #fadb14;background: #feffe6;border-color: #fffb8f;}
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;}
.ant-tag-gold {color: #faad14;background: #fffbe6;border-color: #ffe58f;}
.ant-tag-gold {color: #faad14;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #ffe58f;}
.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;}
.ant-tag-cyan {color: #13c2c2;background: #e6fffb;border-color: #87e8de;}
.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;}

@ -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.d8395e66.js"></script>
<script src="/react/build/umi.21025e11.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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,499 @@
.flex_box_center___2oGJ4 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___u8hEL {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___qEuDv {
align-items: center;
box-align: center;
}
.flex_box_center_end___2YgZ6 {
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___31ZoE {
flex-direction: column;
box-orient: block-axis;
}
.wrp___aC1DO {
background: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.menu___3inoD {
margin: 20px 0;
position: relative;
z-index: 2;
}
.menu___3inoD:hover {
z-index: 3;
}
.menu___3inoD > li {
display: inline-block;
position: relative;
margin-right: 10px;
padding-bottom: 10px;
margin-bottom: 12px;
}
.menu___3inoD > li a {
color: #4b4b4b;
}
.menu___3inoD > li strong {
padding: 8px 15px;
border-radius: 4px;
cursor: pointer;
font-weight: normal;
}
.menu___3inoD > li:hover {
color: #fff;
}
.menu___3inoD > li:hover a,
.menu___3inoD > li:hover strong {
color: #fff;
background: #0152d9;
}
.menu___3inoD > li:hover div {
display: block;
}
.menu___3inoD > li > div {
display: none;
position: absolute;
left: 0;
top: 30px;
width: 400px;
padding: 10px;
background: #fff;
max-height: 400px;
overflow: auto;
z-index: 8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.menu___3inoD > li > div h2 {
cursor: pointer;
margin: 10px 0;
}
.menu___3inoD > li > div h2:hover {
color: #0152d9;
}
.menu___3inoD > li > div ul li {
cursor: pointer;
display: inline-block;
height: 30px;
line-height: 30px;
margin-right: 20px;
color: #999;
}
.menu___3inoD > li > div ul li:hover {
color: #0152d9;
}
.actived___2Hsoh strong {
background: #0152d9;
color: #fff;
}
.actived2___KsiQD {
color: #0152d9 !important;
}
.search___3rfQp > div:nth-child(1) button {
border-radius: 40px;
box-shadow: none;
}
.search___3rfQp [class~='ant-btn-default'] {
background: #eee;
border-color: #eee;
color: #999;
}
.search___3rfQp [class~='ant-btn-primary'] {
background-color: #0152d9;
border-color: #0152d9;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3hzEC {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3p82r {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3z2QM {
align-items: center;
box-align: center;
}
.flex_box_center_end___2IVE_ {
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___3BKwv {
flex-direction: column;
box-orient: block-axis;
}
.banner___3bzNx {
height: 160px;
position: relative;
overflow: hidden;
}
.banner___3bzNx img {
height: 100%;
width: 101%;
position: absolute;
z-index: 1;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.banner___3bzNx .container___1oO0l {
position: absolute;
z-index: 2;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 1200px;
display: flex;
justify-content: space-between;
}
.banner___3bzNx .container___1oO0l .link___1SMhS .left___3WAPf {
margin-top: 40px;
display: flex;
align-items: center;
}
.banner___3bzNx .container___1oO0l .link___1SMhS .left___3WAPf span:first-child {
width: 140px;
height: 30px;
font-size: 30px;
font-weight: 600;
color: #ffffff;
line-height: 30px;
letter-spacing: 4px;
}
.banner___3bzNx .container___1oO0l .link___1SMhS .left___3WAPf span:last-child {
height: 16px;
font-size: 16px;
color: #ffffff;
line-height: 16px;
letter-spacing: 4px;
margin-left: 16px;
}
.banner___3bzNx .container___1oO0l .link___1SMhS > 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___3bzNx .container___1oO0l .link___1SMhS > span i {
font-size: 14px;
display: inline-block;
margin-right: 10px;
transform: translateY(1px);
}
.banner___3bzNx .container___1oO0l .search___3WZ8y .hotSearch___38RL5 {
margin-top: 20px;
}
.banner___3bzNx .container___1oO0l .search___3WZ8y .hotSearch___38RL5 span {
height: 12px;
font-size: 12px;
color: #ffffff;
line-height: 12px;
margin-right: 14px;
cursor: pointer;
}
.banner___3bzNx .container___1oO0l .search___3WZ8y .ant-input {
height: 46px;
padding-left: 14px;
background: #f5f5f5;
}
.banner___3bzNx .container___1oO0l .search___3WZ8y .ant-input-wrapper {
border-radius: 4px;
overflow: hidden;
}
.banner___3bzNx .container___1oO0l .search___3WZ8y .ant-btn {
height: 46px;
}
.banner___3bzNx .classromediv___3bE4U {
animation: glow___2V48E 200ms ease-out infinite alternate;
}
@keyframes glow___2V48E {
0% {
width: 104px;
height: 30px;
line-height: 28px;
text-align: center;
border-color: #00fff9;
background: rgba(0, 255, 249, 0.2);
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
width: 104px;
height: 30px;
line-height: 28px;
text-align: center;
border-color: #00fff9;
background: rgba(0, 255, 249, 0.2);
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1CNjs {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1FtoN {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3dMG1 {
align-items: center;
box-align: center;
}
.flex_box_center_end___2egRo {
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___3KOTY {
flex-direction: column;
box-orient: block-axis;
}
.courseItems___3PhxO * {
font-size: 14px;
}
.courseItems___3PhxO p {
margin-bottom: 0;
}
.courseItems___3PhxO a {
margin-right: 26px;
}
.courseItems___3PhxO a:nth-child(4n) {
margin-right: 0;
}
.courseItems___3PhxO .tabBadge___k9fHK {
position: absolute;
left: 1px;
top: 1px;
border-left: 80px solid #0152d9;
border-bottom: 80px solid transparent;
width: 0;
height: 0;
z-index: 1;
}
.courseItems___3PhxO .publicword___PG-OA {
transform: rotate(-45deg);
text-align: center;
color: white;
position: absolute;
left: 0;
top: 15px;
z-index: 3;
font-size: 14px;
width: 50px;
}
.courseItems___3PhxO .openTag___3CWAL {
position: absolute;
right: 0;
top: 10px;
z-index: 2;
background-color: #ff6800;
color: #fff;
padding: 0 8px;
height: 28px;
line-height: 28px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.courseItems___3PhxO .overTag___2guuN {
position: absolute;
bottom: 56px;
right: 0;
z-index: 2;
background-color: #eaeaea;
color: #fff;
padding: 0 8px;
height: 28px;
line-height: 28px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.courseItems___3PhxO .smalltrangle___S_9F2 {
position: absolute;
left: 1px;
top: 1px;
border-left: 25px solid #fff;
border-bottom: 25px solid transparent;
z-index: 2;
}
.courseItems___3PhxO div[class~='ant-card'] {
width: 280px;
height: 250px;
margin-bottom: 20px;
padding: 40px 40px 0px 40px;
display: inline-block;
transition: all 0.5s;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.courseItems___3PhxO div[class~='ant-card'] [class='ant-card-body'] {
padding: 0;
}
.courseItems___3PhxO div[class~='ant-card'] [class='ant-card-cover'] {
height: 175px;
width: 100%;
overflow: hidden;
}
.courseItems___3PhxO div[class~='ant-card']:hover {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.courseItems___3PhxO div[class~='ant-card']:hover [class='ant-card-cover'] img {
transform: scale(1.1);
}
.courseItems___3PhxO div[class~='ant-card'] div[class='ant-card-meta-title'] > div {
font-size: 16px;
white-space: normal;
text-align: center;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.25;
height: 40px;
}
.courseItems___3PhxO div[class~='ant-card'] img {
width: 60px;
height: 60px;
border-radius: 60px;
margin-top: 10px;
}
.courseItems___3PhxO div[class~='ant-card'] .teacher___38ms7 {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
margin-top: 10px;
margin-bottom: 0;
}
.courseItems___3PhxO div[class~='ant-card'] .creator___9nSkw {
margin-top: 10px;
}
.courseItems___3PhxO div[class~='ant-card'] .school___3dPsc {
font-size: 16px;
color: #999;
margin-top: 10px;
margin-bottom: 0;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
}
.courseItems___3PhxO div[class~='ant-card'] .visits___2DyBb {
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 0 30px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 48px;
border-top: 1px solid #eaeaea;
}
.courseItems___3PhxO div[class~='ant-card'] .visits___2DyBb > span {
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
/* 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,264 @@
.wrap___1QQfo {
width: 25%;
}
.search___2VRXI {
border-radius: 17px;
width: 237;
}
.width___sGuEm {
width: 100%;
}
.maxWidth___2pUbx {
width: 100%;
display: block;
}
.tag___2C-HV {
display: flex;
flex-wrap: wrap;
}
.tag___2C-HV a {
display: block;
padding: 0px 9px;
height: 28px;
line-height: 28px;
border-radius: 14px;
background-color: #f5f5f5;
color: #666;
margin-right: 10px;
margin-bottom: 9px;
}
.questionItem___2wfyy {
padding: 20px 0px;
border-bottom: 1px solid #eee;
}
.flexBetween___1LE33 {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.recommendItem___1wjDT {
display: flex;
flex-direction: row;
margin-bottom: 20px;
}
.recommendItem___1wjDT img {
max-height: 76px;
width: 100px;
}
.flex1___3UgNP {
flex: 1 1;
}
.mWidth147___18E-N {
max-width: 147px;
display: block;
}
.tagActive___2gdHD {
background-color: #0152d9 !important;
color: #fff !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___2OzaC {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___zqG0N {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___13HG3 {
align-items: center;
box-align: center;
}
.flex_box_center_end___3euoB {
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___1V-wM {
flex-direction: column;
box-orient: block-axis;
}
.wrapDark___2iLm3 .header___1Mg_r {
background: #141414;
border-bottom: 1px solid #000;
}
.wrapDark___2iLm3 .header___1Mg_r a {
color: #fff;
}
.wrapDark___2iLm3 .header___1Mg_r .searchText___3S9H5 {
color: #fff;
}
.wrap___13MOK {
width: 75%;
}
.header___1Mg_r {
background-color: #fff;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
padding: 0 20px;
height: 90px;
font-size: 16px;
border-bottom: 1px solid #eeeeee;
position: relative;
}
.header___1Mg_r a {
color: #05101a;
padding: 5px 20px;
line-height: 2;
}
.active___2PCgN {
border: 1px solid #0152d9;
color: #0152d9 !important;
border-radius: 24px;
}
.pagination___3ZKDV {
display: flex;
flex-direction: row;
justify-content: center;
background: #fafafa;
padding: 30px;
}
.searchText___3S9H5 {
position: absolute;
bottom: 5px;
right: 0px;
padding-right: 20px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
.headTitle___3ETIF {
font-size: 18px;
color: #05101a;
}
.forumsLoading___2UrNF:empty {
width: 100%;
height: 1200px;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255) 50%, rgba(255, 255, 255, 0) 80%), radial-gradient(circle 30px at 30px 30px, #eee 100%, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(#eee 12px, transparent 0), linear-gradient(white 100px, transparent 0);
background-repeat: repeat-y;
background-size: 500px 20px, 80px 120px, 150px 120px, 40px 120px, 30px 120px,
60px 120px, 60px 120px, 60px 120px, 60px 120px, 1100px 120px;
background-position: -130% 0, 20px 20px, 110px 30px, 280px 30px, 850px 30px, 110px 65px, 680px 65px, 750px 65px, 820px 65px, 0px 0px;
animation: shine___3tB3o 2s infinite;
}
@keyframes shine___3tB3o {
to {
background-position: 200% 0, 20px 20px, 110px 30px, 280px 30px, 850px 30px,
110px 65px, 680px 65px, 750px 65px, 820px 65px, 0px 0px;
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1kWvk {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2Lm9m {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3tG79 {
align-items: center;
box-align: center;
}
.flex_box_center_end___DXPsD {
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___3pYZy {
flex-direction: column;
box-orient: block-axis;
}
.wrapDark___1lWbp {
background: #141414 !important;
border-bottom: 1px solid #000 !important;
}
.wrap___1L8Ey {
display: flex;
flex-direction: row;
padding: 20px 30px 20px 35px;
background: #fff;
border-bottom: 1px solid #ebebeb;
}
.wrap___1L8Ey img {
border-radius: 50%;
height: 50px;
width: 50px;
}
.wrap___1L8Ey a {
color: #05101a;
}
.flex1___1jupU {
flex: 1 1;
}
.flexRow___uTz7V {
display: flex;
flex-direction: row;
align-items: center;
}
.flexBetween___3hOln {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.maxW600___13kam {
max-width: 600px;
display: block;
}
.top___18o0U {
display: inline-block;
border-radius: 11px;
padding: 0px 6px;
background: #ff4343;
color: #fff;
line-height: 20px;
height: 20px;
font-size: 12px;
padding: 0 6px;
margin-left: 5px;
}
.menu___3kjCk {
width: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 12px;
}
.menu___3kjCk [class~='ant-dropdown-menu-item'] {
width: 100%;
text-align: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex___2n5-T {
display: flex;
flex-direction: row;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,186 @@
.flex_box_center {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center {
align-items: center;
box-align: center;
}
.flex_box_center_end {
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 {
flex-direction: column;
box-orient: block-axis;
}
.moopmainDark {
background: #141414 !important;
}
.moopmainDark .moop-title {
border: none !important;
}
.moopmainDark .moop-title span {
color: #fff !important;
}
.moopmainDark .search-input-container a {
color: #fff !important;
}
.moopmainDark .search-input-container a.active {
color: #0152d9 !important;
}
.moop-case .banner {
height: 300px;
overflow: hidden;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.moop-case .banner img {
height: 300px;
}
.moop-case .moop-title {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eeeeee;
padding: 20px 30px;
}
.moop-case .moop-title span {
color: #333;
font-size: 18px;
}
.moop-case .moop-main {
width: 1200px;
margin: 20px auto;
background-color: #fff;
}
.moop-case .btn-ghost {
padding: 0px 10px;
color: #0152d9;
border: 1px solid #0152d9;
border-radius: 4px;
}
.moop-case .moop-search {
width: 300px;
height: 40px;
}
.moop-case .search-input-container {
padding: 20px 30px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.moop-case .search-input-container a {
color: #05101a;
margin-right: 30px;
line-height: 20px;
font-size: 16px;
}
.moop-case .search-input-container a.active {
color: #0152d9;
}
.search-footer {
padding-bottom: 30px;
width: 1200px;
margin: 0 auto;
display: flex;
flex-flow: column nowrap;
justify-content: center;
text-align: center;
}
.case-list {
width: 1200px;
margin: 20px auto 0 auto;
list-style: none;
padding: 0;
display: flex;
flex-flow: column nowrap;
}
.case-list a {
display: flex;
flex-flow: row nowrap;
background: #fff;
padding: 20px 30px;
}
.case-list h2 {
font-size: 22px;
line-height: 40px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.case-list img {
border-radius: 4px;
margin-right: 15px;
}
.case-list .info {
flex: 1 0 auto;
}
.case-list li {
margin-bottom: 20px;
}
.case-list .detail {
display: flex;
color: #333;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
line-height: 20px;
font-size: 14px;
}
.case-list .sum {
color: #ccc;
}
.case-list .sum span {
margin-left: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^='label-'] {
cursor: pointer;
line-height: 20px;
height: 20px;
padding: 0 9px;
width: 68px;
text-align: center;
border-radius: 9px;
font-size: 12px;
margin-left: 10px;
color: #fff;
}
.label-0 {
background: #fc2b6a;
}
.label-1 {
background: #ff781b;
}
.label-2 {
background: #0152d9;
}
.label-3 {
background: #36c53c;
}

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 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

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

@ -0,0 +1,208 @@
.flex_box_center___214iO {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Fhkgm {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2hG-7 {
align-items: center;
box-align: center;
}
.flex_box_center_end___D7jj6 {
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___3VrCY {
flex-direction: column;
box-orient: block-axis;
}
.rightWrapDark___1g0Gx .learnWrap___1RZTV,
.rightWrapDark___1g0Gx .courseWrap___2Z1AM {
background: #141414;
color: #fff;
}
.rightWrapDark___1g0Gx .pathContentName___3vXEb {
color: #fff;
}
.rightWrap___3VpbJ {
width: 35%;
padding-left: 20px;
}
.learnWrap___1RZTV {
overflow: hidden;
border-radius: 4px;
padding: 25px 20px 15px;
margin-bottom: 20px;
background-color: #fff;
}
.learnTopWrap___2n6Km {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
margin-bottom: 14px;
}
.courseWrap___2Z1AM {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.pathWrap___2-YPm {
display: box;
display: flex;
margin-bottom: 20px;
}
.pathImg___1NyaL {
border-radius: 4px;
width: 100px;
height: 60px;
}
.pathContentItem____sDLQ {
display: flex;
flex-direction: row;
flex: 1 1;
margin-bottom: 20px;
}
.pathContentWrap___3YYI6 {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
flex: 1 1;
margin-left: 10px;
margin-bottom: -6px;
}
.pathContentName___3vXEb {
display: block;
max-width: 222px;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 6px;
}
.pathContent___lqrBC {
color: #b4b4b4;
margin-top: 8px;
font-size: 12px;
margin: 0px;
}
.pathContentCount___3s0JM {
line-height: 25px;
margin-right: 10px;
}
.recommandTrainingWrap___2E26J {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.recommandContent___2FgEj {
display: box;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin-top: 5px;
}
.recommandLevel___1KART {
color: #999999;
padding-right: 10px;
}
.color0152d9___2PNji {
color: #0152d9;
}
.color0152d9___2PNji {
color: #0152d9;
}
.color999___1QSTy {
color: #999;
}
.color888___1FuOt {
color: #888888;
}
.color333___B1AMJ {
color: #333333;
}
.iconDeleteColor___TwWgK {
color: #ff5555;
}
.iconMoveColor___1SaI4 {
color: #33bd8c;
}
.iconEditColor___1KKDF {
color: #5091ff;
}
.skillWrap___gOCuw {
padding: 25px 20px 15px;
margin-bottom: 10px;
background-color: #fff;
}
.skillTopWrap___2SFYh {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
}
.time___3xq8t {
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
margin-top: 20px;
}
.titleImg___3VMPg {
vertical-align: sub;
margin-right: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.bg___3X196 {
width: 1200px;
margin: 0 auto;
margin-bottom: 80px;
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.wrap___3eDLe {
width: 65%;
background-color: #ffffff;
}
.modal___3znGr {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 14px;
}
.content___3gEJl {
min-height: 640px;
padding: 20px;
margin-top: 20px;
}
.colorGreen___1uQIV {
color: #29bd8b;
}
.nameWrap___2dfYQ {
display: flex;
flex-direction: row;
align-items: center;
}
/* 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

@ -0,0 +1,513 @@
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.wrp___z2l1F img,
.wrp___z2l1F video {
max-width: 100%;
max-height: 80%;
text-align: center;
}
.wrp___z2l1F iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: white;
}
.monaco___1ypjT {
position: absolute;
height: 100%;
width: 100%;
}
.darkBlue___2ViJc * {
font-size: 14px;
}
.darkBlue___2ViJc [class~='margin'],
.darkBlue___2ViJc [class~='monaco-editor-background'] {
background: #0a0e2d !important;
}
.darkBlue___2ViJc [class~='line-numbers'] {
color: white !important;
}
.close___3q-z4 {
position: absolute;
right: 40px;
top: 40px;
z-index: 10;
display: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.button___1wy9m {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.image-preview-container {
display: flex;
flex-flow: column nowrap;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba(0, 0, 0, 0.8);
}
.image-preview-container .image-preview {
transition: transform 0.4s linear;
max-width: 86%;
}
.image-preview-container .button-group {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
position: absolute;
z-index: 101;
right: 10px;
top: 10px;
}
.image-preview-container .button-group a,
.image-preview-container .button-group button {
color: rgba(0, 0, 0, 0.65);
margin-right: 10px;
}
.preview-wrp-group {
overflow: auto;
width: 100%;
text-align: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___214iO {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Fhkgm {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2hG-7 {
align-items: center;
box-align: center;
}
.flex_box_center_end___D7jj6 {
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___3VrCY {
flex-direction: column;
box-orient: block-axis;
}
.rightWrapDark___1g0Gx .learnWrap___1RZTV,
.rightWrapDark___1g0Gx .courseWrap___2Z1AM {
background: #141414;
color: #fff;
}
.rightWrapDark___1g0Gx .pathContentName___3vXEb {
color: #fff;
}
.rightWrap___3VpbJ {
width: 35%;
padding-left: 20px;
}
.learnWrap___1RZTV {
overflow: hidden;
border-radius: 4px;
padding: 25px 20px 15px;
margin-bottom: 20px;
background-color: #fff;
}
.learnTopWrap___2n6Km {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
margin-bottom: 14px;
}
.courseWrap___2Z1AM {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.pathWrap___2-YPm {
display: box;
display: flex;
margin-bottom: 20px;
}
.pathImg___1NyaL {
border-radius: 4px;
width: 100px;
height: 60px;
}
.pathContentItem____sDLQ {
display: flex;
flex-direction: row;
flex: 1 1;
margin-bottom: 20px;
}
.pathContentWrap___3YYI6 {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
flex: 1 1;
margin-left: 10px;
margin-bottom: -6px;
}
.pathContentName___3vXEb {
display: block;
max-width: 222px;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 6px;
}
.pathContent___lqrBC {
color: #b4b4b4;
margin-top: 8px;
font-size: 12px;
margin: 0px;
}
.pathContentCount___3s0JM {
line-height: 25px;
margin-right: 10px;
}
.recommandTrainingWrap___2E26J {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.recommandContent___2FgEj {
display: box;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin-top: 5px;
}
.recommandLevel___1KART {
color: #999999;
padding-right: 10px;
}
.color0152d9___2PNji {
color: #0152d9;
}
.color0152d9___2PNji {
color: #0152d9;
}
.color999___1QSTy {
color: #999;
}
.color888___1FuOt {
color: #888888;
}
.color333___B1AMJ {
color: #333333;
}
.iconDeleteColor___TwWgK {
color: #ff5555;
}
.iconMoveColor___1SaI4 {
color: #33bd8c;
}
.iconEditColor___1KKDF {
color: #5091ff;
}
.skillWrap___gOCuw {
padding: 25px 20px 15px;
margin-bottom: 10px;
background-color: #fff;
}
.skillTopWrap___2SFYh {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
}
.time___3xq8t {
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
margin-top: 20px;
}
.titleImg___3VMPg {
vertical-align: sub;
margin-right: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.allTaskWrap___3_eSp {
background-color: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 20px;
}
.titleTip___2EFLP {
font-size: 14px;
color: #888;
}
.loading___1qmWR {
display: flex;
justify-content: center;
align-items: center;
min-height: 300px;
background-color: #fff;
}
.failWrap___2LDBu {
display: flex;
flex-direction: column;
}
.failIcon___cZ5CG {
font-size: 100px;
color: #f5f5f5;
text-align: center;
}
.failReload___2XMoQ {
color: #1e8ffd;
font-size: 12px;
cursor: pointer;
margin-right: 18px;
}
.timeWrap___1KKsg {
width: 1px;
height: 1px;
overflow: hidden;
display: block;
}
.actionWrap___3OjF7 {
display: flex;
flex-direction: row;
align-items: center;
}
.zoom___3DGP7 {
width: 100%;
position: fixed;
top: 0px;
left: 0px;
bottom: 0;
background: white;
z-index: 2800;
right: 0px;
}
.iframeZoom___1Gymb {
height: 100%;
width: 100%;
position: fixed;
top: 0px;
margin-top: 63px;
bottom: 0px;
left: 0px;
z-index: 2800;
right: 0px;
}
.iframeZoom___1Gymb iframe {
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___j6uxV {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2oRqJ {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1aQG- {
align-items: center;
box-align: center;
}
.flex_box_center_end___11P4n {
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___1v9td {
flex-direction: column;
box-orient: block-axis;
}
.challengesDark___3kJHq .leftWrap___2alJO .introWrap___1QzbL {
background-color: #141414 !important;
}
.challengesDark___3kJHq .leftWrap___2alJO .pass___DQEOG {
background: #141414;
color: #fff;
}
.challengesDark___3kJHq .leftWrap___2alJO .pass___DQEOG b {
color: #fff !important;
}
.challenges___B5tI- {
width: 1200px;
margin: 0 auto;
margin-bottom: 80px;
margin-top: 30px;
display: box;
display: flex;
justify-content: space-between;
}
.challenges___B5tI- .leftWrap___2alJO {
width: 65%;
}
.challenges___B5tI- .leftWrap___2alJO .introWrap___1QzbL {
background-color: #fff;
margin-bottom: 20px;
border-radius: 4px;
}
.challenges___B5tI- .leftWrap___2alJO .introWrap___1QzbL .introContentWrap___39pY3 {
padding: 20px;
}
.challenges___B5tI- .leftWrap___2alJO .introWrap___1QzbL .introContentWrap___39pY3 .introContent___1FvMt {
text-align: justify;
}
.challenges___B5tI- .leftWrap___2alJO .introWrap___1QzbL .introContentWrap___39pY3 .introContentMaxHeight___1zEgP {
max-height: 385px;
overflow: hidden;
}
.nodataImg___29DTe {
width: 362px;
margin: 50px 0px 20px;
display: block;
margin-left: 41%;
}
.nodataImgWidth128___329dz {
width: 128px;
}
.nodataText___2rRqQ {
font-size: 20px;
text-align: center;
color: #999;
}
.pass___DQEOG {
border-radius: 4px;
overflow: hidden;
background: #fff;
}
.pass___DQEOG .wrapPassTitle___LFJQx {
height: 38px;
line-height: 76px;
padding-left: 30px;
}
.pass___DQEOG .wrapPassContent___26AG0 {
padding: 30px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 20px 0;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .subject___1lEBa i {
font-size: 24px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq {
flex: 1 1;
margin-left: 20px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq .infoTitle___27Tgr {
font-size: 16px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq .infoTitle___27Tgr span {
margin-left: 20px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq .infoScare___27N8A {
font-size: 12px;
color: #999;
margin-top: 10px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq .infoScare___27N8A span {
margin-right: 30px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .info___10wCq .infoScare___27N8A span b {
color: #333;
margin-left: 8px;
font-weight: 400;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .editIcon___2xX-- {
margin-right: 20px;
margin-top: 3px;
cursor: pointer;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .editIcon___2xX-- i {
color: #1890ff;
font-size: 20px;
}
.pass___DQEOG .wrapPassContent___26AG0 .passList___1UAAK .status___2RM8o {
color: #cccccc;
font-size: 16px;
display: flex;
align-items: center;
}
/* 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 it is too large Load Diff

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save