num-range.less 414 B

123456789101112131415161718192021222324252627
  1. .content {
  2. display: flex;
  3. justify-content: space-around;
  4. align-items: center;
  5. height: 35px;
  6. }
  7. .right, .left {
  8. height: 100%;
  9. display: flex;
  10. border-radius: 20px;
  11. align-items: center;
  12. justify-content: space-between;
  13. border: 1px solid #ccc;
  14. display: flex;
  15. padding: 0px 5px;
  16. .unit {
  17. text-align: center;
  18. color: #666;
  19. }
  20. input {
  21. font-size: 14px;
  22. color: #333;
  23. }
  24. }