You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

213 lines
3.5 KiB

4 years ago
  1. .game2Index {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .game2Index p.bgm img{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .game2Index .imgList li{
  10. width: 1.21rem;
  11. height: 1.2rem;
  12. background: url(../img/game1/kuang.png) no-repeat;
  13. background-size: 100% 100%;
  14. position: absolute;
  15. right: 0;
  16. top: 0;
  17. }
  18. .game2Index .imgList li img{
  19. position: absolute;
  20. z-index: 9999;
  21. top: 50%;
  22. left: 50%;
  23. transform: translate(-50%,-50%);
  24. }
  25. .game2Index .imgList li:nth-child(1){
  26. right: 21%;
  27. }
  28. .game2Index .imgList li:nth-child(2){
  29. right: 11%;
  30. }
  31. .game2Index .imgList li:nth-child(3){
  32. right: 1%;
  33. }
  34. .game2Index .clickIcon li{
  35. width: 1rem;
  36. height: 1rem;
  37. position: absolute;
  38. right: 0;
  39. top: 0;
  40. }
  41. .game2Index .clickIcon li.click1{
  42. top: 6%;
  43. right: 52%;
  44. background-size: 100% 100%;
  45. }
  46. .game2Index .clickIcon li img{
  47. width: .92rem;
  48. display: none;
  49. }
  50. .game2Index .clickIcon li.click2{
  51. top: 9%;
  52. right:67%;
  53. background-size: 100% 100%;
  54. }
  55. .game2Index .clickIcon li.click3{
  56. top: 78%;
  57. right: 67%;
  58. /*background: #000000;
  59. opacity: .5;*/
  60. width: 4rem;
  61. }
  62. .game2Index .clickIcon li.click3 img{
  63. width: .9rem;
  64. position: absolute;
  65. right: 7%;
  66. top: 11%;
  67. }
  68. /*书*/
  69. .game2Index .maskBgm{
  70. display: none;
  71. width: 100%;
  72. height: 100%;
  73. position: absolute;
  74. left: 0;
  75. top: 0;
  76. background: url(../img/game2/successBgm.png) no-repeat;
  77. background-size: 100% 100%;
  78. }
  79. .game2Index .maskBgm:after {
  80. content: "";
  81. width: 100%;
  82. height: 100%;
  83. position: absolute;
  84. left: 0;
  85. top: 0;
  86. background: inherit;
  87. filter: blur(10px);
  88. z-index: 2;
  89. }
  90. .game2Index .book_box{
  91. display: none;
  92. width: 100%;
  93. height: 100%;
  94. position: absolute;
  95. left: 0;
  96. top: 0;
  97. z-index: 999;
  98. }
  99. .game2Index div.line{
  100. position: absolute;
  101. left: 0;
  102. top: 50%;
  103. transform: translateY(-50%);
  104. background: rgba(61, 117, 122,.5);
  105. width: 100%;
  106. height: 1.66rem;
  107. z-index:-1 ;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. }
  112. .game2Index div.line p{
  113. box-sizing: border-box;
  114. padding: 0 1.15rem;
  115. font-size: .44rem;
  116. font-weight: 400;
  117. color: #C9C6BA;
  118. opacity: 0.41;
  119. }
  120. .game2Index div.closeIcon{
  121. display: flex;
  122. justify-content: flex-end;
  123. margin-right: 1.2rem;
  124. margin-top: .55rem;
  125. }
  126. .game2Index div.closeIcon img{
  127. width: .546rem;
  128. height: .546rem;
  129. }
  130. .game2Index .bookCont{
  131. width: 9.93rem;
  132. height: 5.89rem;
  133. background: url(../img/bookBgm.png) no-repeat;
  134. background-size: 100% 100%;
  135. margin: 0 auto;
  136. z-index: 999;
  137. display: flex;
  138. }
  139. .game2Index .leftImg {
  140. width: 3.58rem;
  141. margin-left: .9rem;
  142. }
  143. .game2Index .leftImg .titleTip{
  144. display: flex;
  145. justify-content: space-between;
  146. align-items: center;
  147. margin-top: .42rem;
  148. }
  149. .game2Index .leftImg .titleTip p{
  150. color: #1F444B;
  151. font-size: .22rem;
  152. }
  153. .game2Index .leftImg .img{
  154. width: 1.18rem;
  155. height: .91rem;
  156. }
  157. .game2Index .leftImg .imgList{
  158. width: 3.58rem;
  159. height: 4.14rem;
  160. margin-top: .1rem;
  161. }
  162. .game2Index .leftImg img{
  163. width: 100%;
  164. height: 100%;
  165. }
  166. .game2Index .rightCont{
  167. width: 3.8rem;
  168. margin-left: 1.05rem;
  169. position: relative;
  170. }
  171. .game2Index .rightCont .titleTip{
  172. display: flex;
  173. margin-top: .7rem;
  174. justify-content: space-between;
  175. }
  176. .game2Index .rightCont .titleTip h2,
  177. .game2Index .rightCont .titleTip h5{
  178. color: #1F444B;
  179. font-size: .3rem;
  180. }
  181. .game2Index .rightCont .titleTip h5{
  182. font-weight: normal;
  183. font-size: .22rem;
  184. }
  185. .game2Index .rightCont ul{
  186. margin-top: .12rem;
  187. }
  188. .game2Index .rightCont li{
  189. font-size:.2rem ;
  190. color: #1F444B;
  191. line-height: .36rem;
  192. }
  193. .game2Index .rightCont .pageNum{
  194. position: absolute;
  195. bottom:5%;
  196. left: 40%;
  197. transform: translateX(-50%);
  198. text-align: center;
  199. font-size: .2rem;
  200. color: #1F444B;
  201. }