1 Star 0 Fork 0

JackAugust/LoveDay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 5.47 KB
一键复制 编辑 原始数据 按行查看 历史
JackAugust 提交于 2020-02-14 01:11 . update index.html.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="static/nigeerhuox16.ico.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>love</title>
<link rel="stylesheet" href="./static/style.css">
</head>
<body>
<img src="static/music.png" style="position: fixed;z-index: 10001;top:10px;right:10px;" onclick="let m = document.querySelector('.song-audio-autoplay'); if (m.paused ) {m.play(); this.className = 'rotateImages'} else {m.pause(); this.className = ''}">
<audio class="song-audio-autoplay" autoplay="autoplay" loop="loop">
<source src="static/beautiful.mp3"></source>
Your browser isn't invited for super fun audio time.
</audio>
<style type="text/css">
.rotateImages{
-webkit-animation:myRotate 10s linear infinite;
animation:myRotate 10s linear infinite;
}
@-webkit-keyframes myRotate{
0%{ -webkit-transform: rotate(0deg);}
50%{ -webkit-transform: rotate(180deg);}
100%{ -webkit-transform: rotate(360deg);}
}
@keyframes myRotate{
0%{ -webkit-transform: rotate(0deg);}
50%{ -webkit-transform: rotate(180deg);}
100%{ -webkit-transform: rotate(360deg);}
}
</style>
<div style="width:100%;max-width:500px;margin:0 auto;position: relative;">
<div class="pass-time">
<p class="finalText"></p>
<p>
<span class="kwy days"></span>
<span class="kwy hours"></span>
<span class="kwy minutes"></span>
<span class="kwy seconds"></span>
</p>
</div>
<marquee id="marquee" direction = "up" scrollamount="2" style="color:white; height:100px;line-height: 20px;font-size:12px;text-align: center;">
</marquee>
<div id="pBg1cNNqT-an-obj-2"><img height="180" width="500" src="./static/boy-girl/2000.jpg">
</div>
<div id="pBg1cNNqT-an-obj-3">
<div id="pBg1cNNqT-an-obj-4"><img height="338" width="350"
src="./static/boy-girl/2000(1).jpg"></div>
<div id="pBg1cNNqT-an-obj-5"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-6"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-7"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-8"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-9"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-10"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-11"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-12"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-13"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-14"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-15"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-16"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-17"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-18"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
<div id="pBg1cNNqT-an-obj-19"><img height="113" width="85"
src="./static/boy-girl/2000(2).jpg"></div>
</div>
<div id="pBg1cNNqT-an-obj-20">
<div id="pBg1cNNqT-an-obj-21"><img height="61" width="135"
src="./static/boy-girl/2000(3).jpg"></div>
<div id="pBg1cNNqT-an-obj-22"><img height="256" width="237"
src="./static/boy-girl/2000(4).jpg"></div>
<div id="pBg1cNNqT-an-obj-23"><img height="159" width="104"
src="./static/boy-girl/2000(5).jpg"></div>
</div>
<div id="pBg1cNNqT-an-obj-24">
<div id="pBg1cNNqT-an-obj-25"><img height="401" width="195"
src="./static/boy-girl/2000(6).jpg"></div>
<div id="pBg1cNNqT-an-obj-26"><img height="290" width="161"
src="./static/boy-girl/2000(7).jpg"></div>
</div>
</div>
<script src="config.js"></script>
<script src="static/index.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Jack2SS/LoveDay.git
[email protected]:Jack2SS/LoveDay.git
Jack2SS
LoveDay
LoveDay
master

搜索帮助