91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Bootstrap中如何實現圖片輪播效果

發布時間:2021-06-29 10:48:25 來源:億速云 閱讀:311 作者:小新 欄目:web開發

這篇文章主要為大家展示了“Bootstrap中如何實現圖片輪播效果”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“Bootstrap中如何實現圖片輪播效果”這篇文章吧。

導言

Bootstrap 輪播(Carousel)插件是一種靈活的響應式的向站點添加滑塊的方式。除此之外,內容也是足夠靈活的,可以是圖像、內嵌框架、視頻或者其他您想要放置的任何類型的內容。

示例

下面演示圖片的輪播,使用bootstrap中的Carousel顯示循環播放元素插件。

<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
 <!-- Indicators -->
 <ol class="carousel-indicators">
  <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
  <li data-target="#carousel-example-generic" data-slide-to="1"></li>
  <li data-target="#carousel-example-generic" data-slide-to="2"></li>
 </ol>

 <!-- Wrapper for slides -->
 <div class="carousel-inner" role="listbox">
  <div class="item active">
   <img src="..." alt="...">
   <div class="carousel-caption">
    ...
   </div>
  </div>
  <div class="item">
   <img src="..." alt="...">
   <div class="carousel-caption">
    ...
   </div>
  </div>
  ...
 </div>

 <!-- Controls -->
 <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
  <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
  <span class="sr-only">Previous</span>
 </a>
 <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
  <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
  <span class="sr-only">Next</span>
 </a>
</div>

在src中插入圖片已為圖片設置大小

Bootstrap中如何實現圖片輪播效果

還可以為其加上標題

<div class="item">
 <img src="..." alt="...">
 <div class="carousel-caption">
 <h4>...</h4>
 <p>...</p>
 </div>
</div>

Bootstrap中如何實現圖片輪播效果

以上是“Bootstrap中如何實現圖片輪播效果”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

长岛县| 莆田市| 个旧市| 洞头县| 故城县| 东城区| 思茅市| 当阳市| 蒙城县| 苗栗县| 盐边县| 曲阳县| 舟山市| 绵阳市| 天柱县| 津南区| 洪湖市| 达州市| 葵青区| 东乌珠穆沁旗| 登封市| 镇原县| 泽库县| 丰台区| 特克斯县| 闻喜县| 平昌县| 兴海县| 资中县| 焦作市| 奉新县| 密山市| 达尔| 筠连县| 克东县| 南木林县| 小金县| 四子王旗| 汤原县| 安康市| 枞阳县|