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.

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