22 Star 148 Fork 72

锅巴汉化 / 猫国建设者(Kittens Game)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
emulator.html 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
bloodrizer 提交于 2016-10-08 23:07 . Some additional UI cleanup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Framework7 Kitchen Sink</title>
<style>
body {
margin: 0;
padding: 0;
position: relative;
min-width: 900px;
font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
iframe {
width: 100%;
height: 100%;
display: block;
border: none;
}
.devices {
padding-top: 100px;
padding-bottom: 40px;
padding-left:100px;
overflow: hidden;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.device-ios, .device-ipad {
float: left;
}
.device-ios {
width: 320px;
height: 548px;
background: #111;
border-radius: 55px;
box-shadow: 0px 0px 0px 2px #aaa;
padding: 105px 20px;
position: relative;
margin-right: 80px;
}
.device-ipad {
width: 1024px;
height: 700px;
background: #111;
border-radius: 55px;
box-shadow: 0px 0px 0px 2px #aaa;
padding: 50px 80px;
position: relative;
margin-right: 80px;
}
</style>
</head>
<body>
<div class="devices">
<div class="device device-ios">
<iframe src="http://127.0.0.1:9999/index_v2.html" scrolling="no" frameborder="0"></iframe>
</div>
<br>
<div class="device device-ipad">
<iframe src="http://127.0.0.1:9999/index_v2.html" scrolling="no" frameborder="0"></iframe>
</div>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/likexia/cat-zh.git
git@gitee.com:likexia/cat-zh.git
likexia
cat-zh
猫国建设者(Kittens Game)
main

搜索帮助