您好,登錄后才能下訂單哦!
小編給大家分享一下引用bootstrap輪播圖的方法,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
提示:這些功能都是需要插件支持的,既然是bootstrap當然不能少它的css和js文件的引入,另外還有JQuery.js,他們的版本都在3.0以上就可以了!!
1.直接引用bootstrap里的類carousel slide
做一個div容器;
2.ul標簽 添加類carousel-indicators
做相應個數的圖像選擇器,就是那些小圓點!
3.再做一個div容器加類carousel-inner
包裹圖片;
4.接下來創建一個個的圖片項目包裹在div 類item中,在里面如果還需要對圖片做其他說明就繼續加div 類carousel-caption
添加文字說明;
5.最后一步是添加圖片左右控制,a標簽 添加標簽類left carousel-control
和 類right-carousel-control
分別設置左右的控制鍵;
選取要跳轉的id #carousel-example-generic
,data-slide=“left”/“right”
;
里面加上左右控制鍵顯示的圖片icon,這個可以引用 類glyphicon glyphicon-chevron-right
和 glyphicon glyphicon-chevron-left
,自己也可以做啊,相信自己的審美 -^ .^-
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ul 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> </ul> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img class="img-responsive" src="img/0e4eb42dd4acd3aff05b1fee14820af0.jpg"/> <div class="carousel-caption"> <h2>輪播1的標題</h2> <p>這里是輪播圖1的說明</p> </div> </div> <div class="item"> <img class="img-responsive" src="img/2fc4c4554273a93933af18f8a4239275.jpg"/> <div class="carousel-caption"> <h2>輪播2的標題</h2> <p>這里是輪播圖2的說明</p> </div> </div> <div class="item"> <img class="img-responsive" src="img/28058504efd74a112e721e048e38aeb9.jpg"/> <div class="carousel-caption"> <h2>輪播3的標題</h2> <p>這里是輪播圖3的說明</p> </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></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"></span> <span class="sr-only">Next</span> </a> </div>
效果圖:
以上是引用bootstrap輪播圖的方法的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。