滑动验证edit icon

创建者:
流光
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.js
index.html
            
            <!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="./style.css">
  <script src="./index.js"></script>
</head>

<body>
   <div id="dragContainer">
            <!-- 容器初始背景 -->
            <div id="dragBg"></div>
            <!-- 绿色背景 -->
            <div id="dragText"></div>
            <!-- 滑动容器文本 -->
            <div id="dragHandler" class="dragHandlerBg"></div>
       </div>
</body>

</html>
        
编辑器加载中
预览
控制台