swiper.less
427 Bytes
@charset "UTF-8";
.swiper-box {
position: relative;
width: 750px;
height: 422px;
overflow: hidden;
.swipe {
width: 100%;
height: 100%;
.swipe-item {
width: 100%;
height: 100%;
.item {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
.img-box {
.img {
display: block;
width: 100%;
height: auto;
}
}
}
}
}
}