index.module.less 568 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .cellGroup {
  2. padding: 10px 8px;
  3. margin-top: 8px;
  4. margin-bottom: 16px;
  5. :global {
  6. .van-cell {
  7. padding: 0 0 16px;
  8. &:last-child {
  9. padding: 0;
  10. }
  11. }
  12. }
  13. }
  14. .infoImg {
  15. width: 104px;
  16. height: 72px;
  17. border-radius: 6px;
  18. overflow: hidden;
  19. }
  20. .valueContent {
  21. margin-left: 10px;
  22. display: flex;
  23. flex-direction: column;
  24. justify-content: space-between;
  25. h2 {
  26. font-size: 14px;
  27. font-weight: 400;
  28. color: #333333;
  29. line-height: 20px;
  30. }
  31. p {
  32. font-size: 11px;
  33. color: #999999;
  34. line-height: 16px;
  35. }
  36. }