.stepper-g {
  display: flex;
  align-items: center;

  &-content {
    text-align: center;
    width: 140rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &-button {
    width: 56rpx;
    height: 56rpx;
    border-radius: 50%;
    text-align: center;
    line-height: 56rpx;
    font-size: 36rpx;
    font-weight: 300;
    cursor: pointer;

    &:active {
      opacity: 0.7;
    }

    &-disabled {
      opacity: 0.3;
      cursor: not-allowed;

      &,
      &:active {
        opacity: 0.3;
      }
    }


  }

  &-plus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  &-minus {
    background-color: #e0e7ef;
  }

}
