style.scss 655 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* 步进器 */
  2. .stepper{
  3. width: 90px;
  4. height: 26px;
  5. border: 1px solid #999;
  6. border-radius: 5px;
  7. }
  8. .stepper-content{
  9. border-left: 1px solid #999;
  10. border-right: 1px solid #999;
  11. height: 26px;
  12. text-align: center;
  13. font-size: 14px;
  14. color: #999;
  15. }
  16. .stepper-control{
  17. width: 24px;
  18. height: 100%;
  19. }
  20. .stepper-control-reduce-icon{
  21. font-weight: bold;
  22. font-size: 12px;
  23. }
  24. .stepper-control-add-icon{
  25. transform: scale(0.7);
  26. }
  27. /* 步进器 */
  28. /* 订单类型的 */
  29. .steeper-order{
  30. width: 110px;
  31. }
  32. .steeper-order,.steeper-order .stepper-content{
  33. border-color: #fff;
  34. }
  35. .steeper-order .stepper-content{
  36. color: #fff;
  37. }
  38. /* 订单类型的 */