You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Paths__HigherVocationalE...

563 lines
16 KiB

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/skeleton/style/index.less ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
display: table;
width: 100%;
}
.ant-skeleton-header {
display: table-cell;
padding-right: 8px;
vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
width: 32px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
width: 22px;
height: 22px;
line-height: 22px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-content {
display: table-cell;
width: 100%;
vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
width: 100%;
height: 14px;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
width: 100%;
height: 14px;
list-style: none;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
margin-top: 8px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
position: relative;
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
z-index: 0;
overflow: hidden;
background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
position: absolute;
top: 0;
right: -150%;
bottom: 0;
left: -150%;
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
animation: ant-skeleton-loading 1.4s ease infinite;
content: '';
}
.ant-skeleton.ant-skeleton-block {
width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
width: 100%;
}
.ant-skeleton-element {
display: inline-block;
width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
min-width: 56px;
height: 28px;
line-height: 28px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
width: 28px;
min-width: 28px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
width: 28px;
min-width: 28px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
border-radius: 28px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
width: 64px;
min-width: 64px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
width: 32px;
min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
width: 32px;
min-width: 32px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
width: 44px;
min-width: 44px;
height: 22px;
line-height: 22px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
width: 22px;
min-width: 22px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
width: 22px;
min-width: 22px;
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
border-radius: 22px;
}
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
width: 32px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
width: 22px;
height: 22px;
line-height: 22px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: rgba(190, 190, 190, 0.2);
width: 140px;
min-width: 140px;
height: 28px;
line-height: 28px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
width: 160px;
min-width: 160px;
height: 32px;
line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
width: 110px;
min-width: 110px;
height: 22px;
line-height: 22px;
}
.ant-skeleton-element .ant-skeleton-image {
display: flex;
align-items: center;
justify-content: center;
vertical-align: top;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
width: 48px;
height: 48px;
line-height: 48px;
max-width: 192px;
max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
border-radius: 50%;
}
@keyframes ant-skeleton-loading {
0% {
transform: translateX(-37.5%);
}
100% {
transform: translateX(37.5%);
}
}
.ant-skeleton-rtl {
direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
padding-right: 0;
padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paths/HigherVocationalEducation/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___AYbEw {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___TD1Fa {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___zo8d2 {
align-items: center;
box-align: center;
}
.flex_box_center_end___wMjIA {
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___E7m9E {
flex-direction: column;
box-orient: block-axis;
}
.platform___ZEF0X {
background-color: #ffffff;
}
.platform___ZEF0X .bg___RWLWw {
height: 573px;
width: 100%;
background: url(./static/bg.9ea3eb63.png) no-repeat center center;
background-size: cover;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl {
min-width: 1200px;
margin: 0 auto;
width: 1200px;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .name___wguCW {
font-size: 46px;
color: #ffffff;
margin-top: 14px;
text-align: center;
margin-bottom: 40px;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO {
width: 1200px;
height: 526px;
background: #ffffff;
box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0.5);
border-radius: 10px 10px 0px 0px;
display: flex;
flex-direction: column;
align-items: center;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .input___mOhWZ {
width: 822px;
height: 50px;
background: #ffffff;
border-radius: 25px;
border: 1px solid #196efd;
margin: 50px auto;
position: relative;
overflow: hidden;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .input___mOhWZ .in___YUJLX {
position: absolute;
z-index: 7;
left: 19px;
top: 9px;
width: 714px;
border: 0;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .input___mOhWZ > b {
position: absolute;
right: 58px;
top: 17px;
z-index: 9;
color: #464f66;
font-size: 14px;
cursor: pointer;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .input___mOhWZ .r___qnVjP {
width: 42px;
height: 42px;
background: #196efd;
border-radius: 25px;
color: #ffffff;
position: absolute;
z-index: 10;
right: 4px;
top: 3px;
text-align: center;
line-height: 49px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .input___mOhWZ .r___qnVjP i {
font-size: 24px;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .swiperEducation {
width: 1140px;
height: 326px;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .swiperEducation .swiper-button-prev,
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .swiperEducation .swiper-button-next {
display: none;
}
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .swiperEducation:hover .swiper-button-prev,
.platform___ZEF0X .bg___RWLWw .banner___JVLgl .card___naaKO .swiperEducation:hover .swiper-button-next {
display: block;
}
.platform___ZEF0X .case___LFJ1x {
width: 1200px;
min-width: 1200px;
margin: 190px auto 0 auto;
}
.platform___ZEF0X .case___LFJ1x .name___wguCW {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 114px;
position: relative;
margin-top: 64px;
}
.platform___ZEF0X .case___LFJ1x .name___wguCW span:first-child {
font-size: 24px;
font-weight: 600;
color: #434d6c;
}
.platform___ZEF0X .case___LFJ1x .name___wguCW span:last-of-type {
width: 50px;
height: 6px;
background: #196efd;
margin-top: 8px;
}
.platform___ZEF0X .case___LFJ1x .name___wguCW div {
font-size: 14px;
font-weight: 400;
color: #434d6c;
position: absolute;
z-index: 2;
right: 5px;
top: 31px;
cursor: pointer;
}
.platform___ZEF0X .case___LFJ1x .name___wguCW div:hover {
color: #196efd;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz {
width: 278px;
height: 395px;
margin-bottom: 15px;
margin-left: 20px;
cursor: pointer;
position: relative;
display: inline-block;
transition: 0.5s;
box-shadow: 0px 8px 10px 0px rgba(208, 208, 208, 0.5);
border-radius: 4px;
overflow: hidden;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz:hover {
transform: translateY(-20px);
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz > img {
width: 278px;
height: 209px;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .des___DruAg {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 278px;
height: calc(100% - 209px);
background: #fff;
padding: 18px 18px 0 18px;
display: flex;
flex-direction: column;
align-items: start;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .des___DruAg .title___BCcq_ {
display: inline-block;
max-width: 242px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 400;
color: #333330;
margin-top: 2px;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .des___DruAg .tag___C3_Hn {
padding: 0 6px;
display: inline-block;
background: rgba(208, 208, 208, 0.5);
border: 1px solid #f8f8f8;
font-size: 12px;
font-weight: 400;
color: #333330;
text-align: center;
line-height: 20px;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .des___DruAg .s___C669F {
font-size: 14px;
font-weight: 400;
color: #999999;
margin-top: 10px;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .des___DruAg .t___JHWlW {
border-top: 1px solid #f5f5f5;
height: 38px;
line-height: 38px;
font-size: 12px;
font-weight: 400;
color: #999999;
margin-top: 10px;
width: 100%;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .le___DCjHt {
position: absolute;
z-index: 3;
right: -5px;
top: 10px;
width: 60px;
height: 24px;
background: #fa6400;
border-radius: 100px 0px 0px 100px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
line-height: 24px;
text-align: center;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz .lo___h8lrb {
position: absolute;
z-index: 4;
right: -5px;
top: 40px;
width: 60px;
height: 24px;
background: #464f66;
border-radius: 100px 0px 0px 100px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
line-height: 24px;
text-align: center;
}
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz:nth-child(4n + 1),
.platform___ZEF0X .case___LFJ1x > aside .li___QMzLz:first-child {
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */