antd-mobile
Version:
基于 React 的移动设计规范实现
33 lines (30 loc) • 619 B
text/less
@import '../../style/mixins';
@import '../../style/themes/default';
.am-carousel {
position: relative;
&-wrap {
font-size: @font-size-display-sm;
color: @color-text-base;
background: none;
text-align: center;
zoom: 1;
width: 100%;
&-dot {
display: inline-block;
zoom: 1;
> span {
display: block;
width: 16px;
height: 16px;
margin: 0 6px;
border-radius: 50%;
background: @input-color-icon;
}
&-active {
> span {
background: #888;
}
}
}
}
}