43 Star 958 Fork 271

德育处主任/前端数据可视化

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
L104.vue 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
德育处主任 提交于 2021-12-01 15:19 +08:00 . Loading 104
<template>
<div class="com__box">
<!-- loading -->
<div class="loading"></div>
<!-- 说明:组件名 -->
<h4 class="explain">L104.vue</h4>
</div>
</template>
<style lang="scss" scoped>
.loading {
width: 8px;
height: 48px;
display: inline-block;
position: relative;
border-radius: 4px;
left: -60px;
animation: loading-animation 1s linear infinite alternate;
}
@keyframes loading-animation {
0% {
box-shadow: 20px 0 rgba(255, 255, 255, 0), 40px 0 rgba(255, 255, 255, 0),
60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0),
100px 0 rgba(255, 255, 255, 0);
}
20% {
box-shadow: 20px 0 #ddd, 40px 0 rgba(255, 255, 255, 0),
60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0),
100px 0 rgba(255, 255, 255, 0);
}
40% {
box-shadow: 20px 0 #ddd, 40px 0 #ddd, 60px 0 rgba(255, 255, 255, 0),
80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);
}
60% {
box-shadow: 20px 0 #ddd, 40px 0 #ddd, 60px 0 #ddd,
80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);
}
80% {
box-shadow: 20px 0 #ddd, 40px 0 #ddd, 60px 0 #ddd, 80px 0 #ddd,
100px 0 rgba(255, 255, 255, 0);
}
100% {
box-shadow: 20px 0 #ddd, 40px 0 #ddd, 60px 0 #ddd, 80px 0 #ddd, 100px 0 #ddd;
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/k21vin/front-end-data-visualization.git
git@gitee.com:k21vin/front-end-data-visualization.git
k21vin
front-end-data-visualization
前端数据可视化
master

搜索帮助