/* @Author: Wang * @Date: 2020-01-09 15:27:23 * @Last Modified by: Marte * @Last Modified time: 2020-01-20 14:36:33 */ 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;} 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; background: url("../img/bg.jpg") no-repeat center; background-attachment: fixed; background-size: 100%;\ position: relative; } .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: 589px; height: 336px; top: 172px; left: 339px; /*-webkit-transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s;*/ } .pg2.current{ /* -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05); */ background: url("../img/btn_video_sel.png") no-repeat center; } .pg3,.pg4{ width: 301px; height: 96px; top: 520px; } .pg3{ left: 485px; background: url("../img/btn_bigBag_def.png") no-repeat center; } .pg3.current{ background: url("../img/btn_bigBag_sel.png") no-repeat center; } .pg3.hasOrder{ background: url("../img/btn_bigBag_hasOrder.png") no-repeat center; } .pg4{ left: 650px; background: url("../img/btn_miniBag_def.png") no-repeat center; } .pg4.current{ background: url("../img/btn_miniBag_sel.png") no-repeat center; } .pg4.hasOrder{ background: url("../img/btn_miniBag_hasOrder.png") no-repeat center; } .pg4.current{ background: url("../img/btn_miniBag_sel.png") no-repeat center; } .pg4.hasOrder{ background: url("../img/btn_miniBag_hasOrder.png") no-repeat center; } .list{ width: 1160px; height: 158px; overflow: hidden; position: absolute; top: 560px; left: 60px; } .list li{ position: absolute; top: 60px; left: 0; } .ip_btn{ width: 152px; height: 148px; } .list li.current{ top: 0; } .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; } .popup{ width: 1280px; height: 1883px; position: absolute; top: 0; left: 0; z-index: 99; visibility: hidden; } #rulesPopup{ 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; }