使用html+js+css 实现页面轮播图效果(实例讲解)
网络编程 2021-07-04 17:32www.168986.cn编程入门
狼蚁网站SEO优化长沙网络推广就为大家带来一篇使用html+js+css 实现页面轮播图效果(实例讲解)。长沙网络推广觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随长沙网络推广过来看看吧
html 页面
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="carousel.css" rel="external nofollow" > <title>轮播图效果</title> </head> <body> <section id="main"> <div id="picture"></div> <!-- 添加图中按钮 图片轮播在js中大致成型后再写最好--> <div id="dot"> <span></span> <span></span> <span></span> <span></span> <span></span> </div> <!-- 添加切换按钮 --> <div id="an"> <div class="left"><</div> <div class="right">></div> </div> </section> <script src="jquery.js"></script> <script src="carousel.js"></script> </body>
css页面 carousel.css
#main{ width: 655px; height: 361px; position: relative; } #picture{ width:100%; height: 100%; } #picture img{ width:100%; height: 100%; display: none; } #picture img:nth-child(1){ display: inline-block; } / 设置圆点的样式 / #dot span{ display: inline-block; width:25px; height: 25px; border-radius: 50%; background-color: gray; margin-left: 10px; opacity: 0.6 } #dot{ position: absolute; right: 40px; bottom: 30px; } / 设置页面刚加载的圆点初始状态 1 第一个圆点放大1.2倍 2、颜色变成蓝色 / #dot :nth-of-type(1){ transform: scale(1.2); background-color: blue; } .left ,.right{ width: 40px; height: 40px; border-radius: 50%; font-size: 30px; color: white; position: absolute; bottom: calc((100% - 40px)/2); text-align: center; } .left{ left: 15px; } .right{ right: 15px; } .left:hover ,.right:hover{ background-color: white; color:red; }
js页面 carousel.js
for(var i=1; i<6;i++){ $('#picture').append("<img src='./../images/"+i+".jpg' >"); } //给图片转化设置定时函数 var index=0; var timer; function changeImageDot(){ $('#picture img:nth-child('+(index+1)+')').css({ display:'block', }).siblings().css({ display:'none', }); //设置随图片切换,对应的圆点样式发生变化 // index+1 是因为索引是从0开始而 nth-child(i) 中的i是从1 开始的 $('#dot span:nth-child('+(index+1)+')').css({ transform: 'scale(1.2)', 'background-color': 'blue', }).siblings().css({ transform: 'scale(1)', 'background-color':'gray', }); } function produceTime(){ timer=setInterval(function(){ index++; if(index==5) index=0; changeImageDot(); },2000); } produceTime(); //鼠标悬浮在圆点上 , 圆点和图片的变化 $('#dot span').mouseenter(function(){ index=$(this).index(); changeImageDot(); clearInterval(timer); produceTime(); }); //缺点点击切换按钮后,图片切换后 ,会立即切换到下一个图片,需要设置 清除计时器后再新建一个计时器 $('.left').click(function(){ index--; if(index==-1) index=4; changeImageDot(); clearInterval(timer); produceTime(); }); $('.right').click(function(){ index++; if(index==5) index=0; changeImageDot(); clearInterval(timer); produceTime();
以上这篇使用html+js+css 实现页面轮播图效果(实例讲解)就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程