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.

206 lines
3.4 KiB

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