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

143 lines
4.5 KiB

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/ClassicCases/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___fU5fA {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___EIetH {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___VNuWc {
align-items: center;
box-align: center;
}
.flex_box_center_end___Z9MLS {
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___bTB9Z {
flex-direction: column;
box-orient: block-axis;
}
.example___EbLbG {
background-color: #ffffff;
}
.example___EbLbG .bg___j1Yg6 {
height: 201px;
width: 100%;
background: url(./static/bg.fbff27a3.png) no-repeat center center;
background-size: cover;
overflow: hidden;
}
.example___EbLbG .bg___j1Yg6 .banner___ZzbyF {
min-width: 1200px;
margin: 0 auto;
width: 1200px;
}
.example___EbLbG .bg___j1Yg6 .banner___ZzbyF .link___HwmfE {
font-size: 12px;
font-weight: 400;
color: #ffffff;
margin-top: 68px;
}
.example___EbLbG .bg___j1Yg6 .banner___ZzbyF .link___HwmfE span:hover {
color: #0152d9;
}
.example___EbLbG .bg___j1Yg6 .banner___ZzbyF .name___O7e_c {
font-size: 40px;
color: #ffffff;
margin-top: 16px;
text-align: center;
}
.example___EbLbG .case___wOZUd {
padding-bottom: 60px;
width: 1200px;
min-width: 1200px;
margin: 40px auto 0 auto;
}
.example___EbLbG .case___wOZUd .name___O7e_c {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.example___EbLbG .case___wOZUd .name___O7e_c span:first-child {
font-size: 18px;
font-weight: 600;
color: #434d6c;
}
.example___EbLbG .case___wOZUd .name___O7e_c span:last-child {
display: inline-block;
width: 113px;
height: 20px;
background: #ff7e0f;
border-radius: 2px;
line-height: 20px;
text-align: center;
font-size: 14px;
color: #ffffff;
margin-left: 5px;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA {
width: 285px;
height: 277px;
border-radius: 6px;
margin-bottom: 15px;
margin-left: 20px;
cursor: pointer;
position: relative;
overflow: hidden;
display: inline-block;
transition: 0.5s;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA:hover {
box-shadow: 0px 2px 6px 0px rgba(58, 69, 250, 0.3);
transform: translateY(-20px);
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA:hover .des___c3pU0 {
background: #196efd;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA > img {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA .des___c3pU0 {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 100%;
height: 94px;
background: rgba(0, 0, 0, 0.5);
padding: 12px;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA .des___c3pU0 h4 {
font-size: 16px;
font-weight: 600;
color: #ffffff;
margin-bottom: 2px;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA .des___c3pU0 h6 {
font-size: 14px;
font-weight: 400;
color: #ffffff;
}
.example___EbLbG .case___wOZUd > aside .li___RmgBA:nth-child(4n + 1),
.example___EbLbG .case___wOZUd > aside .li___RmgBA:first-child {
margin-left: 0;
}