index.module.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. .BaseImg {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. z-index: 11;
  8. opacity: 1;
  9. transition: opacity 1s;
  10. &::after {
  11. content: '';
  12. position: absolute;
  13. pointer-events: none;
  14. width: 100%;
  15. height: 100%;
  16. background-color: rgba(0, 0, 0, 0.4);
  17. }
  18. :global {
  19. .BIcon {
  20. position: absolute;
  21. top: -60px;
  22. left: 50%;
  23. transform: translateX(-50%);
  24. width: 30px;
  25. z-index: 10;
  26. cursor: pointer;
  27. display: none;
  28. }
  29. .BIlogo {
  30. z-index: 5;
  31. position: absolute;
  32. top: -60px;
  33. width: 650px;
  34. max-width: 90%;
  35. left: 50%;
  36. transform: translateX(-50%);
  37. }
  38. .BItxt {
  39. text-indent: 2em;
  40. position: absolute;
  41. top: 32%;
  42. left: 50%;
  43. transform: translateX(-50%);
  44. z-index: 10;
  45. width: 70%;
  46. max-height: 200px;
  47. background-size: 100% 100%;
  48. padding: 10px;
  49. background-color: rgba(242, 242, 215, 0.3);
  50. backdrop-filter: blur(4px);
  51. & > img {
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. width: 100%;
  56. object-fit: fill !important;
  57. pointer-events: none;
  58. }
  59. .BItxtImg {
  60. top: auto;
  61. bottom: 0;
  62. }
  63. & > div {
  64. text-align: justify;
  65. width: 100%;
  66. max-height: 180px;
  67. color: #fffddc;
  68. font-size: 14px;
  69. letter-spacing: 3px;
  70. line-height: 22px;
  71. overflow-y: auto;
  72. &::-webkit-scrollbar {
  73. display: none;
  74. }
  75. }
  76. }
  77. .BIbaseBtn {
  78. position: absolute;
  79. bottom: 40px;
  80. left: 50%;
  81. transform: translateX(-50%);
  82. cursor: pointer;
  83. width: 120px;
  84. height: 36px;
  85. z-index: 10;
  86. background-size: 100% 100%;
  87. background-image: url('../../assets/img/btn.png');
  88. color: #fffddc;
  89. transition: all 0.3s;
  90. .BIBtxt {
  91. font-size: 18px;
  92. position: absolute;
  93. top: 0;
  94. left: 0;
  95. width: 100%;
  96. height: 100%;
  97. display: flex;
  98. justify-content: center;
  99. align-items: center;
  100. font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',
  101. 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
  102. }
  103. .BIBtxtFont {
  104. font-family: 'qfk' !important;
  105. }
  106. &:hover {
  107. background-image: url('../../assets/img/btnAc.png');
  108. color: #b67150;
  109. }
  110. }
  111. // 进度条
  112. .BIBxian {
  113. position: absolute;
  114. bottom: 7%;
  115. left: 50%;
  116. transform: translateX(-50%);
  117. width: 120px;
  118. padding: 0 10px;
  119. height: 2px;
  120. z-index: 10;
  121. & > div {
  122. width: 100%;
  123. height: 100%;
  124. background-color: rgba(231, 214, 142, 0.6);
  125. & > div {
  126. width: 0%;
  127. height: 100%;
  128. background-color: #fffddc;
  129. }
  130. }
  131. }
  132. .birdBox {
  133. position: absolute;
  134. bottom: -122px;
  135. left: 70%;
  136. transform: translateX(-50%);
  137. z-index: 100;
  138. width: 250px;
  139. height: 260px;
  140. transition: all 0.5s;
  141. .bird1 {
  142. position: absolute;
  143. top: 0;
  144. left: 0;
  145. pointer-events: none;
  146. width: 250px;
  147. height: 260px;
  148. object-fit: fill !important;
  149. }
  150. .bird2 {
  151. position: absolute;
  152. bottom: 80px;
  153. left: 50%;
  154. transform: translateX(-50%);
  155. background-image: url('../../assets/img/bird/quan.png');
  156. background-size: 100% 100%;
  157. z-index: 2;
  158. cursor: pointer;
  159. width: 90px;
  160. height: 90px;
  161. color: #fffddc;
  162. text-align: center;
  163. font-size: 16px;
  164. padding-top: 18px;
  165. transition: all 0.3s;
  166. &:hover {
  167. color: #a55b41;
  168. background-image: url('../../assets/img/bird/quanAc.png');
  169. }
  170. }
  171. .bird3 {
  172. cursor: pointer;
  173. position: absolute;
  174. left: 50%;
  175. transform: translateX(-50%);
  176. top: -55px;
  177. width: 33px;
  178. height: 55px;
  179. background-image: url('../../assets/img/bird/ji.png');
  180. background-size: 100% 100%;
  181. transition: all 0.3s;
  182. &:hover {
  183. background-image: url('../../assets/img/bird/jiAc.png');
  184. }
  185. }
  186. }
  187. #HotOpCss {
  188. z-index: 1000;
  189. }
  190. // 屏幕>=1200
  191. @media screen and (min-width: 1200px) {
  192. .BItxt > div {
  193. font-size: 12px !important;
  194. }
  195. }
  196. }
  197. }
  198. .BaseImgHide {
  199. opacity: 0;
  200. pointer-events: none;
  201. }