page1.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. /*
  2. * @Author: Marte
  3. * @Date: 2020-01-14 09:57:52
  4. * @Last Modified by: Marte
  5. * @Last Modified time: 2020-01-19 21:33:56
  6. */
  7. html, body, ul, li, p, img { margin:0; padding:0; }
  8. ul, ol { list-style:none; }
  9. img {border:none; padding:0;margin:0;outline-style:none; border:0; vertical-align:middle; display:block;}
  10. s,i,em{font-style:normal;text-decoration:none;}
  11. html{
  12. width:1280px;
  13. height:720px;
  14. margin: 0 auto;
  15. }
  16. body{
  17. width:1280px;
  18. height:720px;
  19. margin: 0 auto;
  20. font-size:20px;
  21. color: #f1f1f1;
  22. overflow: hidden;
  23. font-family:'Microsoft Yahei;Arial';
  24. }
  25. @-webkit-keyframes pulse {
  26. from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  27. 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  28. to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  29. }
  30. @keyframes pulse {
  31. from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  32. 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  33. to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  34. }
  35. .current{
  36. -webkit-animation: pulse .3s .02s ease both;
  37. -moz-animation: pulse .4s .02 ease both;
  38. }
  39. .pulse {
  40. -webkit-animation-name: pulse;
  41. animation-name: pulse;
  42. }
  43. .main{
  44. width:1280px;
  45. height:720px;
  46. overflow: hidden;
  47. /* background: url("../img/bg1.jpg") no-repeat center;
  48. background-attachment: fixed;
  49. background-size: 100%;*/
  50. position: relative;
  51. }
  52. #scrollCont{
  53. width:1280px;
  54. height:798px;
  55. background: url("../img/bg1.jpg") no-repeat center;
  56. /*background-attachment: fixed;*/
  57. background-size: 100%;
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. }
  62. .page_btn{
  63. position: absolute;
  64. }
  65. .pg0{
  66. width: 154px;
  67. height: 50px;
  68. top: 20px;
  69. left: 1100px;
  70. background: url("../img/btn_back_def.png") no-repeat center;
  71. }
  72. .pg0.current{
  73. background: url("../img/btn_back_sel.png") no-repeat center;
  74. }
  75. .pg1{
  76. width: 154px;
  77. height: 50px;
  78. top: 80px;
  79. left: 1100px;
  80. background: url("../img/btn_rules_def.png") no-repeat center;
  81. }
  82. .pg1.current{
  83. background: url("../img/btn_rules_sel.png") no-repeat center;
  84. }
  85. .pg2{
  86. width: 154px;
  87. height: 50px;
  88. top: 140px;
  89. left: 1100px;
  90. background: url("../img/btn_find_def.png") no-repeat center;
  91. }
  92. .pg2.current{
  93. background: url("../img/btn_find_sel.png") no-repeat center;
  94. }
  95. .pg3{
  96. width: 589px;
  97. height: 336px;
  98. top: 172px;
  99. left: 339px;
  100. }
  101. .pg3.current{
  102. background: url("../img/btn_video_sel.png") no-repeat center;
  103. }
  104. .pg4,.pg5,#product1,#product2{
  105. width: 301px;
  106. height: 96px;
  107. top: 520px;
  108. }
  109. .pg4{
  110. left: 480px;
  111. }
  112. #product1,#product2{
  113. position: absolute;
  114. top: 270px;
  115. left: 480px;
  116. }
  117. #product2{
  118. top: 400px;
  119. left: 500px;
  120. }
  121. .pg4,#product1{
  122. background: url("../img/btn_bigBag_def.png") no-repeat center;
  123. }
  124. .pg4.current,#product1.current{
  125. background: url("../img/btn_bigBag_sel.png") no-repeat center;
  126. }
  127. .pg4.hasOrder,#product1.hasOrder{
  128. background: url("../img/btn_bigBag_hasOrder.png") no-repeat center;
  129. }
  130. .pg5{
  131. left: 650px;
  132. }
  133. .pg5,#product2{
  134. /* background: url("../img/btn_miniBag_def.png") no-repeat center; */
  135. }
  136. .pg5.current,#product2.current{
  137. background: url("../img/btn_miniBag_sel.png") no-repeat center;
  138. }
  139. .pg5.hasOrder,#product2.hasOrder{
  140. background: url("../img/btn_miniBag_hasOrder.png") no-repeat center;
  141. }
  142. .prizeNum{
  143. position: absolute;
  144. left: 574px;
  145. top: 614px;
  146. font-size: 22px;
  147. font-weight: bold;
  148. }
  149. .list{
  150. width: 1160px;
  151. height: 158px;
  152. overflow: hidden;
  153. position: absolute;
  154. top: 650px;
  155. left: 60px;
  156. }
  157. .list li{
  158. position: absolute;
  159. top: 0;
  160. left: 0;
  161. }
  162. .ip_btn{
  163. width: 152px;
  164. height: 148px;
  165. }
  166. .list .ip1{
  167. background: url("../img/ip_01.png") no-repeat center;
  168. }
  169. .list .ip2{
  170. left: 202px;
  171. background: url("../img/ip_02.png") no-repeat center;
  172. }
  173. .list .ip3{
  174. left: 404px;
  175. background: url("../img/ip_03.png") no-repeat center;
  176. }
  177. .list .ip4{
  178. left: 606px;
  179. background: url("../img/ip_04.png") no-repeat center;
  180. }
  181. .list .ip5{
  182. left: 808px;
  183. background: url("../img/ip_05.png") no-repeat center;
  184. }
  185. .list .ip6{
  186. left: 1010px;
  187. background: url("../img/ip_06.png") no-repeat center;
  188. }
  189. .list .ip1.current{
  190. background: url("../img/ip_01_sel.png") no-repeat center;
  191. }
  192. .list .ip2.current{
  193. background: url("../img/ip_02_sel.png") no-repeat center;
  194. }
  195. .list .ip3.current{
  196. background: url("../img/ip_03_sel.png") no-repeat center;
  197. }
  198. .list .ip4.current{
  199. background: url("../img/ip_04_sel.png") no-repeat center;
  200. }
  201. .list .ip5.current{
  202. background: url("../img/ip_05_sel.png") no-repeat center;
  203. }
  204. .list .ip6.current{
  205. background: url("../img/ip_06_sel.png") no-repeat center;
  206. }
  207. .voteGroup{
  208. width: 1280px;
  209. /* height: 1240px; */
  210. position: absolute;
  211. top: 796px;
  212. left: 0;
  213. background: url("../img/bg02.jpg") repeat-y center;
  214. }
  215. .tit1{
  216. position: absolute;
  217. top: 60px;
  218. left: 400px;
  219. }
  220. .tit1 img,.tit1 .times{display: inline-block;}
  221. .tit1 .times{
  222. position: absolute;
  223. top: 18px;
  224. left: 630px;
  225. width: 200px;
  226. }
  227. .tit1 .times span{
  228. display: inline-block;
  229. width: 60px;
  230. height: 32px;
  231. line-height: 32px;
  232. font-size: 26px;
  233. font-weight: bold;
  234. vertical-align: middle;
  235. margin-left: 10px;
  236. }
  237. .voteList{
  238. overflow: hidden;
  239. width: 1000px;
  240. /*height: 820px;*/
  241. padding: 40px;
  242. margin: 120px auto 0;
  243. border: 6px solid #7A0B18;
  244. border-radius: 30px;
  245. margin-bottom: 224px;
  246. background: url(../img/bg01.jpg) repeat-y center;
  247. /* border-top-left-radius: 20px 60px;
  248. border-top-right-radius: 20px 60px;
  249. border-bottom-right-radius: 20px 60px;
  250. border-bottom-left-radius: 20px 60px;*/
  251. }
  252. .voteList li{
  253. float: left;
  254. margin-right: 25px;
  255. margin-bottom: 20px;
  256. }
  257. .voteList li:nth-child(4n){
  258. margin-right: 0;
  259. }
  260. .voteList li .u_img{
  261. width: 231px;
  262. height: 152px;
  263. border-radius: 10px;
  264. box-shadow: 4px 4px 0 0 #7A0B18;
  265. overflow: hidden;
  266. position: relative;
  267. }
  268. .voteList li .u_img.current{
  269. background: url(../img/btn_play.png) no-repeat center;
  270. }
  271. .u_img i{
  272. width: 60px;
  273. height: 26px;
  274. display: block;
  275. position: absolute;
  276. left: 170px;
  277. top: 127px;
  278. line-height: 28px;
  279. text-align: center;
  280. font-weight: bold;
  281. color: #4e4a4a;
  282. background: #00d3df;
  283. border-radius: 10px;
  284. }
  285. .u_msg{
  286. width: 231px;
  287. height: 40px;
  288. line-height: 38px;
  289. text-align: center;
  290. font-size: 18px;
  291. color: #7A0B18;
  292. font-weight: bold;
  293. }
  294. .voteBtn{
  295. display: block;
  296. width: 185px;
  297. height: 52px;
  298. line-height: 52px;
  299. text-align: center;
  300. border-radius: 26px;
  301. border:2px solid #7A0B18;
  302. background-color: #C8241E;
  303. margin:0 auto;
  304. font-weight: bold;
  305. }
  306. .voteBtn.current{
  307. background-color: #00D3E2;
  308. }
  309. .popup{
  310. width: 1280px;
  311. height: 720px;
  312. position: fixed;
  313. top: 0;
  314. left: 0;
  315. z-index: 99;
  316. visibility: hidden;
  317. }
  318. #rulesPopup{
  319. height: 1883px;
  320. background: url('../img/rules.png') no-repeat center;
  321. }
  322. .bar{
  323. width: 12px;
  324. height: 600px;
  325. background-color: #fff8ca;
  326. position: fixed;
  327. top: 86px;
  328. left: 1200px;
  329. border-radius: 6px;
  330. }
  331. .progress{
  332. display: inline-block;
  333. width: 12px;
  334. height: 200px;
  335. border-radius: 6px;
  336. background-color: #fcba1f;
  337. position: absolute;
  338. top: 0;
  339. left: 0;
  340. }
  341. .code{
  342. width: 220px;
  343. height: 260px;
  344. position: absolute;
  345. top: 180px;
  346. left: 938px;
  347. text-align: center;
  348. }
  349. .code img{
  350. width: 180px;
  351. height: 180px;
  352. margin: 0 auto 14px;
  353. }
  354. .code span{
  355. display: block;
  356. font-size: 22px;
  357. font-weight: bold;
  358. line-height: 30px;
  359. }
  360. #lotteryPopup{
  361. background: url('../img/lottery.png') no-repeat center;
  362. }
  363. .confirm{
  364. width: 173px;
  365. height: 61px;
  366. background: url('../img/btn_confirm_def.png') no-repeat center;
  367. position: absolute;
  368. top: 590px;
  369. left: 554px;
  370. }
  371. .confirm.current{
  372. background: url('../img/btn_confirm_sel.png') no-repeat center;
  373. }
  374. #exchangePopup{
  375. background: url('../img/page_04.png') no-repeat center;
  376. }
  377. #exchangePopup .confirm{
  378. left: 350px;
  379. }
  380. #exchangePopup .cancel{
  381. left: 664px;
  382. }
  383. #phone{
  384. width: 331px;
  385. height: 71px;
  386. position: absolute;
  387. top: 251px;
  388. left: 614px;
  389. line-height: 71px;
  390. font-size: 26px;
  391. text-align: center;
  392. color: #392316;
  393. font-weight: bold;
  394. }
  395. #phone.current{
  396. background: url('../img/input.png') no-repeat center;
  397. }
  398. #keyBoard{
  399. width: 340px;
  400. height: 110px;
  401. position: absolute;
  402. top: 350px;
  403. left: 618px;
  404. }
  405. .phoneNum{
  406. float: left;
  407. font-size: 20px;
  408. color: #392316;
  409. font-weight: bold;
  410. background: #f6e27b;
  411. width: 46px;
  412. height: 46px;
  413. text-align: center;
  414. line-height: 50px;
  415. border: 3px solid transparent;
  416. margin-right: 2px;
  417. margin-bottom: 2px;
  418. box-shadow: 0px 0px 5px 5px #edda77 inset;
  419. }
  420. .phoneNum.current{
  421. border:3px solid #392316;
  422. }
  423. #awardPopup{
  424. background: url('../img/page_03.png') no-repeat center;
  425. }
  426. #prizelog{
  427. position: absolute;
  428. left: 300px;
  429. top: 250px;
  430. color: #6a7a20;
  431. font-size: 20px;
  432. font-weight: 700;
  433. }
  434. .prizelogRow{
  435. position:relative;
  436. height: 40px;
  437. }
  438. .prizelogCol1{
  439. position: absolute;
  440. left: 20px;
  441. width: 160px;
  442. text-align: center;
  443. }
  444. .prizelogCol2{
  445. position: absolute;
  446. left: 170px;
  447. width: 200px;
  448. text-align: center;
  449. }
  450. .prizelogCol3{
  451. position: absolute;
  452. left: 388px;
  453. width: 220px;
  454. text-align: center;
  455. }
  456. #myAward{
  457. position: absolute;
  458. left: 430px;
  459. top: 460px;
  460. width: 198px;
  461. height: 44px;
  462. text-align: center;
  463. line-height: 40px;
  464. font-size: 20px;
  465. font-weight: 700;
  466. color: #6a7a20;
  467. }
  468. #myPhone{
  469. position: absolute;
  470. left: 760px;
  471. top: 460px;
  472. width: 170px;
  473. height: 44px;
  474. text-align: center;
  475. line-height: 40px;
  476. font-size: 20px;
  477. font-weight: 700;
  478. color: #6a7a20;
  479. }
  480. #unWinToyPopup{
  481. background: url('../img/page_05.png') no-repeat center;
  482. }
  483. #unWinToyVipPopup{
  484. background: url('../img/page_06.png') no-repeat center;
  485. }
  486. /*#noChancePopup{
  487. background: url('../img/page_07.png') no-repeat center;
  488. }
  489. #noChanceVipPopup{
  490. background: url('../img/page_08.png') no-repeat center;
  491. }
  492. */
  493. #prizePopup{
  494. background: url('../img/page_09.png') no-repeat center;
  495. }
  496. #markDownPopup{
  497. background: url('../img/page_10.png') no-repeat center;
  498. }
  499. .toAward,.cancel,.confirm,.toExchange{
  500. width: 227px;
  501. height: 91px;
  502. position: absolute;
  503. top: 590px;
  504. left: 524px;
  505. }
  506. .toAward{
  507. left: 650px;
  508. background: url('../img/btn_exchange_nor.png') no-repeat center;
  509. }
  510. .toAward.current{
  511. background: url('../img/btn_exchange_cov.png') no-repeat center;
  512. }
  513. .cancel{
  514. left: 350px;
  515. background: url('../img/btn_cancel_nor.png') no-repeat center;
  516. }
  517. .toExchange{
  518. left: 650px;
  519. background: url('../img/btn_exchange_nor.png') no-repeat center;
  520. }
  521. .toExchange.current{
  522. background: url('../img/btn_exchange_cov.png') no-repeat center;
  523. }
  524. #prizePopup .cancel{
  525. left: 400px;
  526. }
  527. .pmodel{
  528. width: 162px;
  529. height: 220px;
  530. position: absolute;
  531. left: 380px;
  532. top: 260px;
  533. }
  534. .poster,.poster1{
  535. width: 185px;
  536. height: 236px;
  537. position: absolute;
  538. left: 368.5px;
  539. top: 252px;
  540. }
  541. .poster_2{
  542. left: 558.5px;
  543. }
  544. .poster_3{
  545. left: 748.5px;
  546. }
  547. .poster.current,.poster1.current{
  548. background: url('../img/content_f.png') no-repeat center;
  549. }
  550. .pmodel_1{
  551. background: url('../img/content0.jpg') no-repeat center;
  552. }
  553. .pmodel_2{
  554. left: 570px;
  555. background: url('../img/content1.jpg') no-repeat center;
  556. }
  557. .pmodel_3{
  558. left: 760px;
  559. background: url('../img/content2.jpg') no-repeat center;
  560. }
  561. .cancel.current{
  562. background: url('../img/btn_cancel_cov.png') no-repeat center;
  563. .toExchange{
  564. left: 650px;
  565. background: url('../img/btn_exchange_nor.png') no-repeat center;
  566. }
  567. .toExchange.current{
  568. background: url('../img/btn_exchange_cov.png') no-repeat center;
  569. }