index.less 784 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .cat-inputnumber {
  2. display: flex;
  3. align-items: center;
  4. &__button {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. width: 56rpx !important;
  9. height: 56rpx;
  10. line-height: 0;
  11. padding: 0;
  12. margin: 0;
  13. &:not([size='mini']) {
  14. margin: 0;
  15. }
  16. &.minus {
  17. border-top-right-radius: 0;
  18. border-bottom-right-radius: 0;
  19. }
  20. &.plus {
  21. border-top-left-radius: 0;
  22. border-bottom-left-radius: 0;
  23. }
  24. }
  25. &__input {
  26. width: 90rpx;
  27. height: 56rpx;
  28. font-size: 24rpx;
  29. font-weight: bold;
  30. text-align: center;
  31. background-color: #f2f2f2;
  32. margin: 0 4rpx;
  33. }
  34. }