mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 18:32:50 +00:00
8 lines
424 B
Plaintext
8 lines
424 B
Plaintext
@import '/app.wxss';
|
|
.swiper{width:100%;height:282rpx;position:relative;}
|
|
.swiper swiper{width:100%;height:100%;position:relative;}
|
|
.swiper swiper .slide-image{width:100%;height:100%;}
|
|
.swiper .dots{position:absolute;right:40rpx;bottom:20rpx;}
|
|
.swiper .dots .dot{width:12rpx;height:12rpx;border:2rpx solid #fff;border-radius:50%;margin-right:15rpx;}
|
|
.swiper .dots .dot.active{border-color:#e93323;background-color:#e93323;}
|