wox-cli
Version:
scaffold for create component, toolkit and so on
41 lines (37 loc) • 794 B
text/less
.banner {
margin: 0 auto;
width: 690px;
height: 360px;
overflow: hidden;
font-size: 0;
.banner-img {
display: block;
width: 690px;
height: 360px;
border-radius: 8px;
margin: 0 auto;
max-width: 99%;
}
/deep/ .swiper-pagination-bullet-active {
width: 16px ;
height: 16px ;
box-sizing: border-box;
background: transparent ;
border: 3px solid #fff ;
border-radius: 2px ;
margin-right: 10px ;
}
/deep/ .swiper-pagination-bullet {
width: 8px;
height: 8px;
border-radius: 1px;
background: #fff;
opacity: 1;
vertical-align: middle;
margin-right: 8px;
}
/deep/ .swiper-slide {
width: 100% ;
border-radius: 8px;
}
}