index.module.less 915 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .skeleton {
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. width: 100vw;
  6. height: 100vh;
  7. padding: 20px 30px;
  8. background-color: #fff;
  9. z-index: 1000;
  10. --van-skeleton-paragraph-height: .8rem;
  11. }
  12. .detail {
  13. width: 100vw;
  14. height: auto;
  15. overflow: hidden;
  16. --header-height: 62px;
  17. // background: var(--container-background);
  18. background: transparent;
  19. position: relative;
  20. .mask{
  21. position: absolute;
  22. z-index: 6;
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .container {
  27. margin: 0;
  28. border-radius: 10px;
  29. }
  30. :global{
  31. #osmdCanvasPage1 {
  32. position: relative !important;
  33. }
  34. #musicAndSelection{
  35. height: initial !important;
  36. max-height: initial !important;
  37. }
  38. .smoothAnimationBox {
  39. height: 0 !important;
  40. overflow: hidden;
  41. }
  42. }
  43. }