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-20 14:36:33
  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. .pg4.current{
  113. background: url("../img/btn_miniBag_sel.png") no-repeat center;
  114. }
  115. .pg4.hasOrder{
  116. background: url("../img/btn_miniBag_hasOrder.png") no-repeat center;
  117. }
  118. .list{
  119. width: 1160px;
  120. height: 158px;
  121. overflow: hidden;
  122. position: absolute;
  123. top: 560px;
  124. left: 60px;
  125. }
  126. .list li{
  127. position: absolute;
  128. top: 60px;
  129. left: 0;
  130. }
  131. .ip_btn{
  132. width: 152px;
  133. height: 148px;
  134. }
  135. .list li.current{
  136. top: 0;
  137. }
  138. .list .ip1{
  139. background: url("../img/ip_01.png") no-repeat center;
  140. }
  141. .list .ip2{
  142. left: 202px;
  143. background: url("../img/ip_02.png") no-repeat center;
  144. }
  145. .list .ip3{
  146. left: 404px;
  147. background: url("../img/ip_03.png") no-repeat center;
  148. }
  149. .list .ip4{
  150. left: 606px;
  151. background: url("../img/ip_04.png") no-repeat center;
  152. }
  153. .list .ip5{
  154. left: 808px;
  155. background: url("../img/ip_05.png") no-repeat center;
  156. }
  157. .list .ip6{
  158. left: 1010px;
  159. background: url("../img/ip_06.png") no-repeat center;
  160. }
  161. .list .ip1.current{
  162. background: url("../img/ip_01_sel.png") no-repeat center;
  163. }
  164. .list .ip2.current{
  165. background: url("../img/ip_02_sel.png") no-repeat center;
  166. }
  167. .list .ip3.current{
  168. background: url("../img/ip_03_sel.png") no-repeat center;
  169. }
  170. .list .ip4.current{
  171. background: url("../img/ip_04_sel.png") no-repeat center;
  172. }
  173. .list .ip5.current{
  174. background: url("../img/ip_05_sel.png") no-repeat center;
  175. }
  176. .list .ip6.current{
  177. background: url("../img/ip_06_sel.png") no-repeat center;
  178. }
  179. .popup{
  180. width: 1280px;
  181. height: 1883px;
  182. position: absolute;
  183. top: 0;
  184. left: 0;
  185. z-index: 99;
  186. visibility: hidden;
  187. }
  188. #rulesPopup{
  189. background: url('../img/rules.png') no-repeat center;
  190. }
  191. .bar{
  192. width: 12px;
  193. height: 600px;
  194. background-color: #fff8ca;
  195. position: fixed;
  196. top: 86px;
  197. left: 1200px;
  198. border-radius: 6px;
  199. }
  200. .progress{
  201. display: inline-block;
  202. width: 12px;
  203. height: 200px;
  204. border-radius: 6px;
  205. background-color: #fcba1f;
  206. position: absolute;
  207. top: 0;
  208. left: 0;
  209. }
  210. .code{
  211. width: 220px;
  212. height: 260px;
  213. position: absolute;
  214. top: 180px;
  215. left: 938px;
  216. text-align: center;
  217. }
  218. .code img{
  219. width: 180px;
  220. height: 180px;
  221. margin: 0 auto 14px;
  222. }
  223. .code span{
  224. display: block;
  225. font-size: 22px;
  226. font-weight: bold;
  227. line-height: 30px;
  228. }