ЭБ
Size: a a a
ЭБ
T
T
ЭБ
.swiper-container {
height: 310px;
padding: 15px;
}
const swiper = new Swiper('.swiper-container', {
slidesPerView: 4,
spaceBetween: 16,
});
T
ЭБ
T
&-item {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 245px;
cursor: pointer;
background: #FFFFFF;
border-radius: 10px;
padding: 40px 24px 16px;
box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
}
ЭБ
T
T
.swiper-container {
height: 1200px;
padding: 16px;
}
ЭБ
T
ЭБ
ЭБ
T
ЭБ
ЭБ
JC