.efly-count {
  @include box();

  .efly-button {
    margin-left: 0;

    &.disabled {
      background: $color-disabled;
    }
  }

  &.no-operate {
    .efly-input {
      input {
        border-left: 1px solid $color-border-base;
        border-right: 1px solid $color-border-base;
      }
    }
  }

  .efly-input {
    input {
      border-left: none;
      border-right: none;
    }
  }
}
