index.module.less 947 B

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