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__Home__WorkUnit__index.12...

54 lines
1.2 KiB

.flex_box_center___3Vhir {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2ZP9S {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Gmug9 {
align-items: center;
box-align: center;
}
.flex_box_center_end___3iJPb {
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___1Te71 {
flex-direction: column;
box-orient: block-axis;
}
.work_unit_list___1ZIZd {
width: 1200px;
margin: 0px auto;
display: flex;
flex-wrap: wrap;
padding: 40px 0;
}
.work_unit_list___1ZIZd .work_unit___3g0YC {
width: 227px;
height: 80px;
background: #ffffff;
border-radius: 6px;
border: 1px solid #dfeaff;
margin: 10px 6px;
}
.work_unit_list___1ZIZd .work_unit___3g0YC .work_unit_img___3geHL {
width: 211px;
height: 72px;
margin: 3px 8px;
object-fit: scale-down;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */