imgListBox.less
323 Bytes
@charset "UTF-8";
.img-list-box {
.box {
width: 750px;
height: auto;
.img-box {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 80px;
width: 100%;
height: 100%;
&:first-child {
padding-top: 50px;
}
.img {
display: block;
width: 100%;
}
}
}
}