index.module.less 575 B

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