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

.flex_box_center___3KW-j {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2xKlQ {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3wCgD {
align-items: center;
box-align: center;
}
.flex_box_center_end___1WnfF {
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___4FKPz {
flex-direction: column;
box-orient: block-axis;
}
.example___3oOn3 {
background-color: #ffffff;
}
.example___3oOn3 .bg___3WNgM {
height: 201px;
width: 100%;
background: url(./static/bg.bdfaa0e7.png) no-repeat center center;
background-size: cover;
overflow: hidden;
}
.example___3oOn3 .bg___3WNgM .banner___3hr4N {
min-width: 1200px;
margin: 0 auto;
width: 1200px;
}
.example___3oOn3 .bg___3WNgM .banner___3hr4N .link___1FjUb {
font-size: 12px;
font-weight: 400;
color: #ffffff;
margin-top: 68px;
}
.example___3oOn3 .bg___3WNgM .banner___3hr4N .link___1FjUb span:hover {
color: #0152d9;
}
.example___3oOn3 .bg___3WNgM .banner___3hr4N .name___z9vsO {
font-size: 40px;
color: #ffffff;
margin-top: 16px;
text-align: center;
}
.example___3oOn3 .case___Gk5Gq {
padding-bottom: 60px;
width: 1200px;
min-width: 1200px;
margin: 40px auto 0 auto;
}
.example___3oOn3 .case___Gk5Gq .name___z9vsO {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.example___3oOn3 .case___Gk5Gq .name___z9vsO span:first-child {
font-size: 18px;
font-weight: 600;
color: #434d6c;
}
.example___3oOn3 .case___Gk5Gq .name___z9vsO 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___3oOn3 .case___Gk5Gq > aside .li___5RWHA {
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___3oOn3 .case___Gk5Gq > aside .li___5RWHA:hover {
box-shadow: 0px 2px 6px 0px rgba(58, 69, 250, 0.3);
transform: translateY(-20px);
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA:hover .des___28JmI {
background: #196efd;
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA > img {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA .des___28JmI {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 100%;
height: 94px;
background: rgba(0, 0, 0, 0.5);
padding: 12px;
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA .des___28JmI h4 {
font-size: 16px;
font-weight: 600;
color: #ffffff;
margin-bottom: 2px;
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA .des___28JmI h6 {
font-size: 14px;
font-weight: 400;
color: #ffffff;
}
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA:nth-child(4n + 1),
.example___3oOn3 .case___Gk5Gq > aside .li___5RWHA:first-child {
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */