1 Star 0 Fork 0

big/slth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
countdown.html 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
big 提交于 2018-08-31 14:23 . 日期倒计时
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="js/ui/jquery.min.js"></script>
<style>
.count-down-title{float: left;margin-right: 20px}
.count-down-content{float: left}
.count-down-content span{width: 30px;}
</style>
</head>
<body>
<div class="count-down" data-end="2018/8/24 15:53">
<div class="count-down-title">临时提权有效期</div>
<div class="count-down-content">
<span class="day">0</span>
<span class="hour">0</span>
<span class="minute">0</span>
<span class="sec">0</span>
</div>
</div>
<script src="js/web/countdown.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bigjian2818/slth.git
git@gitee.com:bigjian2818/slth.git
bigjian2818
slth
slth
master

搜索帮助