page.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /* @Author: Wang
  2. * @Date: 2020-01-09 15:27:23
  3. * @Last Modified by: Marte
  4. * @Last Modified time: 2020-01-16 23:35:39
  5. */
  6. html, body, ul, li, p, img { margin:0; padding:0; }
  7. ul, ol { list-style:none; }
  8. img {border:none; padding:0;margin:0;outline-style:none; border:0; vertical-align:middle; display:block;}
  9. html{
  10. width:1280px;
  11. height:720px;
  12. margin: 0 auto;
  13. }
  14. body{
  15. width:1280px;
  16. height:720px;
  17. margin: 0 auto;
  18. font-size:20px;
  19. color: #f1f1f1;
  20. overflow: hidden;
  21. font-family:'Microsoft Yahei;Arial';
  22. }
  23. @-webkit-keyframes pulse {
  24. from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  25. 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  26. to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  27. }
  28. @keyframes pulse {
  29. from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  30. 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  31. to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  32. }
  33. .current{
  34. -webkit-animation: pulse .3s .02s ease both;
  35. -moz-animation: pulse .4s .02 ease both;
  36. }
  37. .pulse {
  38. -webkit-animation-name: pulse;
  39. animation-name: pulse;
  40. }
  41. .main{
  42. width:1280px;
  43. height:720px;
  44. background: url("../img/bg.jpg") no-repeat center;
  45. background-attachment: fixed;
  46. background-size: 100%;\
  47. position: relative;
  48. }
  49. .page_btn{
  50. position: absolute;
  51. }
  52. .pg0{
  53. width: 154px;
  54. height: 50px;
  55. top: 20px;
  56. left: 1100px;
  57. background: url("../img/btn_back_def.png") no-repeat center;
  58. }
  59. .pg0.current{
  60. background: url("../img/btn_back_sel.png") no-repeat center;
  61. }
  62. .pg1{
  63. width: 154px;
  64. height: 50px;
  65. top: 80px;
  66. left: 1100px;
  67. background: url("../img/btn_rules_def.png") no-repeat center;
  68. }
  69. .pg1.current{
  70. background: url("../img/btn_rules_sel.png") no-repeat center;
  71. }
  72. .pg2{
  73. width: 589px;
  74. height: 336px;
  75. top: 172px;
  76. left: 339px;
  77. /*-webkit-transition:all .5s;
  78. -moz-transition:all .5s;
  79. -o-transition:all .5s;*/
  80. }
  81. .pg2.current{
  82. /* -webkit-transform:scale(1.05);
  83. -moz-transform:scale(1.05);
  84. -o-transform:scale(1.05); */
  85. background: url("../img/btn_video_sel.png") no-repeat center;
  86. }
  87. .pg3,.pg4{
  88. width: 301px;
  89. height: 96px;
  90. top: 520px;
  91. }
  92. .pg3{
  93. left: 485px;
  94. background: url("../img/btn_bigBag_def.png") no-repeat center;
  95. }
  96. .pg3.current{
  97. background: url("../img/btn_bigBag_sel.png") no-repeat center;
  98. }
  99. .pg3.hasOrder{
  100. background: url("../img/btn_bigBag_hasOrder.png") no-repeat center;
  101. }
  102. .pg4{
  103. left: 650px;
  104. background: url("../img/btn_miniBag_def.png") no-repeat center;
  105. }
  106. .pg4.current{
  107. background: url("../img/btn_miniBag_sel.png") no-repeat center;
  108. }
  109. .pg4.hasOrder{
  110. background: url("../img/btn_miniBag_hasOrder.png") no-repeat center;
  111. }
  112. }
  113. .pg4.current{
  114. background: url("../img/btn_miniBag_sel.png") no-repeat center;
  115. }
  116. .pg4.hasOrder{
  117. background: url("../img/btn_miniBag_hasOrder.png") no-repeat center;
  118. }
  119. .list{
  120. width: 1160px;
  121. height: 158px;
  122. overflow: hidden;
  123. position: absolute;
  124. top: 560px;
  125. left: 60px;
  126. }
  127. .list li{
  128. position: absolute;
  129. top: 60px;
  130. left: 0;
  131. }
  132. .ip_btn{
  133. width: 152px;
  134. height: 148px;
  135. }
  136. .list li.current{
  137. top: 0;
  138. }
  139. .list .ip1{
  140. background: url("../img/ip_01.png") no-repeat center;
  141. }
  142. .list .ip2{
  143. left: 202px;
  144. background: url("../img/ip_02.png") no-repeat center;
  145. }
  146. .list .ip3{
  147. left: 404px;
  148. background: url("../img/ip_03.png") no-repeat center;
  149. }
  150. .list .ip4{
  151. left: 606px;
  152. background: url("../img/ip_04.png") no-repeat center;
  153. }
  154. .list .ip5{
  155. left: 808px;
  156. background: url("../img/ip_05.png") no-repeat center;
  157. }
  158. .list .ip6{
  159. left: 1010px;
  160. background: url("../img/ip_06.png") no-repeat center;
  161. }
  162. .list .ip1.current{
  163. background: url("../img/ip_01_sel.png") no-repeat center;
  164. }
  165. .list .ip2.current{
  166. background: url("../img/ip_02_sel.png") no-repeat center;
  167. }
  168. .list .ip3.current{
  169. background: url("../img/ip_03_sel.png") no-repeat center;
  170. }
  171. .list .ip4.current{
  172. background: url("../img/ip_04_sel.png") no-repeat center;
  173. }
  174. .list .ip5.current{
  175. background: url("../img/ip_05_sel.png") no-repeat center;
  176. }
  177. .list .ip6.current{
  178. background: url("../img/ip_06_sel.png") no-repeat center;
  179. }
  180. .popup{
  181. width: 1280px;
  182. height: 1831px;
  183. position: absolute;
  184. top: 0;
  185. left: 0;
  186. z-index: 99;
  187. visibility: hidden;
  188. }
  189. #rulesPopup{
  190. background: url('../img/rules.png') no-repeat center;
  191. }
  192. .bar{
  193. width: 12px;
  194. height: 600px;
  195. background-color: #fff8ca;
  196. position: fixed;
  197. top: 86px;
  198. left: 1200px;
  199. border-radius: 6px;
  200. }
  201. .progress{
  202. display: inline-block;
  203. width: 12px;
  204. height: 200px;
  205. border-radius: 6px;
  206. background-color: #fcba1f;
  207. position: absolute;
  208. top: 0;
  209. left: 0;
  210. }
  211. .code{
  212. width: 220px;
  213. height: 260px;
  214. position: absolute;
  215. top: 180px;
  216. left: 938px;
  217. text-align: center;
  218. }
  219. .code img{
  220. width: 180px;
  221. height: 180px;
  222. margin: 0 auto 14px;
  223. }
  224. .code span{
  225. display: block;
  226. font-size: 22px;
  227. font-weight: bold;
  228. line-height: 30px;
  229. }