index.module.less 718 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .contentInformation {
  2. // padding: 13px;
  3. overflow: hidden;
  4. .addPhone {
  5. width: calc(100% - 26px);
  6. color: var(--van-primary-text);
  7. border-color: #fff;
  8. border-radius: 10px;
  9. font-size: 16px;
  10. margin: 12px 13px;
  11. }
  12. .contentCell {
  13. padding: 13px 13px 3px;
  14. &:last-child {
  15. padding-bottom: 16px;
  16. }
  17. }
  18. .img {
  19. width: 142px;
  20. height: 80px;
  21. overflow: hidden;
  22. border-radius: 10px;
  23. margin-right: 15px;
  24. flex-shrink: 0;
  25. }
  26. .title {
  27. font-size: 14px;
  28. font-weight: 500;
  29. color: #333333;
  30. line-height: 21px;
  31. }
  32. .label {
  33. font-size: 12px;
  34. color: #777777;
  35. line-height: 17px;
  36. }
  37. .content {
  38. }
  39. .time {
  40. color: #aaaaaa;
  41. }
  42. }