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.

208 lines
3.4 KiB

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