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.

222 lines
3.7 KiB

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