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.
34 lines
578 B
34 lines
578 B
.am-pagination-wrap {
|
|
font-size: 18px;
|
|
color: #000;
|
|
background: none;
|
|
text-align: center;
|
|
}
|
|
.am-pagination-wrap .active {
|
|
color: #108ee9;
|
|
}
|
|
.am-pagination-wrap-btn {
|
|
text-align: center;
|
|
}
|
|
.am-pagination-wrap-btn-prev {
|
|
text-align: left;
|
|
}
|
|
.am-pagination-wrap-btn-next {
|
|
text-align: right;
|
|
}
|
|
.am-pagination-wrap-dot {
|
|
display: inline-block;
|
|
zoom: 1;
|
|
}
|
|
.am-pagination-wrap-dot > span {
|
|
display: block;
|
|
width: 8px;
|
|
height: 8px;
|
|
margin-right: 5px;
|
|
border-radius: 50%;
|
|
background: #ccc;
|
|
}
|
|
.am-pagination-wrap-dot-active > span {
|
|
background: #888;
|
|
}
|