lockjs实现一个物理实体字母组合密码锁开锁效果代码

代码语言:html

所属分类:其他

代码描述:采用lockjs插件实现一个物理实体字母组合键转动的密码锁开锁效果代码,可以自定义解锁字母组合和解锁转动的事件回调等设置。

代码标签: 密码锁 字母 组合 实体

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<html>

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>JavaScript密码锁代码</title>
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/lock.css">
    <style>
        html,*{font-family:'Inter'}body{background-color:#222;line-height:1.6;color:#fff}.lead{font-size:1.5rem;font-weight:300}.container{margin:150px auto;max-width:960px}.btn{padding:1.25rem;border:0;border-radius:3px;background-color:#4F46E5;color:#fff;cursor:pointer}.output{background:#E5E7EB;color:#222;padding:2rem 1rem;border-radius:5px;margin:2rem auto;font-size:1.5rem}div[id^=mylock]{background:#222;text-align:center}
    </style>
</head>


<body>
    <div class="container">
        <h1>JavaScript密码锁代码</h1>
 .........完整代码请登录后点击上方下载按钮下载查看

网友评论0