图片轮播图_点击左右按钮切换_轮播自由控制效果jq实现
前端  /  管理员 发布于 6年前   813
<style type="text/css"> .img-scroll { position:relative; margin:20px auto; width:100%;} .img-scroll .prev,.img-scroll .next { position:absolute;top: 200px;color: #999;font-size: 60px;} .img-scroll .prev { left:0;cursor:pointer;} .img-scroll .next { right:0;cursor:pointer;} .img-list { position:relative; width:320px;height: 635px; margin-left:75px; overflow:hidden} .img-list ul { width:100%;} .img-list li { float:left; display:inline; width:100%;height:100%; margin-right:10px; background-color:#BDBDDF; text-align:center;} </style> <div class="img-scroll"> <span class="prev"><</span> <span class="next">></span> <div class="img-list"> <ul> <li><img style="width:100%;" src="images/005-1.png"></li> <li><img style="width:100%;" src="images/005-2.png"></li> <li><img style="width:100%;" src="images/005-3.png"></li> <li><img style="width:100%;" src="images/005-4.png"></li> </ul> </div> </div> <script type="text/javascript"> function DY_scroll(wraper,prev,next,img,speed,or) { var wraper = $(wraper); var prev = $(prev); var next = $(next); var img = $(img).find('ul'); var w = img.find('li').outerWidth(true); var s = speed; next.click(function() { img.animate({'margin-left':-w},function() { img.find('li').eq(0).appendTo(img); img.css({'margin-left':0}); }); }); prev.click(function() { img.find('li:last').prependTo(img); img.css({'margin-left':-w}); img.animate({'margin-left':0}); }); if (or == true) { ad = setInterval(function() { next.click();},s*1000); wraper.hover(function(){clearInterval(ad);},function(){ad = setInterval(function() { next.click();},s*1000);}); } } DY_scroll('.img-scroll','.prev','.next','.img-list',3,false);// true为自动播放,不加此参数或false就默认不自动 </script>
效果图就不贴了 需要的自己试试 改改就能用
123 在
Clash for Windows作者删库跑路了,github已404中评论 按理说只要你在国内,所有的流量进出都在监控范围内,不管你怎么隐藏也没用,想搞你分..原梓番博客 在
在Laravel框架中使用模型Model分表最简单的方法中评论 好久好久都没看友情链接申请了,今天刚看,已经添加。..博主 在
佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 @1111老铁这个不行了,可以看看近期评论的其他文章..1111 在
佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 网站不能打开,博主百忙中能否发个APP下载链接,佛跳墙或极光..路人 在
php中使用hyperf框架调用讯飞星火大模型实现国内版chatgpt功能示例中评论 教程很详细,如果加个前端chatgpt对话页面就完美了..Copyright·© 2019 侯体宗版权所有· 粤ICP备20027696号