国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

基于jquery的網(wǎng)站幻燈片切換效果焦點(diǎn)圖代碼

2019-11-20 22:17:59
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

導(dǎo)入jquery代碼

復(fù)制代碼 代碼如下:

<script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
 <script src="js/jquery-image-scale-carousel.js" type="text/javascript" charset="utf-8"></script>
 <script>
  var carousel_images = [
   "images/01.jpg",
   "images/02.jpg",
   "images/03.jpg",
   "images/04.jpg",
   "images/05.jpg",
   "images/06.jpg",
   "images/07.jpg"
  ];

  // Example without autoplay
  $(window).load(function() {
   $("#photo_container").isc({
    imgArray: carousel_images
   });
  });

  // Example with autoplay
  /* $(window).load(function() {
   $("#photo_container").isc({
    imgArray: carousel_images,
    autoplay: true,
    autoplayTimer: 5000 // 5 seconds.
   });
  }); */
 </script>


樣式文件css有幾個(gè) 需要加載個(gè)

復(fù)制代碼 代碼如下:

body {
 font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
 color: #FFF;
 font-size: 12px;
 background: #000;
}

h1 {
 font-size: 52px;
 text-align: center;
}

h1,h2,h3,h4 {
 font-weight: 100;
}

#photo_container {
 width: 960px;
 height: 400px;
 margin: auto;
 background-color: #000;
}

p {
 text-align: center;
}

/*定義文字樣式*/
A {FONT-SIZE: 12px; COLOR: #000;}
A:link {COLOR: #2d8931; TEXT-DECORATION: none;}
A:visited {COLOR: #333; TEXT-DECORATION: none;}
A:hover {COLOR: #333; TEXT-DECORATION:underline;}
A:active {COLOR: #333; TEXT-DECORATION: none;}


#swipe_nav_prev,#swipe_nav_next {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
 background-color: #ccc;
 cursor: pointer;
 text-align: center;
 display: none;
}

#swipe_nav_prev {
 background: #333 url('prev.png') no-repeat center center;

}

#swipe_nav_next {
 background: #333 url('next.png') no-repeat center center;

}

.internal_swipe_container {
 position: relative;
}

.trans {
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity: 0.75;
 opacity: 0.75;
}

.jq_swipe_image {
 background: url('loader.gif') no-repeat center center;

}

#count_container {
 padding: 0;
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
 background-color: pink;
 height: 6px;
 list-style: none;
}

.counter {
 float: left;
 height: 6px;
 background-color: #FFF;
 z-index: 200;
 height: 6px;
 padding: 0;
 margin: 0;
}

.counter:hover {
 cursor: pointer;
 background-color: #ff00fc !important;
}

.current {
 background-color: #ff00fc !important;
}

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 门头沟区| 县级市| 阿瓦提县| 余姚市| 彩票| 绩溪县| 武隆县| 南开区| 潍坊市| 许昌市| 抚州市| 伊川县| 建宁县| 苏尼特左旗| 瑞丽市| 都兰县| 田东县| 洛阳市| 阆中市| 景德镇市| 大宁县| 北京市| 铁岭市| 东海县| 原阳县| 罗江县| 耿马| 辽宁省| 伊宁县| 汝阳县| 洮南市| 乌什县| 泸西县| 莱西市| 宽甸| 固阳县| 西充县| 永胜县| 葫芦岛市| 新沂市| 荆门市|