3 Star 0 Fork 0

魔理沙沙/demo-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
normal.html 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
魔理沙沙 提交于 2016-08-25 16:17 . 首次提交
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<style type="text/css">
body {margin: 0;}
.progress span {
display: block;
height: 3px;
background-color: #777;
}
.blue span {background-color: #34c2e3;}
.cyan span {background-color: #06C1AE;}
.orange span {
background-color: #fecf23;
background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
}
.stripes span {
background-size: 20px 20px;
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .35) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%,
rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
-webkit-animation: animate-stripes 1s linear infinite;
}
/* 定义动画 */
@-webkit-keyframes animate-stripes {
0% {background-position: 0 0;}
100% {background-position: 60px 0;}
}
.loading {
text-align: center;
color: #ccc;
margin-top: 20px;
font-style: italic;
}
</style>
</head>
<body>
<div class="progress orange stripes">
<span></span>
</div>
<div class="loading">loading&hellip;</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mlss/demo-app.git
git@gitee.com:mlss/demo-app.git
mlss
demo-app
demo-app
master

搜索帮助