orchestra-information.module.less 710 B

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