mov-mobile
Version:
Mov - 让你感到幸福的 Vue 组件库
22 lines (19 loc) • 363 B
text/less
@import "../../style/common";
.mona-carousel-dots {
bottom: 5px;
left: 15px;
width: auto;
.item {
width: @carouselDotWidth;
height: @carouselDotHeight;
margin-right: 5px;
border-radius: 50%;
background-color: #fff;
&.active {
background-color: @carouselDotBgColor;
}
}
}
.mona-carousel-transition {
transition: transform 0.3s ease-out;
}