page1.css 12 KB

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