index.acss 372 B

1
  1. @keyframes ant-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.ant-skeleton-title{height:20px;width:45%;margin-bottom:20px;border-radius:4px;background:#eee}.ant-skeleton-title-animate{background:linear-gradient(90deg,#eee 25%,rgba(204,204,204,.6) 37%,#eee 63%);background-size:400% 100%;animation:ant-skeleton-loading 1.4s ease infinite}