1 Star 0 Fork 1

深圳云起新技术有限公司/slot_template

forked from 无名/game_template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
玛卡巴卡 提交于 2024-02-22 13:34 . init
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GL游戏</title>
</head>
<body>
<div id="__app">
<div class="game_body">
<div id="game"></div>
</div>
<div id="game_debug"></div>
</div>
<style>
html,body{
padding: 0;
margin: 0;
background-color: #24262b;
width: 100%;
height: 100%;
}
#__app{
width: 100%;
height: 100%;
}
#game{
width: 50.625vh;
height: 90vh;
border-radius: 24px;
background: #d0d0d0;
border: 6px solid #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
overflow: hidden;
}
#game_debug{
width: 240px;
right: 0;
position: absolute;
}
.game_body{
width: calc(100% - 240px);
height: 100%;
position: absolute;
}
</style>
<script type="module" src="./src/glsdk.js"></script>
<script type="module" src="./src/main.js"> </script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wumingqyl/slot_template.git
git@gitee.com:wumingqyl/slot_template.git
wumingqyl
slot_template
slot_template
main

搜索帮助