SOURCE

console 命令行工具 X clear

                    
>
console
<div class="load-zp"></div>
.load-zp {
  width: 8px;
  height: 8px;
  border-radius: 55%;
  box-shadow: -9px -9px #33c6da, 9px -9px #33c6da, -9px 9px #33c6da, 9px 9px #33c6da;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5000;
  pointer-events: none;
  animation: anim1z 1s linear infinite;
}

@keyframes anim1z {
  100% {
    transform: rotate(1turn);
  }
}