Bootstrap轮播代码(响应式轮播)

<divbackground-color: rgba(255, 102, 0, 1)">carousel-example-generic"background-color: rgba(255, 102, 0, 1)">carousel slide" data-ride="carousel">
  <olbackground-color: rgba(255, 102, 0, 1)">carousel-indicators">
    <li data-target="#carousel-example-generic" data-slide-to="0"></li>
    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
    ........
  </ol>
  <divbackground-color: rgba(255, 102, 0, 1)">carousel-inner" role="listbox">
    <divbackground-color: rgba(255, 102, 0, 1)">item active">
      <img src="http://www.likecs.com/....." alt="http://www.likecs.com/...."/>
      <div>
        <divbackground-color: rgba(255, 102, 0, 1)">carousel-caption">
          文字
        </div>
      </div>
    </div>
    <div>
      <img src="http://www.likecs.com/...."  alt="http://www.likecs.com/.....">
      <div>
        <div>
          文字
        </div>
      </div>
    </div>
  </div>
  <abackground-color: rgba(255, 102, 0, 1)">left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
    <span></span>
    <span>Previous</span>
  </a>
  <a href="#carousel-example-generic" role="button" data-slide="next">
    <span></span>
    <span>Next</span>
  </a>
</div>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwzgsg.html