1 Star 3 Fork 0

盖飞/生日祝福

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
盖飞 提交于 2023-08-01 15:42 . 生日祝福
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<style>
.iframepage {
-webkit-overflow-scrolling: touch;
overflow-x: scroll;
overflow-y: hidden;
}
::-webkit-scrollbar {
width: 0px;
}
/*局部滚动的dom节点*/
.scroll-el {
overflow: auto;
}
</style>
<body>
<iframe src="./html/login.html" id="iframepage" scrolling="no" onload="changeFrameHeight()" frameborder="0"
style="width:100%" marginwidth="0" marginheight="0"></iframe>
<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/jquery-1.8.4.min.js" type="text/javascript"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaifei123/birthday-greetings.git
git@gitee.com:gaifei123/birthday-greetings.git
gaifei123
birthday-greetings
生日祝福
master

搜索帮助