本文实例为大家分享了JavaScript实现滑块验证解锁的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> // 引入矢量图标库 <link rel="stylesheet" href="https://at.alicdn.com/t/font_2248239_eso2z5bskxk.css"> <title>Document</title> <style> * { margin: 0; padding: 0; } .box { width: 300px; height: 40px; line-height: 40px; text-align: center; background-color: #e8e8e8; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); position: relative; margin-top: 100px; margin-left: 200px; } .box .bgColor { position: absolute; left: 0; top: 0; width: 40px; height: 40px; } .box .tips { position: absolute; width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #000; text-align: center; user-select: none; } .ball { width: 50px; height: 38px; border: 1px solid #ccc; background: #fff; text-align: center; cursor: move; position: absolute; top: 0; left: 0; } </style> </head> <body> <div class="box"> <div class="bgColor"></div> <div class="tips">滑动验证</div> <div class="ball"><i class="iconfont icon-double-arro-right"></i></div> </div> </body> <script> var box = document.getElementsByClassName("box")[0]; var ball = document.getElementsByClassName("ball")[0]; var bgColor = document.getElementsByClassName("bgColor")[0]; var tips = document.getElementsByClassName("tips")[0]; // 设置成功状态 var isSuccess = false; //默认为false 不成功 ball.onmousedown = function(e) { var e = e || window.event; // 获取鼠标相对于事件源左上角的位置 var posx = e.offsetX; // 每次鼠标按下时 清除动画样式 ball.style.transition = ""; bgColor.style.transition = ""; document.onmousemove = function(e) { var e = e || window.event; var x = e.pageX - box.offsetLeft - posx; var max = box.clientWidth - ball.clientWidth; if (x <= 0) { x = 0; } if (x >= max) { x = max; } bgColor.style.width = x + "px"; ball.style.left = x + "px"; bgColor.style.backgroundColor = "#6ff"; if (x == max) { success(); } } document.onmouseup = function() { // 如果没有解锁成功则返回原点 if (!isSuccess) { bgColor.style.width = 0 + "px"; ball.style.left = 0 + "px"; ball.style.transition = "left 0.6s linear"; bgColor.style.transition = "width 0.6s linear"; } // 鼠标抬起时,移除鼠标移动事件和鼠标抬起事件 document.onmouseup = null; document.onmousemove = null; } } // 定义一个滑块解锁成功的方法 function success() { isSuccess = true; // 获取图标 var icon = ball.firstElementChild; tips.textContent = "解锁成功"; bgColor.style.backgroundColor = "lightgreen"; icon.className = "iconfont icon-gou"; icon.style.color = "lightgreen"; //滑动成功时,移除鼠标按下事件 ball.onmousedown = null; } </script> </html>
效果图如下:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
暂无评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新日志
2024年11月28日
2024年11月28日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]