代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>趣游趵突_小程序二维码</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
#div1,#div2{
font-family: ;
font-size: large;
margin: 50px auto;
text-align: center;
}
#div2 img {
width: 200px;
height: 200px;
}
@keyframes animation1 {
0% {
left: -10%;
bottom: 10%;
}
100% {
left: 110%;
bottom: 10%;
}
}
.animation-div {
width: 150px;
height: 150px;
position: fixed;
Left: 0;
Bottom: 0;
z-index: 2;
animation: animation1 6s infinite linear;
-webkit-animation: animation1 6s infinite linear;
/*Safari and Chrome*/
}
</style>
</head>
<body>
<div id="div1">
<big>
<h1>第十八届山东省大学生软件设计大赛</h1>
<br />
<h3>HTML5创意应用微信小程序组:对对队</h3>
</big>
</div>
<div id="div2">
<img src="images/二维码.jpg" />
<p>(小程序二维码)</p>
</div>
<img class="animation-div" src="images/MoveWhite3.gif" />
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。