/* * @Author: Marte * @Date: 2020-01-14 09:57:52 * @Last Modified by: Marte * @Last Modified time: 2020-01-19 21:33:56 */ html, body, ul, li, p, img { margin:0; padding:0; } ul, ol { list-style:none; } img {border:none; padding:0;margin:0;outline-style:none; border:0; vertical-align:middle; display:block;} s,i,em{font-style:normal;text-decoration:none;} html{ width:1280px; height:720px; margin: 0 auto; } body{ width:1280px; height:720px; margin: 0 auto; font-size:20px; color: #f1f1f1; overflow: hidden; font-family:'Microsoft Yahei;Arial'; } @-webkit-keyframes pulse { from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);} to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} } @keyframes pulse { from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} 50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);} to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} } .current{ -webkit-animation: pulse .3s .02s ease both; -moz-animation: pulse .4s .02 ease both; } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } .main{ width:1280px; height:720px; overflow: hidden; /* background: url("../img/bg1.jpg") no-repeat center; background-attachment: fixed; background-size: 100%;*/ position: relative; } #scrollCont{ width:1280px; height:798px; background: url("../img/bg1.jpg") no-repeat center; /*background-attachment: fixed;*/ background-size: 100%; position: absolute; top: 0; left: 0; } .page_btn{ position: absolute; } .pg0{ width: 154px; height: 50px; top: 20px; left: 1100px; background: url("../img/btn_back_def.png") no-repeat center; } .pg0.current{ background: url("../img/btn_back_sel.png") no-repeat center; } .pg1{ width: 154px; height: 50px; top: 80px; left: 1100px; background: url("../img/btn_rules_def.png") no-repeat center; } .pg1.current{ background: url("../img/btn_rules_sel.png") no-repeat center; } .pg2{ width: 154px; height: 50px; top: 140px; left: 1100px; background: url("../img/btn_find_def.png") no-repeat center; } .pg2.current{ background: url("../img/btn_find_sel.png") no-repeat center; } .pg3{ width: 589px; height: 336px; top: 172px; left: 339px; } .pg3.current{ background: url("../img/btn_video_sel.png") no-repeat center; } .pg4,.pg5,#product1,#product2{ width: 301px; height: 96px; top: 520px; } .pg4{ left: 480px; } #product1,#product2{ position: absolute; top: 270px; left: 480px; } #product2{ top: 400px; left: 500px; } .pg4,#product1{ background: url("../img/btn_bigBag_def.png") no-repeat center; } .pg4.current,#product1.current{ background: url("../img/btn_bigBag_sel.png") no-repeat center; } .pg4.hasOrder,#product1.hasOrder{ background: url("../img/btn_bigBag_hasOrder.png") no-repeat center; } .pg5{ left: 650px; } .pg5,#product2{ /* background: url("../img/btn_miniBag_def.png") no-repeat center; */ } .pg5.current,#product2.current{ background: url("../img/btn_miniBag_sel.png") no-repeat center; } .pg5.hasOrder,#product2.hasOrder{ background: url("../img/btn_miniBag_hasOrder.png") no-repeat center; } .prizeNum{ position: absolute; left: 574px; top: 614px; font-size: 22px; font-weight: bold; } .list{ width: 1160px; height: 158px; overflow: hidden; position: absolute; top: 650px; left: 60px; } .list li{ position: absolute; top: 0; left: 0; } .ip_btn{ width: 152px; height: 148px; } .list .ip1{ background: url("../img/ip_01.png") no-repeat center; } .list .ip2{ left: 202px; background: url("../img/ip_02.png") no-repeat center; } .list .ip3{ left: 404px; background: url("../img/ip_03.png") no-repeat center; } .list .ip4{ left: 606px; background: url("../img/ip_04.png") no-repeat center; } .list .ip5{ left: 808px; background: url("../img/ip_05.png") no-repeat center; } .list .ip6{ left: 1010px; background: url("../img/ip_06.png") no-repeat center; } .list .ip1.current{ background: url("../img/ip_01_sel.png") no-repeat center; } .list .ip2.current{ background: url("../img/ip_02_sel.png") no-repeat center; } .list .ip3.current{ background: url("../img/ip_03_sel.png") no-repeat center; } .list .ip4.current{ background: url("../img/ip_04_sel.png") no-repeat center; } .list .ip5.current{ background: url("../img/ip_05_sel.png") no-repeat center; } .list .ip6.current{ background: url("../img/ip_06_sel.png") no-repeat center; } .voteGroup{ width: 1280px; /* height: 1240px; */ position: absolute; top: 796px; left: 0; background: url("../img/bg02.jpg") repeat-y center; } .tit1{ position: absolute; top: 60px; left: 400px; } .tit1 img,.tit1 .times{display: inline-block;} .tit1 .times{ position: absolute; top: 18px; left: 630px; width: 200px; } .tit1 .times span{ display: inline-block; width: 60px; height: 32px; line-height: 32px; font-size: 26px; font-weight: bold; vertical-align: middle; margin-left: 10px; } .voteList{ overflow: hidden; width: 1000px; /*height: 820px;*/ padding: 40px; margin: 120px auto 0; border: 6px solid #7A0B18; border-radius: 30px; margin-bottom: 224px; background: url(../img/bg01.jpg) repeat-y center; /* border-top-left-radius: 20px 60px; border-top-right-radius: 20px 60px; border-bottom-right-radius: 20px 60px; border-bottom-left-radius: 20px 60px;*/ } .voteList li{ float: left; margin-right: 25px; margin-bottom: 20px; } .voteList li:nth-child(4n){ margin-right: 0; } .voteList li .u_img{ width: 231px; height: 152px; border-radius: 10px; box-shadow: 4px 4px 0 0 #7A0B18; overflow: hidden; position: relative; } .voteList li .u_img.current{ background: url(../img/btn_play.png) no-repeat center; } .u_img i{ width: 60px; height: 26px; display: block; position: absolute; left: 170px; top: 127px; line-height: 28px; text-align: center; font-weight: bold; color: #4e4a4a; background: #00d3df; border-radius: 10px; } .u_msg{ width: 231px; height: 40px; line-height: 38px; text-align: center; font-size: 18px; color: #7A0B18; font-weight: bold; } .voteBtn{ display: block; width: 185px; height: 52px; line-height: 52px; text-align: center; border-radius: 26px; border:2px solid #7A0B18; background-color: #C8241E; margin:0 auto; font-weight: bold; } .voteBtn.current{ background-color: #00D3E2; } .popup{ width: 1280px; height: 720px; position: fixed; top: 0; left: 0; z-index: 99; visibility: hidden; } #rulesPopup{ height: 1883px; background: url('../img/rules.png') no-repeat center; } .bar{ width: 12px; height: 600px; background-color: #fff8ca; position: fixed; top: 86px; left: 1200px; border-radius: 6px; } .progress{ display: inline-block; width: 12px; height: 200px; border-radius: 6px; background-color: #fcba1f; position: absolute; top: 0; left: 0; } .code{ width: 220px; height: 260px; position: absolute; top: 180px; left: 938px; text-align: center; } .code img{ width: 180px; height: 180px; margin: 0 auto 14px; } .code span{ display: block; font-size: 22px; font-weight: bold; line-height: 30px; } #lotteryPopup{ background: url('../img/lottery.png') no-repeat center; } .confirm{ width: 173px; height: 61px; background: url('../img/btn_confirm_def.png') no-repeat center; position: absolute; top: 590px; left: 554px; } .confirm.current{ background: url('../img/btn_confirm_sel.png') no-repeat center; } #exchangePopup{ background: url('../img/page_04.png') no-repeat center; } #exchangePopup .confirm{ left: 350px; } #exchangePopup .cancel{ left: 664px; } #phone{ width: 331px; height: 71px; position: absolute; top: 251px; left: 614px; line-height: 71px; font-size: 26px; text-align: center; color: #392316; font-weight: bold; } #phone.current{ background: url('../img/input.png') no-repeat center; } #keyBoard{ width: 340px; height: 110px; position: absolute; top: 350px; left: 618px; } .phoneNum{ float: left; font-size: 20px; color: #392316; font-weight: bold; background: #f6e27b; width: 46px; height: 46px; text-align: center; line-height: 50px; border: 3px solid transparent; margin-right: 2px; margin-bottom: 2px; box-shadow: 0px 0px 5px 5px #edda77 inset; } .phoneNum.current{ border:3px solid #392316; } #awardPopup{ background: url('../img/page_03.png') no-repeat center; } #prizelog{ position: absolute; left: 300px; top: 250px; color: #6a7a20; font-size: 20px; font-weight: 700; } .prizelogRow{ position:relative; height: 40px; } .prizelogCol1{ position: absolute; left: 20px; width: 160px; text-align: center; } .prizelogCol2{ position: absolute; left: 170px; width: 200px; text-align: center; } .prizelogCol3{ position: absolute; left: 388px; width: 220px; text-align: center; } #myAward{ position: absolute; left: 430px; top: 460px; width: 198px; height: 44px; text-align: center; line-height: 40px; font-size: 20px; font-weight: 700; color: #6a7a20; } #myPhone{ position: absolute; left: 760px; top: 460px; width: 170px; height: 44px; text-align: center; line-height: 40px; font-size: 20px; font-weight: 700; color: #6a7a20; } #unWinToyPopup{ background: url('../img/page_05.png') no-repeat center; } #unWinToyVipPopup{ background: url('../img/page_06.png') no-repeat center; } /*#noChancePopup{ background: url('../img/page_07.png') no-repeat center; } #noChanceVipPopup{ background: url('../img/page_08.png') no-repeat center; } */ #prizePopup{ background: url('../img/page_09.png') no-repeat center; } #markDownPopup{ background: url('../img/page_10.png') no-repeat center; } .toAward,.cancel,.confirm,.toExchange{ width: 227px; height: 91px; position: absolute; top: 590px; left: 524px; } .toAward{ left: 650px; background: url('../img/btn_exchange_nor.png') no-repeat center; } .toAward.current{ background: url('../img/btn_exchange_cov.png') no-repeat center; } .cancel{ left: 350px; background: url('../img/btn_cancel_nor.png') no-repeat center; } .toExchange{ left: 650px; background: url('../img/btn_exchange_nor.png') no-repeat center; } .toExchange.current{ background: url('../img/btn_exchange_cov.png') no-repeat center; } #prizePopup .cancel{ left: 400px; } .pmodel{ width: 162px; height: 220px; position: absolute; left: 380px; top: 260px; } .poster,.poster1{ width: 185px; height: 236px; position: absolute; left: 368.5px; top: 252px; } .poster_2{ left: 558.5px; } .poster_3{ left: 748.5px; } .poster.current,.poster1.current{ background: url('../img/content_f.png') no-repeat center; } .pmodel_1{ background: url('../img/content0.jpg') no-repeat center; } .pmodel_2{ left: 570px; background: url('../img/content1.jpg') no-repeat center; } .pmodel_3{ left: 760px; background: url('../img/content2.jpg') no-repeat center; } .cancel.current{ background: url('../img/btn_cancel_cov.png') no-repeat center; .toExchange{ left: 650px; background: url('../img/btn_exchange_nor.png') no-repeat center; } .toExchange.current{ background: url('../img/btn_exchange_cov.png') no-repeat center; }