jquery实现兼容手机端移动端的滑块拖动验证效果代码
代码语言:html
所属分类:验证
代码描述:jquery实现兼容手机端移动端的滑块拖动验证效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script>
<title>滑动解锁验证</title>
<style>
body{
padding: 100px 30px;
}
#slide_box {
width: 70%;
height: 42px;
text-align: center;
line-height: 42px;
font-size: 14px;
color: #717171;
background-color: #e8e8e8;
border: none;
margin-bottom: 20px;
border-radius:42px;
}
#slide_xbox {
width: 50px;
height: 42px;
t.........完整代码请登录后点击上方下载按钮下载查看
网友评论0