:global{
  .zp-skeleton{
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    color: transparent;
    line-height: 1;
    border-radius: 3PX;
    width: 150px;
  }

  .skeleton-small{
    width: 50px;
  }

  .skeleton-middle{
    width: 150px;
  }

  .skeleton-large{
    width: 250px;
  }

  .skeleton-fill{
    width: 100%;
    height: 100%;
  }
}
