﻿

.skyui-swiper {width:100%;height:100%; position: relative;overflow: hidden;touch-action: none;}
.skyui-swiper .swiper-wrap {display: flex;width: 100%;height: 100%;transition: all 0ms ease;}
.skyui-swiper .swiper-wrap > div {overflow: hidden;flex-shrink: 0;width: 100%;height: 100%;}
.skyui-swiper.horizontal .swiper-wrap {flex-direction: row;}
.skyui-swiper.vertical .swiper-wrap {flex-direction: column;}
.skyui-swiper .swiper-pagination {position: absolute;}
.skyui-swiper .swiper-pagination .swiper-pagination-bullet {width: 8px;height: 8px;border-radius: 50%;background-color: #000000;opacity: .2;transition: all .5s ease;}
.skyui-swiper .swiper-pagination .swiper-pagination-bullet.active {background: #007aff;opacity: 1;}
.skyui-swiper.vertical .swiper-pagination {right: 10px;top: 50%;transform: translate3d(0, -50%, 0);}
.skyui-swiper.vertical .swiper-pagination .swiper-pagination-bullet {display: block;margin: 6px 0;}
.skyui-swiper.horizontal .swiper-pagination {bottom: 10px;width: 100%;text-align: center;}
.skyui-swiper.horizontal .swiper-pagination .swiper-pagination-bullet {display: inline-block;margin: 0 3px;}
