index.module.less 639 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .cardPreview {
  2. width: 920px;
  3. overflow: hidden;
  4. :global {
  5. .n-card__content {
  6. height: 517px;
  7. border-radius: 0 0 16px 16px !important;
  8. overflow: hidden;
  9. }
  10. .n-card-header__main {
  11. max-width: 60%;
  12. margin: 0 auto;
  13. white-space: nowrap;
  14. overflow: hidden;
  15. text-overflow: ellipsis;
  16. }
  17. }
  18. }
  19. .maxCard {
  20. width: 1200px;
  21. .pptBox {
  22. height: 700px;
  23. }
  24. }
  25. .cardLarge {
  26. position: relative;
  27. width: 1360px;
  28. .musicPreview {
  29. height: 82vh;
  30. }
  31. // height: calc(85vh - var(--modal-lesson-tab-height) - 151.171875px - 12px);
  32. .instrumentGroup {
  33. height: 82vh;
  34. }
  35. }