日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

手机幻灯片

發布時間:2023/12/29 编程问答 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 手机幻灯片 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
**手機幻燈片**

html:

<!doctype html> <html> <head> <meta charset="utf-8"> <title>jquery手機端觸屏滑動幻燈片代碼演示_大頭網</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <link rel="stylesheet" href="css/style.css"> <script src="js/zepto.min.js"></script> <script src="js/zepto.touchSlider.js"></script> </head> <body> <!-- 代碼 開始 --> <div id="slider-box"><ul id="slider"><li><img src="images/1.jpg" alt="" /></li><li><img src="images/2.jpg" alt="" /></li><li><img src="images/3.jpg" alt="" /></li></ul> </div> <script>$(function(){$('#slider-box').touchSlider({box: '#slider-box',arrow: true,auto: true,autoTime: 3000});}); </script> </body> </html>

css

@CHARSET "UTF-8"; /* 代碼整理:大頭網 www.datouwang.com */ html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#f2f2f2;} body{max-width:640px;margin:0 auto;box-shadow:0 0 160px 0 #999;position:relative;font: .85em/1.4 "微軟雅黑","Microsoft Yahei",'Arial','san-serif';color: #666;} img{max-width:100%;height:auto;width: auto9;-ms-interpolation-mode:bicubic;vertical-align: middle;} ul,li{list-style:none;padding:0;margin:0;} p{padding:0 20px;}/*slider*/ #slider-box{position:relative;width:100%;height:175px;overflow:hidden;} #slider {height:100%;overflow:hidden;*zoom:1;-webkit-backface-visibility: hidden;-webkit-transform-style: preserve-3d;} #slider li{width:100%;height:100%;float:left;display:none;} #slider li.active{display:block;-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;} #slider li img{width:100%;} #arrow {position:absolute;bottom:10px;left: 50%;margin-left: -27px;} #arrow li{width:12px;height:12px;float:left;display:inline-block;margin: 0 3px;background-color: #d5dbd6;border-radius: 50%;-webkit-border-radius: 50%;} #arrow li.active{background-color:#c95122;}

效果圖:

下載地址:
http://pan.baidu.com/s/1skhxVRJ
秘鑰:ax4n

總結

以上是生活随笔為你收集整理的手机幻灯片的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。