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.5 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 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. z-index: 99;
  71. }
  72. .game3Index .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. .game3Index .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. .game3Index 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. .game3Index div.line div{
  106. margin: 0 auto;
  107. width: 11rem;
  108. height: 100%;
  109. display: flex;
  110. justify-content: space-between;
  111. align-items: center;
  112. }
  113. .game3Index div.line p{
  114. box-sizing: border-box;
  115. font-size: .44rem;
  116. font-weight: 400;
  117. color: #C9C6BA;
  118. }
  119. .game3Index div.closeIcon{
  120. display: flex;
  121. justify-content: flex-end;
  122. margin-right: 1.2rem;
  123. margin-top: .55rem;
  124. }
  125. .game3Index div.closeIcon img{
  126. width: .546rem;
  127. height: .546rem;
  128. }
  129. .game3Index .bookCont{
  130. width: 9.93rem;
  131. height: 5.89rem;
  132. background: url(../img/bookBgm.png) no-repeat;
  133. background-size: 100% 100%;
  134. margin: 0 auto;
  135. z-index: 999;
  136. display: flex;
  137. }
  138. .game3Index .leftImg {
  139. width: 3.58rem;
  140. margin-left: .9rem;
  141. }
  142. .game3Index .leftImg .titleTip{
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: center;
  146. margin-top: .42rem;
  147. }
  148. .game3Index .leftImg .titleTip p{
  149. color: #1F444B;
  150. font-size: .22rem;
  151. }
  152. .game3Index .leftImg .img{
  153. width: 1.18rem;
  154. height: .91rem;
  155. }
  156. .game3Index .leftImg .imgList{
  157. width: 3.58rem;
  158. height: 4.14rem;
  159. margin-top: .1rem;
  160. }
  161. .game3Index .leftImg img{
  162. width: 100%;
  163. height: 100%;
  164. }
  165. .game3Index .rightCont{
  166. width: 3.8rem;
  167. margin-left: 1.05rem;
  168. position: relative;
  169. }
  170. .game3Index .rightCont .titleTip{
  171. display: flex;
  172. margin-top: .7rem;
  173. justify-content: space-between;
  174. }
  175. .game3Index .rightCont .titleTip h2,
  176. .game3Index .rightCont .titleTip h5{
  177. color: #1F444B;
  178. font-size: .3rem;
  179. }
  180. .game3Index .rightCont .titleTip h5{
  181. font-weight: normal;
  182. font-size: .22rem;
  183. }
  184. .game3Index .rightCont ul{
  185. margin-top: .12rem;
  186. }
  187. .game3Index .rightCont li{
  188. font-size:.2rem ;
  189. color: #1F444B;
  190. line-height: .36rem;
  191. }
  192. .game3Index .rightCont .pageNum{
  193. position: absolute;
  194. bottom:5%;
  195. left: 40%;
  196. transform: translateX(-50%);
  197. text-align: center;
  198. font-size: .2rem;
  199. color: #1F444B;
  200. }