You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
768 B
49 lines
768 B
@import '../../style/themes/default';
|
|
|
|
@paginationPrefixCls: am-pagination;
|
|
|
|
.@{paginationPrefixCls} {
|
|
&-wrap {
|
|
font-size: 18 * @hd;
|
|
color: @color-text-base;
|
|
background: none;
|
|
text-align: center;
|
|
|
|
.active {
|
|
color: @color-link;
|
|
}
|
|
|
|
&-btn {
|
|
text-align: center;
|
|
|
|
&-prev {
|
|
text-align: left;
|
|
}
|
|
|
|
&-next {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
&-dot {
|
|
display: inline-block;
|
|
zoom: 1;
|
|
|
|
> span {
|
|
display: block;
|
|
width: 8 * @hd;
|
|
height: 8 * @hd;
|
|
margin-right: @h-spacing-sm;
|
|
border-radius: @radius-circle;
|
|
background: @color-icon-base;
|
|
}
|
|
|
|
&-active {
|
|
> span {
|
|
background: #888;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|