代码拉取完成,页面将自动刷新
<template>
<div class="com__box">
<!-- loading -->
<div class="loading">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<!-- 说明:组件名 -->
<h4 class="explain">L49.vue</h4>
</div>
</template>
<style lang="scss" scoped>
.loading,
.loading > div {
position: relative;
box-sizing: border-box;
}
.loading {
display: block;
font-size: 0;
color: #000;
}
.loading.la-dark {
color: #333;
}
.loading > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor;
}
.loading {
width: 40px;
height: 32px;
}
.loading > div {
width: 4px;
height: 32px;
margin: 2px;
margin-top: 0;
margin-bottom: 0;
border-radius: 0;
animation: line-scale-pulse-out 0.9s infinite
cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.loading > div:nth-child(3) {
animation-delay: -0.9s;
}
.loading > div:nth-child(2),
.loading > div:nth-child(4) {
animation-delay: -0.7s;
}
.loading > div:nth-child(1),
.loading > div:nth-child(5) {
animation-delay: -0.5s;
}
.loading.la-sm {
width: 20px;
height: 16px;
}
.loading.la-sm > div {
width: 2px;
height: 16px;
margin: 1px;
margin-top: 0;
margin-bottom: 0;
}
.loading.la-2x {
width: 80px;
height: 64px;
}
.loading.la-2x > div {
width: 8px;
height: 64px;
margin: 4px;
margin-top: 0;
margin-bottom: 0;
}
.loading.la-3x {
width: 120px;
height: 96px;
}
.loading.la-3x > div {
width: 12px;
height: 96px;
margin: 6px;
margin-top: 0;
margin-bottom: 0;
}
@keyframes line-scale-pulse-out {
0% {
transform: scaley(1);
}
50% {
transform: scaley(0.3);
}
100% {
transform: scaley(1);
}
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。