最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

基于BootStrap的圖片輪播效果展示實(shí)例代碼

 更新時(shí)間:2016年05月23日 11:47:06   作者:騰龍問(wèn)天  
這篇文章主要介紹了基于BootStrap的圖片輪播效果展示實(shí)例代碼的相關(guān)資料,需要的朋友可以參考下

先給大家展示下bootstrap圖片輪播圖,效果如下所示,如果大家感覺(jué)效果還不錯(cuò),請(qǐng)繼續(xù)往下閱讀,參考實(shí)現(xiàn)代碼。

廢話不多說(shuō)了,直接給大家貼代碼了,具體代碼如下所示:

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3個(gè)meta標(biāo)簽*必須*放在最前面,任何其他內(nèi)容都*必須*跟隨其后! -->
<title>圖片輪播_01</title>
<!-- Bootstrap -->
<link href="../bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheet">
<script src="../js/jquery-2.1.4.min.js"></script>
<script src="../bootstrap-3.3.5-dist/js/bootstrap.min.js"></script>
</head>
<body>
<!--
作者:凱爾
時(shí)間:2016-02-20
描述:
carousel
date-interval="4000"停留時(shí)間/幅圖
支持鍵盤(pán)左右方向鍵對(duì)圖片進(jìn)行輪播方向選擇
-->
<div class="container">
<div style="width:960px;height: 400px;margin: auto;padding: auto;">
<div id="carousel-example-generic" class="carousel slide">
<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" class=""></li>
<li data-target="#carousel-example-generic" data-slide-to="2" class=""></li>
<li data-target="#carousel-example-generic" data-slide-to="3" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="../img/圖片輪播/pic01.jpg" />
</div>
<div class="item">
<img src="../img/圖片輪播/pic02.jpg" />
<!--
圖片上要顯示的文字
-->
<div class="carousel-caption">
<h3>聯(lián)想校園大使</h3></div>
</div>
<div class="item">
<img src="../img/圖片輪播/pic03.jpg" />
</div>
<div class="item">
<img src="../img/圖片輪播/pic04.jpg" />
</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>
</div>
</div>
<!--設(shè)定時(shí)間間隔,通過(guò)JavaScript,這樣做相對(duì)于css屬性設(shè)定而言,可以自啟動(dòng),無(wú)需人為進(jìn)行干預(yù)-->
<script>
$(".carousel").carousel({
interval: 4000
})
</script>
</body>
</html>

以上所述是小編給大家介紹的基于BootStrap的圖片輪播效果展示實(shí)例代碼,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

相關(guān)文章

  • 原生js實(shí)現(xiàn)水平方向無(wú)縫滾動(dòng)

    原生js實(shí)現(xiàn)水平方向無(wú)縫滾動(dòng)

    這篇文章主要為大家詳細(xì)介紹了原生js實(shí)現(xiàn)水平方向無(wú)縫滾動(dòng)的相關(guān)資料,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
    2017-01-01
  • json格式數(shù)據(jù)的添加,刪除及排序方法

    json格式數(shù)據(jù)的添加,刪除及排序方法

    這篇文章主要介紹了json格式數(shù)據(jù)的添加,刪除及排序方法,結(jié)合實(shí)例形式分析了針對(duì)一維數(shù)組與二維數(shù)組的json格式數(shù)據(jù)進(jìn)行增加、刪除與排序的實(shí)現(xiàn)技巧,需要的朋友可以參考下
    2016-01-01
  • JavaScript實(shí)現(xiàn)班級(jí)抽簽小程序

    JavaScript實(shí)現(xiàn)班級(jí)抽簽小程序

    這篇文章主要為大家詳細(xì)介紹了JavaScript實(shí)現(xiàn)班級(jí)抽簽小程序,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
    2021-05-05
  • 微信小程序?qū)崿F(xiàn)一鍵登錄

    微信小程序?qū)崿F(xiàn)一鍵登錄

    這篇文章主要為大家詳細(xì)介紹了微信小程序?qū)崿F(xiàn)一鍵登錄,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
    2022-07-07
  • js實(shí)現(xiàn)新年倒計(jì)時(shí)效果

    js實(shí)現(xiàn)新年倒計(jì)時(shí)效果

    這篇文章主要介紹了js實(shí)現(xiàn)2015年新年倒計(jì)時(shí)效果,很快就要迎接新的一年,想知道距離2016還有多少天嗎?大家可以參考一下這篇文章
    2015-12-12
  • 計(jì)算世界完全對(duì)稱(chēng)日的js代碼,粗糙版

    計(jì)算世界完全對(duì)稱(chēng)日的js代碼,粗糙版

    世界完全對(duì)稱(chēng)日,指的是公歷紀(jì)年日期中數(shù)字左右完全對(duì)稱(chēng)的日期,這一天朋友們可以互送祝福同時(shí)讓大家感嘆時(shí)間的寶貴。
    2011-11-11
  • 最新評(píng)論

    潞西市| 什邡市| 诸暨市| 陕西省| 呼玛县| 通山县| 丽水市| 无棣县| 会泽县| 高碑店市| 灵川县| 龙州县| 井研县| 松潘县| 奉节县| 民权县| 安福县| 盐城市| 九寨沟县| 朝阳区| 塘沽区| 彭阳县| 洛川县| 凤凰县| 龙山县| 石台县| 外汇| 彝良县| 德兴市| 高州市| 惠安县| 金昌市| 水富县| 吴江市| 东城区| 浠水县| 胶南市| 成都市| 壶关县| 台前县| 抚远县|