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.

243 lines
4.1 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
  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. z-index: 99;
  72. }
  73. .game5Index .maskBgm:after {
  74. content: "";
  75. width: 100%;
  76. height: 100%;
  77. position: absolute;
  78. left: 0;
  79. top: 0;
  80. background: inherit;
  81. filter: blur(10px);
  82. z-index: 2;
  83. }
  84. .game5Index .book_box{
  85. display: none;
  86. width: 100%;
  87. height: 100%;
  88. position: absolute;
  89. left: 0;
  90. top: 0;
  91. z-index: 999;
  92. }
  93. .game5Index div.line{
  94. position: absolute;
  95. left: 0;
  96. top: 50%;
  97. transform: translateY(-50%);
  98. background: rgba(61, 117, 122,.5);
  99. width: 100%;
  100. height: 1.66rem;
  101. z-index:-1 ;
  102. display: flex;
  103. justify-content: space-between;
  104. align-items: center;
  105. }
  106. .game5Index div.line p{
  107. box-sizing: border-box;
  108. padding: 0 1.15rem;
  109. font-size: .44rem;
  110. font-weight: 400;
  111. color: #C9C6BA;
  112. opacity: 0.41;
  113. }
  114. .game5Index div.closeIcon{
  115. display: flex;
  116. justify-content: flex-end;
  117. margin-right: 1.2rem;
  118. margin-top: .55rem;
  119. }
  120. .game5Index div.closeIcon img{
  121. width: .546rem;
  122. height: .546rem;
  123. }
  124. .game5Index .bookCont{
  125. width: 9.93rem;
  126. height: 5.89rem;
  127. background: url(../img/bookBgm.png) no-repeat;
  128. background-size: 100% 100%;
  129. margin: 0 auto;
  130. z-index: 999;
  131. display: flex;
  132. }
  133. .game5Index .leftImg {
  134. width: 3.58rem;
  135. margin-left: .9rem;
  136. }
  137. .game5Index .leftImg .titleTip{
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. margin-top: .42rem;
  142. }
  143. .game5Index .leftImg .titleTip p{
  144. color: #1F444B;
  145. font-size: .22rem;
  146. }
  147. .game5Index .leftImg .img{
  148. width: 1.18rem;
  149. height: .91rem;
  150. }
  151. .game5Index .leftImg .imgList{
  152. width: 3.58rem;
  153. height: 4.14rem;
  154. margin-top: .1rem;
  155. }
  156. .game5Index .leftImg img{
  157. width: 100%;
  158. height: 100%;
  159. }
  160. .game5Index .rightCont{
  161. width: 3.8rem;
  162. margin-left: 1.05rem;
  163. position: relative;
  164. }
  165. .game5Index .rightCont .titleTip{
  166. display: flex;
  167. margin-top: .7rem;
  168. justify-content: space-between;
  169. }
  170. .game5Index .rightCont .titleTip h2,
  171. .game5Index .rightCont .titleTip h5{
  172. color: #1F444B;
  173. font-size: .3rem;
  174. }
  175. .game5Index .rightCont .titleTip h5{
  176. font-weight: normal;
  177. font-size: .22rem;
  178. }
  179. .game5Index .rightCont ul{
  180. margin-top: 0.22rem;
  181. margin-left: -.32rem;
  182. }
  183. .game5Index .rightCont li{
  184. font-size:.2rem ;
  185. color: #1F444B;
  186. line-height: .36rem;
  187. }
  188. .game5Index .rightCont .pageNum{
  189. position: absolute;
  190. bottom:5%;
  191. left: 40%;
  192. transform: translateX(-50%);
  193. text-align: center;
  194. font-size: .2rem;
  195. color: #1F444B;
  196. }
  197. .game5Index .successBox {
  198. position: absolute;
  199. left: 50%;
  200. top: 50%;
  201. transform: translate(-50%, -50%);
  202. width: 9.53rem;
  203. height: 5.83rem;
  204. background: url(../img/game5/allWin.png) no-repeat;
  205. background-size: 100% 100%;
  206. /*display: flex;*/
  207. justify-content: center;
  208. align-items: flex-end;
  209. display: none;
  210. z-index: 99;
  211. }
  212. /*历时时间*/
  213. .game5Index .timeNum{
  214. font-size: .72rem;
  215. font-weight: bold;
  216. font-stretch: normal;
  217. /* letter-spacing: 5px; */
  218. color: #ffffff;
  219. -webkit-text-stroke: 2px #306169;
  220. position: absolute;
  221. width: 2rem;
  222. text-align: center;
  223. left: 55.5%;
  224. top: 56%;
  225. transform: translate(-50%, -50%);
  226. }
  227. .game5Index .successBox p{
  228. margin-bottom: .8rem;
  229. }