1 Star 5 Fork 1

hhdRight / ChaoCP-page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
runningGame.html 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"/>
<title>狮子向前冲</title>
<link rel="stylesheet" href="./css/runningGame/kandi.css" type="text/css" media="screen">
</head>
<style>
@media screen and (orientation: portrait) {
html{
width : 100vmin;
height : 100vmax;
}
body{
width : 100vmin;
height : 100vmax;
}
.wrapper{
width : 100vmax;
height : 100vmin;
transform-origin: top left;
transform: rotate(90deg) translate(0,-100vmin);
}
}
@media screen and (orientation: landscape) {
html{
width : 100vmax;
height : 100vmin;
}
body{
width : 100vmax;
height : 100vmin;
}
.wrapper{
width : 100vmax;
height : 100vmin;
}
}
</style>
<body>
<div class="wrapper">
<canvas id="canvas" width="800" height="480">
<p>You're browser does not support the required functionality to play this game.</p>
<p>Please update to a modern browser such as <a href="www.google.com/chrome/‎">Google Chrome</a> to play.</p>
</canvas>
<div id="game-over">
<div id="game-lose"></div>
<a href="javascript:void(0);" class="restart" id="restart">再来一次</a>
<a href="./index.html#nav-games" class="restart" id="restart">返回主页</a>
</div>
</div>
<script type="text/javascript" src="./js/runningGame/kandi.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hhdright/ChaoCP-page.git
git@gitee.com:hhdright/ChaoCP-page.git
hhdright
ChaoCP-page
ChaoCP-page
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891