@import '../../styles/define';

.hor-skeleton {
  @extend %df;
  @extend %fdc;
  @extend %aic;
  @extend %jcc;
  min-height: j(330);
}
.hor-skeleton-error {
  :deep {
    .van-empty__description {
      word-break: break-all;
      color: var(--van-danger-color);
    }
  }
}
.hor-skeleton-button {
  padding: j(6) j(32);
  color: var(--hor-text-color-2);
  background-color: transparent;
}