| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> JavaScript知识库 -> 密室逃脱——js -> 正文阅读 |
|
[JavaScript知识库]密室逃脱——js |
<!DOCTYPE html> <html> <head onselectstart="return false"> ? ? <meta charset="UTF-8"> ? ? <meta name="viewport" content="width=360px,user-scalable=no" /> ? ? <title>密室探险</title> ? ? <style> ? ? ? ? * { ? ? ? ? ? ? margin: 0%; ? ? ? ? ? ? padding: 0%; ? ? ? ? } ? ? ? ? /* ? ? ? ? ? ? ? ? button { ? ? ? ? ? ? color: red; ? ? ? ? ? ? border: black; ? ? ? ? ? ? background-color: ; ? ? ? ? } ? ? ? ? ? ? ? ? button:hover { ? ? ? ? ? ? color: black; ? ? ? ? ? ? border: black; ? ? ? ? ? ? background-color: red; ? ? ? ? ? ? transition: 0.5s; ? ? ? ? } ? ? ? ? ?*/ ? ? ? ? ? ? ? ? body { ? ? ? ? ? ? background-color: rgba(83, 46, 46, 0.61); ? ? ? ? } ? ? ? ? ? ? ? ? .logo { ? ? ? ? ? ? float: left; ? ? ? ? ? ? margin-left: 26%; ? ? ? ? ? ? width: 700px; ? ? ? ? ? ? margin-top: 30px; ? ? ? ? ? ? z-index: 1; ? ? ? ? ? ? position: fixed; ? ? ? ? } ? ? ? ? ? ? ? ? .Ng { ? ? ? ? ? ? margin-left: 78%; ? ? ? ? ? ? margin-top: 500px; ? ? ? ? ? ? float: left; ? ? ? ? ? ? position: fixed; ? ? ? ? } ? ? ? ? ? ? ? ? .Zs { ? ? ? ? ? ? width: 500px; ? ? ? ? ? ? margin-top: 300px; ? ? ? ? ? ? float: left; ? ? ? ? ? ? position: fixed; ? ? ? ? } ? ? ? ? ? ? ? ? div { ? ? ? ? ? ? margin-top: 350px; ? ? ? ? ? ? margin-left: 670px; ? ? ? ? ? ? width: 200px; ? ? ? ? ? ? height: 220px; ? ? ? ? ? ? position: fixed; ? ? ? ? } ? ? ? ? ? ? ? ? button { ? ? ? ? ? ? width: 200px; ? ? ? ? ? ? height: 60px; ? ? ? ? ? ? margin-bottom: 30px; ? ? ? ? ? ? color: brown; ? ? ? ? ? ? background-color: dimgrey; ? ? ? ? ? ? font-size: 30px; ? ? ? ? } ? ? ? ? /* #code1 { ? ? ? ? ? ? width: 140px; ? ? ? ? ? ? margin: 30px 30px; ? ? ? ? ? ? -webkit-filter: grayscale(100%); ? ? ? ? ? ? opacity: 0.5; ? ? ? ? ? ? z-index: 1; ? ? ? ? } ? ? ? ? ? ? ? ? #code1:hover { ? ? ? ? ? ? -webkit-filter: grayscale(0%); ? ? ? ? ? ? opacity: 1; ? ? ? ? ? ? transition: 0.5s; ? ? ? ? } */ ? ? </style> </head> <body> ? ? <img src="img/南瓜头.png" οnclick="input()" alt="ng" class="Ng"> ? ? <img src="img/装饰.png" alt="zs" class="Zs"> ? ? <img src="img/logo.png" alt="logo" class="logo"> ? ? <div><button>门</button> ? ? ? ? <button οnclick="exit()">自杀</button></div> </body> </html> <script type="text/javascript"> ? ? var x = 100000, ? ? ? ? mensum = 1; ? ? function input() { ? ? ? ? var password = prompt('请输入密码:'); ? ? ? ? if (password != 123456) { ? ? ? ? ? ? mensum--; ? ? ? ? ? ? alert('密码错误,房屋塌陷1尺,还剩' + mensum + '尺'); ? ? ? ? ? ? if (mensum == 0) { ? ? ? ? ? ? ? ? 结束(); ? ? ? ? ? ? } ? ? ? ? } else { ? ? ? ? ? ? alert('成功逃脱密室'); ? ? ? ? ? ? alert('游戏结束'); ? ? ? ? ? ? exit(); ? ? ? ? }
? ? } ? ? function 结束() { ? ? ? ? alert('gameover') ? ? ? ? exit(); ? ? } ? ? function exit() { ? ? ? ? window.opener = null; ? ? ? ? window.open('', '_self'); ? ? ? ? window.close(); ? ? } </script> |
|
JavaScript知识库 最新文章 |
ES6的相关知识点 |
react 函数式组件 & react其他一些总结 |
Vue基础超详细 |
前端JS也可以连点成线(Vue中运用 AntVG6) |
Vue事件处理的基本使用 |
Vue后台项目的记录 (一) |
前后端分离vue跨域,devServer配置proxy代理 |
TypeScript |
初识vuex |
vue项目安装包指令收集 |
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/24 2:26:02- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |