@import '~@zgfe/business-lib/es/assets/styles/inner.less';

.mi-common-interval {
  .ant-spin-nested-loading {
    width: 100%;
  }
  &-loading-icon {
    z-index: 1000;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../../style/image/ring.svg') no-repeat;
    background-size: contain;
  }

  &-none-text {
    color: #354354;
    font-size: 14px;
  }

  &-none-empty {
    width: 88px;
    height: 88px;
    background-image: url('../../../style/image/empty.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &-none-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mi-common-interval-content {
  width: 100%;
  .ant-spin-text {
    color: #ccc;
  }
}
