Html
    Css
    Js

    
                        
#slider {
	margin:100px auto;
	width:300px;
	height:40px;
	position:relative;
	border-radius:2px;
	background-color:#dae2d0;
	overflow:hidden;
	text-align:center;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none
}
#slider_bg {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background-color:#7ac23c;
	z-index:1
}
#label {
	width:46px;
	position:absolute;
	left:0;
	top:0;
	height:38px;
	line-height:38px;
	border:1px solid #ccc;
	background:#fff;
	z-index:3;
	cursor:move;
	color:#ff9e77;
	font-size:16px;
	font-weight:900
}
#labelTip {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:microsoft yahei,serif;
	color:#787878;
	line-height:38px;
	text-align:center;
	z-index:2
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.9.1
 立即下载

手机滑动验证

1
      P.12-8.0
      2021/7/29 10:18:30
      怎么判断是否验证 回复