cart.wxss 569 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @import "../../style/iconfont";
  2. .cart {
  3. display: flex;
  4. align-items: center;
  5. background: #fff;
  6. }
  7. .minus {
  8. padding: 0 30rpx;
  9. height: 98rpx;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. }
  14. .add {
  15. padding: 0 0 0 30rpx;
  16. height: 98rpx;
  17. display: flex;
  18. align-items: center;
  19. justify-content: center;
  20. }
  21. .iconfont {
  22. font-size: 28rpx;
  23. }
  24. .input {
  25. width: 80rpx;
  26. height: 40rpx;
  27. font-weight: 600;
  28. font-size: 24rpx;
  29. color: #2d2d2d;
  30. text-align: center;
  31. background: #eff0f2;
  32. border-radius: 6rpx;
  33. }
  34. .cant {
  35. opacity: 0.3;
  36. }