main_banner.css 684 B

123456789101112131415
  1. .carouselt{ position:relative; overflow: hidden;width:100%;height:600px; }
  2. .ct-img-big{ position:absolute; }
  3. .ct-img-big li{ float: left;}
  4. .btn-pre{top:220px;left:220px;display: none !important;}
  5. .btn-next{top:220px;right:220px;display: none !important;}
  6. .ct-img-small{height:30px;list-style: none;position: absolute;bottom:10px;left:50%;margin: 0 auto;}
  7. .btn{position: absolute; display: block;}
  8. .btn-pre{top:280px;left:220px;}
  9. .btn-next{top:280px;right:220px;}
  10. .ct-img-small li{width:20px;height:20px;border-radius: 50%;margin-left:10px; float: left;
  11. text-align: center;line-height: 20px;cursor: pointer;background: #fff;}
  12. .ct-img-small li.active{color:#fff;background: #ffd800;}