index.module.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. :global {
  2. .var-popup .var-popup--center {
  3. overflow: initial;
  4. }
  5. }
  6. .startBtn {
  7. position: fixed;
  8. left: 50%;
  9. top: 50%;
  10. margin-left: -70px;
  11. margin-top: -70px;
  12. width: 140px;
  13. height: 140px;
  14. z-index: 11;
  15. & > img {
  16. display: block;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. }
  21. .endBtn{
  22. position: fixed;
  23. left: 50%;
  24. bottom: 16px;
  25. width: 120px;
  26. height: 40px;
  27. margin-left: -70px;
  28. z-index: 11;
  29. & > img {
  30. display: block;
  31. width: 100%;
  32. height: 100%;
  33. }
  34. }
  35. .operatingBtn{
  36. position: fixed;
  37. right: 30px;
  38. bottom: 0;
  39. height: var(--header-height);
  40. z-index: 99;
  41. display: flex;
  42. align-items: center;
  43. .iconBtn{
  44. width: 50px;
  45. height: 50px;
  46. cursor: pointer;
  47. & + .iconBtn{
  48. margin-left: 20px;
  49. }
  50. }
  51. }
  52. .dialogueBox {
  53. position: fixed;
  54. bottom: -1px;
  55. right: 0;
  56. z-index: 9;
  57. display: flex;
  58. flex-direction: column;
  59. align-items: flex-end;
  60. pointer-events: none;
  61. .dialogue {
  62. position: relative;
  63. right: 21px;
  64. top: 15px;
  65. width: 190px;
  66. height: 50px;
  67. .dialoguebg {
  68. position: absolute;
  69. left: 0;
  70. top: 0;
  71. width: 100%;
  72. }
  73. &>div {
  74. position: relative;
  75. z-index: 1;
  76. padding: 10px;
  77. font-size: 11px;
  78. font-weight: 400;
  79. color: #6F4900;
  80. line-height: 18px;
  81. }
  82. }
  83. .dialogueing {
  84. position: absolute;
  85. bottom: 10px;
  86. right: 70%;
  87. width: 54px;
  88. line-height: 23px;
  89. background: #FFE1B8;
  90. border-radius: 12px;
  91. border: 1px solid #FFFFFF;
  92. font-size: 11px;
  93. color: #6F4900;
  94. text-align: center;
  95. z-index: 1;
  96. }
  97. .dialogueIcon {
  98. width: 110px;
  99. height: 110px;
  100. }
  101. .inRadioIcon {
  102. width: 66px;
  103. height: 72px;
  104. margin-right: 6px;
  105. }
  106. }
  107. .preJson {
  108. width: 1px;
  109. height: 1px;
  110. visibility: hidden;
  111. background: transparent;
  112. opacity: 0;
  113. }
  114. .beginMask{
  115. position: fixed;
  116. top: 0;
  117. left: 0;
  118. width: 100vw;
  119. height: 100vh;
  120. z-index: 10000;
  121. }
  122. .earphoneBox {
  123. position: relative;
  124. width: 674px;
  125. height: 257px;
  126. &.ipadEarphoneBox{
  127. width: 608px;
  128. height: 232px;
  129. .earphoneBtn{
  130. width: 120px;
  131. height: 35px;
  132. }
  133. }
  134. .earphoneBg {
  135. position: absolute;
  136. left: 50%;
  137. top: 0;
  138. height: 100%;
  139. transform: translateX(-50%);
  140. }
  141. .earphoneBtn {
  142. position: absolute;
  143. left: 50%;
  144. bottom: 28px;
  145. width: 133px;
  146. height: 39px;
  147. transform: translateX(-50%);
  148. }
  149. }