index.module.less 575 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .unitDetail {
  2. }
  3. .unitSection {
  4. margin: 12px 13px;
  5. padding: 13px 15px;
  6. width: auto;
  7. overflow: hidden;
  8. border-radius: 10px;
  9. .unitTitle {
  10. font-size: 16px;
  11. font-weight: 500;
  12. color: #333333;
  13. }
  14. .unitCount {
  15. padding-top: 10px;
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. }
  20. .qNums {
  21. display: flex;
  22. align-items: center;
  23. font-size: 14px;
  24. color: #333333;
  25. line-height: 20px;
  26. .num {
  27. color: #f67146;
  28. }
  29. }
  30. .icon {
  31. width: 14px;
  32. height: 14px;
  33. margin-right: 4px;
  34. }
  35. }