@import '~@cainiaofe/cn-ui-m-theme/token.px';
$class-prefix: 'cn-ui-m';

.#{$hashClassName}.#{$class-prefix}-list-pro {
  width: 100%;
  background-color: $m-color-bg-white;
  &--card {
    background-color: transparent;
  }
  .#{$class-prefix}-list-pro {
    &--no-more {
      padding-top: $m-s-12;
      display: flex;
      align-items: center;
      justify-content: center;
      color: $m-color-text-tip;
    }
  }
}
