1 Star 0 Fork 0

Toxiic/fake-healthy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Toxiic 提交于 2022-05-28 07:40 . a
<!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>Document</title>
<style>
body {
margin: 0;
}
.texts {
position: absolute;
top: 76px;
text-align: center;
width: 100%;
}
.time {
font-size: 30px;
font-weight: bold;
}
.place {
font-size: 19px;
font-weight: bold;
margin-top: 348px;
}
</style>
</head>
<body>
<img style="width: 100%;" src="https://gitee.com/toxiic/fake-healthy/raw/master/baseimg.jpg">
<!-- <img style="width: 100%;" src="./baseimg.jpg"> -->
<div class="texts">
<div class="time">05月22日11:45:36</div>
<div class="place">济南公共交通集团</div>
</div>
<input type="text" onchange="handleChange()">
</body>
<script src="https://cdn.bootcdn.net/ajax/libs/date-fns/2.0.0-alpha0/date_fns.min.js"></script>
<script>
setInterval(() => {
document.querySelector('.time').innerText = dateFns.format(new Date(), 'MM月DD日hh:mm:ss')
}, 1000);
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/toxiic/fake-healthy.git
git@gitee.com:toxiic/fake-healthy.git
toxiic
fake-healthy
fake-healthy
master

搜索帮助