SOURCE

console 命令行工具 X clear

                    
>
console
<div _ngcontent-c5="" class="water ng-star-inserted"></div>
[_nghost-c5] {
  display: flex;
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.title[_ngcontent-c5] {
  color: gray;
  margin-top: 1.5rem; }

.water[_ngcontent-c5] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background: url("https://dstore-appstore.deepin.cn/international/assets/images/water_front.svg") repeat-x, url("https://dstore-appstore.deepin.cn/international/assets/images/water_back.svg") repeat-x, rgba(43, 169, 243, 0.15);
  background-size: 500% 100%;
  --position: 1rem;
  background-position: left var(--position);
  -webkit-animation: flow 20s infinite linear;
          animation: flow 20s infinite linear; }

@-webkit-keyframes flow {
  from {
    background-position: 0 var(--position), 500% var(--position); }
  to {
    background-position: 500% var(--position), 0 var(--position); } }

@keyframes flow {
  from {
    background-position: 0 var(--position), 500% var(--position); }
  to {
    background-position: 500% var(--position), 0 var(--position); } }

a[_ngcontent-c5] {
  color: blue; }

.failed[_ngcontent-c5] {
  margin-bottom: 1rem;
  width: 3rem; }

.timeout[_ngcontent-c5] {
  color: red; }