1 Star 0 Fork 1

yang/h5games

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
李朝阳 提交于 2017-02-28 11:14 . 12
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 设置缩放 -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" />
<!-- 可隐藏地址栏,仅针对IOS的Safari(注:IOS7.0版本以后,safari上已看不到效果) -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- 仅针对IOS的Safari顶端状态条的样式(可选default/black/black-translucent ) -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- IOS中禁用将数字识别为电话号码/忽略Android平台中对邮箱地址的识别 -->
<meta name="format-detection" content="telephone=no, email=no" />
<meta charset="UTF-8">
<title>Document</title>
<script src="js/zepto.js"></script>
<script src="js/main.js"></script>
<style>
*{padding: 0px;margin: 0px;}
body,html{width: 100%;height: 100%;}
#main{width:100%;height: 100%;position: relative;background: orange;overflow: hidden;}
#playing{width: 100px;height:30px;line-height: 30px;text-align: center;background: #2c2c2c;color: #fff; float: left;border-radius: 6px;position: absolute;left: 50%;margin-left: -50px;bottom: 30px;}
</style>
</head>
<body>
<div id="main">
<div id="playing">开始游戏</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/Jerryee/h5games.git
git@gitee.com:Jerryee/h5games.git
Jerryee
h5games
h5games
master

搜索帮助