JS实现电商商品展示放大镜特效
网络编程 2021-07-04 15:02www.168986.cn编程入门
这篇文章主要为大家详细介绍了JS实现电商商品展示放大镜特效,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了JS实现电商商品展示放大镜的具体代码,供大家参考,具体内容如下
知识点
1.使用children获取字标签组
2.求当前鼠标坐标
3.碰撞检测
4.大小盒子通过比例同步
运行效果
代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> { margin: 0; padding: 0; list-style: none; border: none; } #box { width: 350px; height: 350px; margin: 100px 0 0 100px; position: relative; } #box > #small_box { height: 100%; width: 100%; border: 1px solid #; box-sizing: border-box; position: relative; } #box > #small_box > img { height: 100%; width: 100%; } #box > #small_box > #mask { width: 100px; height: 100px; background-color: rgba(255, 255, 0, .4); position: absolute; left: 0; : 0; cursor: move; /隐藏/ display: none; } #box > #big_box { height: 600px; width: 600px; border: 1px solid #; position: absolute; left: 360px; : 0; overflow: hidden; display: none; } #box > #big_box > img{ position: absolute; left: 0; : 0; } #list { margin: 20px 0 0 100px; } #list ul li { float: left; margin: 5px; cursor: pointer; } </style> </head> <body> <div id="box"> <div id="small_box"> <img src="images/pic001.jpg" alt=""> <span id="mask"></span> </div> <div id="big_box"> <img src="images/pic01.jpg" alt=""> </div> </div> <div id="list"> <ul> <li><img src="images/pic0001.jpg" alt=""></li> <li><img src="images/pic0002.jpg" alt=""></li> <li><img src="images/pic0003.jpg" alt=""></li> <li><img src="images/pic0004.jpg" alt=""></li> </ul> </div> <script src="../../MyTools/MyTools.js"></script> <script> window.addEventListener('load', function (ev) { // 1. 获取标签 var box = myTools.$('box'), s_box = box.children[0], b_box = box.children[1], mask = s_box.children[1]; var list_Lis = myTools.$('list').getElementsByTagName('li'); b_img = b_box.children[0]; // 2. 监听鼠标进入小盒子 s_box.addEventListener('mouseover', function (evt) { // 2.1 显示隐藏内容 mask.style.display = 'block'; b_box.style.display = 'block'; // 2.2 监听鼠标移动 s_box.addEventListener('mousemove', function (evt1) { var e = evt1 || window.event; // 2.3 求出鼠标坐标 var pointX = e.pageX - box.offsetLeft - mask.offsetWidth 0.5; var pointY = e.pageY - box.offsetTop - mask.offsetHeight 0.5; // 2.4 边界碰撞检测 if (pointX < 0) { pointX = 0 } else if (pointX >= s_box.offsetWidth - mask.offsetWidth - 2) { pointX = s_box.offsetWidth - mask.offsetWidth - 2; } if (pointY < 0) { pointY = 0 } else if (pointY >= s_box.offsetHeight - mask.offsetHeight - 2) { pointY = s_box.offsetHeight - mask.offsetHeight - 2; } // 2.5 让放大镜走起来 mask.style.left = pointX + 'px'; mask.style. = pointY + 'px'; // 2.6 让大盒子中图片走起来 / smallX / bigX = sBox.width / bBox.width bixX = smallX/(sBox.width / bBox.width) / b_img.style.left = -pointX / (s_box.offsetWidth/b_box.offsetWidth) + 'px'; b_img.style. = -pointY / (s_box.offsetHeight/b_box.offsetHeight) + 'px'; }) }); // 3. 监听鼠标离开小盒子 s_box.addEventListener('mouseout', function (evt) { // 2.1 隐藏内容 mask.style.display = 'none'; b_box.style.display = 'none'; }); // 4. 监听鼠标点击li标签 for (var i = 0; i < list_Lis.length; i++) { (function (i) { var li = list_Lis[i]; li.addEventListener('mouseover',function (ev1) { s_box.children[0].src = 'images/pic0'+(i+1)+'.jpg'; b_img.src = 'images/pic0'+(i+1)+'.jpg'; }); })(i); } }); </script> </body> </html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
上一篇:JavaScript实现联动菜单特效
下一篇:JS实现字体背景跑马灯
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程