幽灵资源网 Design By www.bzswh.com
本文实例为大家分享了js轮播图焦点的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>轮播图焦点</title> <meta content="还是有地点小瑕疵,1左转变4,4右转变1的时候,图片切换有空白,换下动画模式应该可以?"> <style> *{ padding: 0; margin: 0; } ul{ list-style: none; } .scroll{ width: 300px; height: 200px; border: 1px solid red; margin: 100px auto; position: relative; overflow: hidden; } .scroll ul.imgUl{ width: 400%; position: absolute; top: 0; left: 0; } .scroll ul.imgUl li{ float: left; } .scroll .imgUl img{ vertical-align: middle; /* 消除图片间3px的间距 */ } .scroll ul.focus{ position: absolute; left: 50%; bottom: 10px; margin-left: -80px; } .scroll ul.focus li{ width: 20px; height: 20px; padding: 5px; text-align: center; margin-right: 10px; border: 2px solid yellow; float: left; color: red; font-weight: 700; background-color: #333; color: white; } .scroll ul.focus li.current{ background-color: deeppink; } .scroll .arrow{ width: 100%; position: absolute; top: 50%; left: 0; margin-top: -20px; display: none; } .scroll .arrow div{ width: 40px; height: 40px; font: 700 18px/40px "宋体"; text-align: center; background: rgba(0,0,0,.3); color: #fff; cursor: pointer; } .scroll .arrow div.left{ float: left; } .scroll .arrow div.right{ float: right; } </style> <script> window.onload = function(){ function $(id){ return document.getElementById(id);} var scrollDiv = $('scrollDiv'); var imgul = $('images'); var focusUl = $('focuses'); var imgLis = imgul.children; var leader = 0, target = 0; var curIndex = 0;//记录当前图片的序号 var leftArrow = $('leftArrow'); var rightArrow = $('rightArrow'); //可自动生成和图片对应的序号 /*for(var i=0; i< imgLis.length; i++){ var newLi = document.createElement('li'); newLi.innerHTML=i+1; focusUl.appendChild(newLi); }*/ var focusLis = focusUl.children; for(var i=0; i<focusLis.length; i++){ focusLis[i].index = i; focusLis[i].onmouseover = function(){ curIndex = this.index; switchFocus(curIndex); target = -this.index * 300; } } scrollDiv.onmouseover = function(){ $('arrowDiv').style.display="block"; clearInterval(timer); } scrollDiv.onmouseout = function(){ $('arrowDiv').style.display="none"; timer = setInterval(autoPlay,3000); } leftArrow.onclick = function(){ target +=300; curIndex = curIndex==0 "px"; } ,10); switchFocus(0); //每隔3s左移图片 var timer = null; timer = setInterval(autoPlay,3000); function autoPlay(){ target -= 300; curIndex = (curIndex+1) % focusLis.length; switchFocus(curIndex); } //转换样式 function switchFocus(curIndex){ for(var j=0; j<focusLis.length;j++){ focusLis[j].className=""; } focusLis[curIndex].className="current"; } } </script> </head> <body> <div class="scroll" id="scrollDiv"> <ul class="imgUl" id="images"> <li><img src="/UploadFiles/2021-04-02/01.jpg">以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
标签:
js,图片轮换
幽灵资源网 Design By www.bzswh.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
幽灵资源网 Design By www.bzswh.com
暂无评论...
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。