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.

27 lines
424 B

.am-carousel {
position: relative;
}
.am-carousel-wrap {
font-size: 18px;
color: #000;
background: none;
text-align: center;
zoom: 1;
width: 100%;
}
.am-carousel-wrap-dot {
display: inline-block;
zoom: 1;
}
.am-carousel-wrap-dot > span {
display: block;
width: 8px;
height: 8px;
margin: 0 3px;
border-radius: 50%;
background: #ccc;
}
.am-carousel-wrap-dot-active > span {
background: #888;
}