orchestra-information.module.less 613 B

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