123456789101112131415161718192021222324252627282930313233343536373839 |
- .cardPreview {
- width: 920px;
- :global {
- .n-card__content {
- height: 517px;
- border-radius: 0 0 16px 16px !important;
- overflow: hidden;
- }
- .n-card-header__main {
- max-width: 60%;
- margin: 0 auto;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- }
- .maxCard {
- width: 1200px;
- .pptBox {
- height: 700px;
- }
- }
- .cardLarge {
- position: relative;
- width: 1360px;
- .musicPreview {
- height: 82vh;
- }
- // height: calc(85vh - var(--modal-lesson-tab-height) - 151.171875px - 12px);
- }
|