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.

201 lines
3.4 KiB

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