antd-mobile
Version:
基于 React 的移动设计规范实现
36 lines (30 loc) • 602 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: @radius-circle;
background: @color-icon-base;
}
&-active {
> span {
background: #888;
}
}
}
}
}