微信小程序 swiper 圆角设置

522 阅读1分钟
.swiper {
    border-radius: 10rpx;
    overflow: hidden;
    // 有些苹果手机不支持所以要加上这个样式
    transform: translateY(0);
}