1 Star 0 Fork 0

songjhh / yaoyao_birthday_wishes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 915 Bytes
一键复制 编辑 原始数据 按行查看 历史
songjhh 提交于 2020-10-15 22:05 . feat: set favicon.ico
<!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">
<link rel="shortcut icon" href="https://songjhh-image.oss-cn-shenzhen.aliyuncs.com/yaoyao-image/ayao.jpg">
</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" 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/login.js" type="text/javascript"></script>
</body>
</html>
1
https://gitee.com/songjhh/yaoyao_birthday_wishes.git
git@gitee.com:songjhh/yaoyao_birthday_wishes.git
songjhh
yaoyao_birthday_wishes
yaoyao_birthday_wishes
master

搜索帮助