ad.css 627 Bytes
/**
 * name : zzf
 * info : 
 */
body {
  margin: 0px;
}
.ad {
  overflow: hidden;
  position: relative;
}
.ad li,
.ad ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ad.ad-roll .ad-cont {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ad.ad-roll li {
  float: left;
  overflow: hidden;
}
.ad.ad-roll li img {
  width: 100%;
}
.ad .ad-page {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
}
.ad .ad-page span {
  float: left;
  color: #fff;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
}
.ad .ad-page span.on {
  background: #23ac38;
}