123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body {
- overflow: hidden;
- }
- .skeleton {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 100vh;
- padding: 20px 30px;
- background-color: #fff;
- z-index: 1000;
- --van-skeleton-paragraph-height: .8rem;
- }
- .detail {
- width: 100vw;
- height: auto;
- overflow: hidden;
- --header-height: 62px;
- // background: var(--container-background);
- background: transparent;
- position: relative;
- .mask{
- position: absolute;
- z-index: 6;
- width: 100%;
- height: 100%;
- }
- .container {
- margin: 0;
- border-radius: 10px;
- }
- :global{
- #osmdCanvasPage1 {
- position: relative !important;
- }
- #musicAndSelection{
- height: initial !important;
- max-height: initial !important;
- }
- .smoothAnimationBox {
- height: 0 !important;
- overflow: hidden;
- }
- }
- }
|