index.module.less 1001 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .helpCenter {
  2. .title {
  3. font-size: 16px;
  4. color: #333333;
  5. line-height: 22px;
  6. }
  7. .container {
  8. margin-top: 12px;
  9. :global {
  10. .van-cell {
  11. padding: 18px 13px;
  12. }
  13. }
  14. }
  15. .containerInformation {
  16. .img {
  17. width: 142px;
  18. height: 80px;
  19. border-radius: 10px;
  20. overflow: hidden;
  21. margin-right: 15px;
  22. flex-shrink: 0;
  23. }
  24. .bgImg {
  25. background-color: #eaeaea;
  26. background-repeat: no-repeat;
  27. background-position: center;
  28. background-image: url('../../mine-orchestra/images/icon-photo-default.png');
  29. }
  30. .title {
  31. font-size: 14px;
  32. font-weight: 500;
  33. color: #333333;
  34. line-height: 21px;
  35. padding-top: 5px;
  36. max-width: 180px;
  37. }
  38. .content {
  39. font-size: 12px;
  40. color: #777777;
  41. line-height: 17px;
  42. word-break: break-all;
  43. }
  44. .time {
  45. padding-bottom: 5px;
  46. font-size: 12px;
  47. color: #aaaaaa;
  48. line-height: 17px;
  49. }
  50. }
  51. }