Authored by 陈轩

设计修改样式

/* 精选抢先看 */
.handpick {
.swiper-wrapper {
align-items: center;
}
.swiper-container {
height: 194px;
height: 220px;
}
.swiper-slide {
width: 335px;
height: 176px;
width: 300px;
height: 173px;
background-color: #444;
border-radius: 8px;
border-radius: 6px;
overflow: hidden;
}
.swiper-slide-active {
height: 194px;
height: 220px;
width: 378px;
}
}
\ No newline at end of file
... ...