.dark .el-skeleton__item{background:#303030;display:inline-block;height:16px;border-radius:4px;width:100%}.dark .el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.dark .el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.dark .el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.dark .el-skeleton__button{height:40px;width:64px;border-radius:4px}.dark .el-skeleton__p{width:100%}.dark .el-skeleton__p.is-last{width:61%}.dark .el-skeleton__p.is-first{width:33%}.dark .el-skeleton__text{width:100%;height:13px}.dark .el-skeleton__caption{height:12px}.dark .el-skeleton__h1{height:20px}.dark .el-skeleton__h3{height:18px}.dark .el-skeleton__h5{height:16px}.dark .el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.dark .el-skeleton__image svg{fill:#4c4d4f;width:22%;height:22%}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.dark .el-skeleton{width:100%}.dark .el-skeleton__first-line{height:16px;margin-top:16px;background:#303030}.dark .el-skeleton__paragraph{height:16px;margin-top:16px;background:#303030}.dark .el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#303030),color-stop(37%,#414243),color-stop(63%,#303030));background:linear-gradient(90deg,#303030 25%,#414243 37%,#303030 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}