本文实例为大家分享水平进度条拖拽效果的js具体代码,供大家参考,具体内容如下
<Meta charset="UTF-8">
Document
@H_404_6@
*{
margin: 0;
padding: 0;
}
.scroll{
margin:100px;
width: 500px;
height: 5px;
background: #ccc;
position: relative;
}
.bar{
width: 10px;
height: 20px;
background: #369;
position: absolute;
top: -7px;
left: 0;
cursor: pointer;
}
.mask{
position: absolute;
left: 0;
top: 0;
background: #369;
width: 0;
height: 5px;
}
</div>
<div class="mask" id="mask"></div>