theory.module.less 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .groupTitle {
  2. font-size: 16px;
  3. font-weight: 500;
  4. color: #333333;
  5. line-height: 22px;
  6. display: flex;
  7. align-items: center;
  8. .groupImg {
  9. width: 36px;
  10. height: 36px;
  11. border-radius: 10px;
  12. overflow: hidden;
  13. margin-right: 12px;
  14. }
  15. }
  16. .cell {
  17. background: #f7f8f9;
  18. border-radius: 4px;
  19. margin: 10px 10px 0;
  20. width: auto;
  21. padding: 12px 8px;
  22. overflow: hidden;
  23. .title {
  24. font-size: 14px;
  25. color: #666;
  26. }
  27. }
  28. .time {
  29. font-size: 14px;
  30. color: #999;
  31. padding-bottom: 6px;
  32. }
  33. .imgCover {
  34. width: 100%;
  35. height: 175px;
  36. }
  37. .musicTitle {
  38. width: 230px;
  39. }
  40. .theory {
  41. --van-collapse-item-content-padding: 0;
  42. :global {
  43. .van-collapse-item {
  44. margin: 0 14px 10px;
  45. border-radius: 8px;
  46. overflow: hidden;
  47. }
  48. .van-collapse-item__content {
  49. overflow: hidden;
  50. padding-bottom: 10px;
  51. }
  52. }
  53. }