ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
20 lines (17 loc) • 295 B
text/less
.carousel-container {
position: absolute;
display: inline-block;
list-style-type: none;
vertical-align: top;
height: auto;
box-sizing: border-box;
}
.carousel-slide {
background: white;
}
.dot-indicator {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}