index.module.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .container {
  2. --header-padding-top: 0.1px;
  3. height: 100vh;
  4. position: relative;
  5. box-sizing: border-box;
  6. height: 100vh;
  7. background-size: cover;
  8. }
  9. .headTitle {
  10. font-size: 12px;
  11. font-weight: bold;
  12. text-align: center;
  13. padding: 7px 0 0 0;
  14. margin: auto 0px auto auto;
  15. }
  16. :global{
  17. .fingering{
  18. // background-color: #fff;
  19. }
  20. }
  21. :global(.openCamera) {
  22. opacity: 0.7;
  23. }
  24. :global(.eyeProtection) {
  25. :global(.fingering) {
  26. // background: var(--eye-background-color);
  27. }
  28. .musicSheet {
  29. background: var(--eye-background-color) !important;
  30. }
  31. &.container {
  32. &::before {
  33. background-image: none;
  34. }
  35. }
  36. }
  37. :global{
  38. .noVip{
  39. .van-dialog__header{
  40. font-size: 18Px;
  41. }
  42. .van-dialog__message{
  43. font-size: 14Px;
  44. padding: 16Px 0;
  45. }
  46. }
  47. .van-popup--center{
  48. margin-left: var(--popup-loading);
  49. }
  50. }
  51. .musicSheet {
  52. z-index: 1;
  53. position: relative;
  54. width: 100%;
  55. height: 100vh;
  56. background-color: #fff;
  57. box-sizing: border-box;
  58. padding-top: 28px;
  59. overflow: hidden;
  60. overflow-y: auto;
  61. box-sizing: border-box;
  62. &::-webkit-scrollbar {
  63. width: 0;
  64. }
  65. }
  66. .skeleton {
  67. :global{
  68. .van-skeleton__content{
  69. .van-skeleton__title,
  70. .van-skeleton__row{
  71. margin: 10px auto;
  72. height: 16px;
  73. }
  74. .van-skeleton__row{
  75. width: 80% !important;
  76. }
  77. }
  78. }
  79. }
  80. .tips {
  81. top: calc(48px + var(--header-padding-top)) !important;
  82. width: auto !important;
  83. > img {
  84. width: 35px !important;
  85. }
  86. :global(.van-notice-bar) {
  87. margin-top: 15px !important;
  88. background: linear-gradient(180deg, #ffcd43 0%, #feaf17 100%) !important;
  89. color: #fff !important;
  90. border: none !important;
  91. margin-left: 1vw !important;
  92. width: 40vw !important;
  93. min-width: 280px !important;
  94. &::before {
  95. border: none !important;
  96. margin-left: -7px !important;
  97. background: #febe2e !important;
  98. }
  99. }
  100. :global(.van-swipe-item) {
  101. font-size: 14px !important;
  102. }
  103. }
  104. .errorWrap{
  105. position: fixed;
  106. left: 0;
  107. top: 0;
  108. width: 100vw;
  109. height: 100vh;
  110. z-index: 1000;
  111. background: #fff;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. }
  116. .partName{
  117. text-align: center;
  118. font-size: 14Px;
  119. margin: auto 0px auto auto;
  120. }