index.module.less 679 B

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