3 Star 10 Fork 4

hellosun/h5-factory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
yangyuji 提交于 2020-03-10 11:30 . v2.0版本
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>h5-factory</title>
<meta name="keywords" content="h5-factory">
<meta name="description" content="h5-factory,html5-factory,html-factory,html5-editor,html-editor,vuejs,vuejs2,vue-admin">
<style type="text/css">
.loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%)
}
.loading span {
color: #8B90A0;
animation: animate 1.75s ease infinite alternate;
}
.loading span:nth-child(1) {
animation-delay: .25s;
}
.loading span:nth-child(2) {
animation-delay: .5s;
}
.loading span:nth-child(3) {
animation-delay: .75s;
}
.loading span:nth-child(4) {
animation-delay: 1s;
}
.loading span:nth-child(5) {
animation-delay: 1.25s;
}
.loading span:nth-child(6) {
animation-delay: 1.5s;
}
.loading span:nth-child(7) {
animation-delay: 1.75s;
}
@keyframes animate {
from { font-size: 1em }
to { font-size: 4em }
}
@-webkit-keyframes animate {
from { font-size: 1em }
to { font-size: 4em }
}
</style>
</head>
<body>
<div id="app">
<div class="loading">
<span>H</span>
<span>5</span>
<span>-</span>
<span>F</span>
<span>a</span>
<span>c</span>
<span>t</span>
<span>o</span>
<span>r</span>
<span>y</span>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hellosun/h5-factory.git
[email protected]:hellosun/h5-factory.git
hellosun
h5-factory
h5-factory
master

搜索帮助