# cursor-vcode **Repository Path**: kevin402502/cursor-vcode ## Basic Information - **Project Name**: cursor-vcode - **Description**: web端 实现 app客户端 “输入验证码 ”的效果 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2021-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cursor-vcode **Web 端 实现 app “输入验证码 ”的效果**  ### 效果预览  ### 效果实现思路 使用label标签做显示验证码的框, 然后每个label for属性指向同一个 id 为`vcode` 的input, 为了能够触发input焦点, 将input 改透明度样式隐藏, 这样就实现了 点击label触发 input焦点,调用键盘。 ### 结构 ```