1 Star 0 Fork 7

akaedu202/uniui

forked from anyup/colorful-uni 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
h5model.html 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
colorful-app 提交于 2024-11-03 17:30 +08:00 . feat: home new page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anyup Colorful UI 演示</title>
<style>
.demo-preview-wrap {
position: fixed;
z-index: 10;
top: 5vh;
width: 330px;
height: 90vh;
box-sizing: border-box;
border-radius: 30px;
margin: 0 auto;
left: calc(50% - 165px);
}
img {
position: absolute;
width: 100%;
height: 100%;
z-index: 11;
}
.demo-time {
position: absolute;
top: 17px;
left: 37px;
z-index: 12;
font-size: 12px;
color: #becde9;
font-weight: 700;
}
iframe {
position: relative;
padding: 48px 16px;
width: 100%;
height: 100%;
overflow-y: auto;
box-sizing: border-box;
z-index: 12;
}
@media (max-width: 750px) {
.demo-preview-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
img {
display: none;
}
iframe {
padding: 0;
}
}
</style>
</head>
<body>
<div class="demo-preview-wrap">
<img src="https://www.anyup.cn/static/anyup/images/iphone.png" />
<iframe src="https://www.anyup.cn/h5/#/" scrolling="auto" frameborder="0"></iframe>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/akaedu2012/uniui.git
git@gitee.com:akaedu2012/uniui.git
akaedu2012
uniui
uniui
master

搜索帮助