图片摆动

 

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <title>美食加倍,享受加倍</title>
  7.     <link rel="stylesheet" href="bootstrap\css\bootstrap.css">
  8.     <link rel="stylesheet" type="text/css" href="css\swiper-3.4.2.min.css">
  9.     <script type="text/javascript" src="js\swiper-3.4.2.min.js"></script>
  10.     
  11.     <!--<style type="text/css" media="screen">
  12.         
  13.     </style>-->
  14.     <style type="text/css">
  15.             .d4 img{
  16.             width: 100%;
  17.         }
  18.         .swiper-button-prev{
  19.             position: absolute;
  20.             z-index: 9;
  21.             left: 18%;
  22.             width: 50px;
  23.             height: 50px;
  24.             cursor: pointer;
  25.             opacity: 80;
  26.             background-color: #D0C4AF;
  27.             border-radius: 500px;
  28.             text-align: center;
  29.             line-height: 50px;
  30.             background-image: none;
  31.             font-size: 25px;
  32.         }
  33.         .swiper-button-next{
  34.             position: absolute;
  35.             z-index: 9;
  36.             right: 18%;
  37.             width: 50px;
  38.             height: 50px;
  39.             cursor: pointer;
  40.             opacity: 80;
  41.             background-color: #D0C4AF;
  42.             border-radius: 500px;
  43.             text-align: center;
  44.             line-height: 50px;
  45.             background-image: none;
  46.             font-size: 25px;
  47.         }
  48.         .d4 .glyphicon{
  49.             line-height: 50px;
  50.             color:#fff;
  51.         }
  52.     
  53.     </style>
  54. </head>
  55. <body>
  56.     
  57.     <div class="d4">
  58.         <div class="swiper-container">
  59.             <div class="swiper-wrapper">
  60.                 <div class="swiper-slide">
  61.                     <img src="imgs\2.png" alt="">
  62.                 </div>
  63.                 <div class="swiper-slide">
  64.                     <img src="imgs\3.png" alt="">
  65.                 </div>
  66.                 <div class="swiper-slide">
  67.                     <img src="imgs\4.png" alt="">
  68.                 </div>
  69.             </div>
  70.             
  71.             <!-- 如果需要导航按钮 -->
  72.             <div class="swiper-button-prev">
  73.                 <span class="glyphicon glyphicon-menu-left"></span>
  74.             </div>
  75.             <div class="swiper-button-next">
  76.                 <span class="glyphicon glyphicon-menu-right"></span>
  77.             </div>
  78.         </div>
  79.     </div>
  80.         
  81.     <script>        
  82.           var mySwiper = new Swiper ('.swiper-container', {
  83.             direction: 'horizontal',
  84.             loop: true,
  85.             autoplay : 3000,
  86.             // 如果需要前进后退按钮
  87.             nextButton: '.swiper-button-next',
  88.             prevButton: '.swiper-button-prev'
  89.           });       
  90.       </script>
  91. </body>
  92. </html>

摆换图片的网页代码

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值