1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .cardPreview {
- width: 920px;
- overflow: hidden;
- :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);
- .instrumentGroup {
- height: 82vh;
- }
- }
|