index.module.less 889 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. :global {
  16. .van-cell__value {
  17. flex: 0 auto;
  18. }
  19. }
  20. .unitCount {
  21. padding-top: 10px;
  22. padding-left: 8px;
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-between;
  26. }
  27. .countSection {
  28. display: flex;
  29. align-items: center;
  30. font-size: 12px;
  31. line-height: 17px;
  32. color: #333333;
  33. flex-direction: column;
  34. .nums {
  35. font-family: 'DIAN';
  36. font-weight: bold;
  37. color: #333333;
  38. font-size: 20px;
  39. padding-bottom: 3px;
  40. }
  41. & + .countSection {
  42. margin-left: 25px;
  43. }
  44. }
  45. }
  46. .wapList {
  47. width: 44px;
  48. height: 44px;
  49. flex-shrink: 0;
  50. margin-left: 18px;
  51. }