uniapp 修改H5和小程序swiper样式
·


.swiper {
height: 304rpx !important;
}
/* #ifdef MP-WEIXIN */
/* 仅微信小程序生效 */
/deep/ wx-swiper .wx-swiper-dot {
width: 10rpx !important;
height: 10rpx !important;
border-radius: 88rpx;
}
/deep/ wx-swiper .wx-swiper-dot-active {
width: 28rpx !important;
height: 10rpx !important;
border-radius: 88rpx;
}
/* #endif */
/* #ifdef H5 */
/* 仅H5生效 */
/deep/.uni-swiper-dot {
width: 10rpx !important;
height: 10rpx !important;
background: rgba(255, 255, 255, 0.6);
border-radius: 0rpx 0rpx 0rpx 0rpx;
border-radius: 50%;
}
/deep/ .uni-swiper-dot-active {
width: 28rpx !important;
height: 10rpx !important;
border-radius: 88rpx;
}
更多推荐


所有评论(0)