123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778 |
- body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
- margin:0;
- padding:0;
- }
- article,aside,footer,header,hgroup,nav,section,audio,canvas,video,img {
- display: block;
- }
- body {
- font-size: 100%;
- font-family:Helvetica,STHeiti,Droid Sans Fallback;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- -webkit-tap-highlight-color:rgba(0,0,0,0);
- }
- textarea {
- resize: none;
- }
- iframe,img {
- border:0;
- }
- ul,ol {
- list-style:none;
- }
- input,
- select,
- textarea {
- outline: 0;
- -webkit-user-modify: read-write-plaintext-only;
- }
- input {
- -webkit-appearance: none;
- }
- a{
- text-decoration: none;
- }
- body,html{
- width: 100%;
- height: 100%;
- position: relative;
- overflow: hidden;
- margin: 0; padding: 0;
- /*background: #000;*/
- background: #13a438;
- }
- #gamestart{
- width: 100%;
- position: absolute;
- top: 0; bottom: 0;
- z-index: 11;
- }
- .start_bg {
- position: absolute;
- top: -44px; left: 0; z-index: -1;
- width: 100%;
- background: url(../football/jz.gif) no-repeat center center;
- }
- #gamestart .btn,.zhiyin .btn {
- width: 80%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- color: #333;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- left: 50%; margin: 0 0 0 -40%;
- }
- #gamestart .rule{
- background: #fff;
- bottom: 100px;
- }
- #gamestart .start,.zhiyin .start{
- background: #ffff00;
- bottom: 40px;
- }
- .zhiyin .start {
- bottom:20px !important;
- }
- .IOS #gamestart .rule{
- bottom: 140px;
- }
- .IOS #gamestart .start,.zhiyin .start{
- bottom: 80px;
- }
- .athour {
- width: 100%; text-align: center; padding: 10px 0;
- position: absolute;
- left: 0; bottom: 0;
- }
- .IOS .athour{
- bottom: 44px;
- }
- .athour span{
- font-size: 11px;
- color: #1c5b35;
- }
- .athour span:nth-of-type(1){
- padding-right: 10px;
- }
- #interface .life{display:none}
- .ruleshadow{
- position: absolute;
- top: 0; right: 0; bottom: 0; left: 0;
- background:rgba(0,0,0,0.8);
- z-index: 10;
- }
-
- .rulebox{
- width: 250px; height: 280px;
- padding: 10px 15px;
- position: absolute;
- left: 50%; top: 50%;
- margin: -150px 0 0 -140px;
- background: #13a438;
- border-radius: 5px;
- opacity: 0; z-index: -1;
- -webkit-transform: translate3d(0,0,0);
- -webkit-transform-style: preserve-3d;
- -webkit-backface-visibility: hidden;
- }
- .x_rulebox{
- width: 55px; height: 55px;
- display: block;
- position: absolute;
- right: -15px;
- top: -20px;
- background: url(../football/x_rulebox.png) no-repeat left top;
- background-size: 100%;
- }
- .rulebox h3{
- color: #ffff00;
- font-size: 18px;
- font-weight: normal;
- padding: 10px 0;
- margin: 0;
- }
- .rulebox p{
- color: #fff;
- font-size: 13px;
- line-height: 24px;
- margin: 0;
- }
- .daoju_1{
- display: inline;
- float: left;
- width: 40px; height: 40px;
- background: url(../football/daoju_1.png) no-repeat left top;
- background-size: 100%;
- }
- .daoju_2{
- display: inline;
- float: left;
- width: 42px; height: 47px;
- background: url(../football/daoju_2.png) no-repeat left top;
- background-size: 100%;
- }
- .daoju_3{
- display: inline;
- float: left;
- width: 34px; height: 46px;
- background: url(../football/daoju_3.png) no-repeat left top;
- background-size: 100%;
- }
- .daoju_item{
- padding: 8px 0
- }
- .daoju_item p{
- line-height: 20px;
- padding-left: 50px;
- }
- @-webkit-keyframes bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.3);
- transform: scale(.3);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- 70% {
- -webkit-transform: scale(.9);
- transform: scale(.9);
- }
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.3);
- -ms-transform: scale(.3);
- transform: scale(.3);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.05);
- -ms-transform: scale(1.05);
- transform: scale(1.05);
- }
- 70% {
- -webkit-transform: scale(.9);
- -ms-transform: scale(.9);
- transform: scale(.9);
- }
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- }
- }
- .animated {
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .bounceIn {
- -webkit-animation-name: bounceIn;
- animation-name: bounceIn;
- }
- @-webkit-keyframes bounceOut {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 25% {
- -webkit-transform: scale(.95);
- transform: scale(.95);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 100% {
- opacity: 0;
- -webkit-transform: scale(.3);
- transform: scale(.3);
- }
- }
- @keyframes bounceOut {
- 0% {
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- }
- 25% {
- -webkit-transform: scale(.95);
- -ms-transform: scale(.95);
- transform: scale(.95);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1);
- }
- 100% {
- opacity: 0;
- -webkit-transform: scale(.3);
- -ms-transform: scale(.3);
- transform: scale(.3);
- }
- }
- .bounceOut {
- -webkit-animation-name: bounceOut;
- animation-name: bounceOut;
- }
- .opacity{
- opacity: 1;
- }
- .r_index{
- z-index: 11;
- }
- .ruleshadow{
- display: none;
- }
- .daojishi {
- position: absolute;
- width: 100%;
- top: 0;
- bottom: 0; display: none;
- z-index: 11;
- background: url(../football/daojishu_bg.png) repeat left top;
- background-size: 100%;
- }
- .daojishiline{
- width: 100%;
- height: 95px;
- position: absolute;
- top: 109px;
- left: 0;
- background: #ffe400;
- z-index: 1;
- }
- .daojishibox{
- width: 180px;
- height: 180px;
- position: absolute;
- left: 50%; top: 71px;
- margin: 0 0 0 -90px;
- background: url(../football/daojishibox.png) no-repeat left top;
- background-size: 100%;
- z-index: 2;
- }
- .daojishipangzi {
- width: 111px;
- height: 102px;
- position: absolute;
- left: 50%; bottom: 50px;
- margin: 0 0 0 -55px;
- background: url(../football/daojishipangzi.png) no-repeat left top;
- background-size: 100%;
- z-index: -1;
- }
- .daojishinum{
- width: 100%; text-align: center;
- font-size: 80px; color: #00a944;
- padding: 70px 0 0 0; line-height: normal;
- }
- .gameend{
- position: absolute;
- width: 100%;
- top: 0; bottom: 0;z-index: 11;
- background: #08b134 url(../football/game_end.jpg) no-repeat center top;
- background-size: 100%;
- display:none;
- }
- .game_fenshu {
- width: 100%; text-align: center;
- padding: 40px 0 0;
- font-size: 36px; color: #ffff00;
- }
- .game_fenshu span {
- font-size: 70px;
- }
- .game_paiming {
- color: #ffff00;
- font-size: 18px;
- text-align: center;
- display:none
- }
- #jiantou{ display: none;}
- .game_ogain{
- width: 80%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- background: #ffff00;
- color: #333;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- left: 50%; bottom: 92px;
- margin: 0 0 0 -40%;
- }
- .game_chakan{
- width: 36%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- background: #0047c5;
- color: #fff;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- left: 10%; bottom: 36px;
- }
- .game_share{
- width: 36%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- background: #f8317c;
- color: #fff;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- right: 10%; bottom: 36px;
- }
- .IOS .game_ogain{
- bottom: 112px;
- }
- .IOS .game_chakan{
- bottom: 56px;
- }
- .IOS .game_share{
- bottom: 56px;
- }
- .listwarp{
- background: #0b9f31;
- position: absolute;
- top: 0; bottom: 0;
- width: 100%;
- z-index: 11;
- display:none;
- }
- .listcent{
- width:290px;
- position: absolute;
- left: 50%; top: 15px; bottom: 0;
- margin: 0 0 0 -145px;
- }
- .listtab{
- width: 100%;
- height: 35px;
- }
- .listtab li {
- width: 50%;
- display: inline; float: left;
- height: 35px; line-height: 35px;
- text-align: center;
- color: #fff; font-size: 15px;
- }
- .listtab li.current{
- color: #0b9f31;
- background: #d1f8db;
- }
- .listbox{
- overflow: hidden;
- display: none;
- }
- .listbox ul{
- margin-top: -1px;
- /*background: #d1f8db;*/
- }
- .show{
- display: block;
- }
- .listbox li {
- height: 40px; line-height: 40px;
- border-top: 1px solid #fff;
- border-bottom: 1px solid #a5ddb3;
- }
- .listbox li i{
- font-size: 16px;
- display: inline; float: left;
- color: #ff4e00;
- font-style: normal;
- width: 50px; text-align: center;
- padding: 0 5px;
- }
- .listbox li img{
- width: 32px; height: 32px;
- display: inline; float: left;
- margin: 4px 5px 0;
- }
- .listbox li strong{
- padding: 0 5px;
- font-weight: 400;
- font-size: 15px;
- color: #333;
- width: 110px; line-height: 40px; overflow: hidden;
- display: inline; float: left;
- }
- .listbox li span{
- color: #0b9f31;
- font-size: 18px;
- display: inline; float: left;
- width: 58px; padding: 0 5px; text-align: left;
- }
- .listbox li.current{
- background: #88e5a0;
- border: none;
- }
- #huojiang_list li img{
- margin: 4px 10px 0;
- }
- #huojiang_list li strong{
- width: 110px;
- }
- #huojiang_list li span{
- width: 108px;
- }
- .guizetxt{
- font-size: 13px;
- color: #fff; padding: 5px 0; line-height: 20px;
- position: absolute;
- bottom: 0; width: 100%;
- left: 0;
- }
- .share_1{
- width: 40%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- background: #f8317c;
- color: #fff;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- left: 0%; bottom: 36px;
- }
- .again_1{
- width: 40%;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- line-height: 40px;
- background: #ffff00;
- color: #333;
- box-shadow: 0 5px 0px #07942c;
- box-shadow: 0 5px 0px rgba(0,0,0,0.17);
- position: absolute;
- right: 0%; bottom: 36px;
- }
- .IOS .share_1{
- bottom: 56px
- }
- .IOS .again_1{
- bottom: 56px
- }
- .QQloading{
- width: 46px; height: 46px;
- position: absolute;
- left: 50%; top: 50%;
- margin: -23px 0 0 -23px;display:inline-block;
- background-position: left top;
- }
- .QQloading,.QQloading i{
- background-image:url(../football/loading.png);
- background-repeat:no-repeat;display:inline-block;
- -webkit-background-size:92px 46px;
- -moz-background-size:92px 46px;
- -o-background-size:92px 46px;
- background-size:92px 46px;
- }
- .QQloading i {
- width: 46px; height: 46px;
- background-position: right top;
- -webkit-animation-name: rotateRight;
- -webkit-animation-duration:2s;
- -webkit-animation-iteration-count:infinite;
- -webkit-animation-timing-function:linear;
- }
- @-webkit-keyframes rotateRight {
- from {-webkit-transform:rotate(360deg);}
- to {-webkit-transform:rotate(0deg);}
- }
- .listbox li .QQloading i{
- width: 46px;
- padding: 0;
- float: none;
- display: block;
- }
- .listinner{
- position: absolute;
- top: 35px; bottom: 80px;
- width: 100%;
- }
- #paihang_list,#huojiang_list{
- position: absolute;
- overflow: hidden;
- top: 0; bottom: 50px;
- width: 100%;
- background: #d1f8db;
- }
- .scroll{
- position: absolute;
- width: 100%;
- }
- .weblogin{
- width: 100%; height: 100%;
- position: absolute;
- min-height: 400px;
- top: 0; bottom: 0;
- display: none;
- z-index: 15;
- }
- .weblogin span {
- position: absolute;
- right: 10px; top: 10px;
- color: #246183;
- }
- .weixin_layer{
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background: url(../football/weinxin_share.png) no-repeat right top rgba(0, 0, 0, 0.6);
- -webkit-background-size:320px 150px;
- -moz-background-size: 320px 150px;
- -o-background-size: 320px 150px;
- background-size: 320px 150px;
- z-index: 999999;
- }
- .sharebox{
- background: #f6f6f6;
- height: 132px; overflow: hidden;
- width: 100%;
- position: absolute;
- top: -132px;
- /*display: none;*/
- z-index: 13;
- }
- .sharebox ul{
- height: 33px;
- padding: 30px 0;
- width: 160px;
- margin: 0 auto; overflow: hidden;
- text-align:center;
- }
- .sharebox ul li {
- /*display: inline; float: left;*/
- display:inline-block;
- width: 33px; height: 33px; overflow: hidden;
- margin: 0 10px;
- background: url(../football/sheraicon.png);
- background-repeat: no-repeat;
- -webkit-background-size: 165px 33px;
- -moz-background-size: 165px 33px;
- -o-background-size: 165px 33px;
- background-size: 165px 33px;
- }
- .sharebox p {
- width: 100%; font-size: 14px;
- height:38px; line-height:38px;
- border-top:solid 1px #c2c2c2;
- background:#dadada;
- text-align:center;
- color: #333;
- }
- .sharebox ul li.sharet {
- background-position: 0 0;
- }
- .sharebox ul li.shareqzone {
- background-position: -33px 0;
- }
- .sharebox ul li.sharewb {
- background-position: -66px 0;
- }
- .chenghao {
- width: 100%;
- position: absolute;
- left: 0;
- bottom: 172px;
- font-size: 18px;
- text-align: center;
- color: #ffff00;
- text-shadow:0 0 5px rgba(0,0,0,0.8);
- }
- .chenghao p {
- font-size: 32px;
- text-align: center;
- }
- .IOS .chenghao{
- bottom: 192px;
- }
- .control{
- width: 110px; height: 110px;
- background: url(../football/http://xxxxx.com) no-repeat left top;
- background-size: 100%;
- position: absolute;
- bottom: 0; left: 50%;
- margin-left: -55px;
- z-index: 999;
- display: none;
- }
- .control div{
- display: inline-block;
- position: absolute;
- }
- .control .top{
- width: 33px; height: 39px;
- top: 0; left:50%;margin: 0 0 0 -16px;
- }
- .control .right{
- width: 39px; height: 33px;
- right: 0; top:50%; margin: -16px 0 0 0;
- }
- .control .bottom{
- width: 33px; height: 39px;
- bottom: 0; left:50%;margin: 0 0 0 -16px;
- }
- .control .left{
- width: 39px; height: 33px;
- left: 0; top:50%; margin: -16px 0 0 0;
- }
- #interface {display: none; position: relative; z-index: 2;}
- #interface .life {position: absolute; right: 5px; top: 15px; font: 900 24px/36px '微软雅黑'; text-indent: 45px; background: url(../football/life_s.png) no-repeat; color:
- #ffea00; z-index:11;}
- #gamescore {font:900 15px/20px '微软雅黑'; color:#FF0; text-align: center; margin-top:30%;display:none}
- #gamescore span {display: block; font-size:40px; line-height: 60px !important;}
- #cr-stage{
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -240px 0 0 -160px;
- }
- .zhiyin {
- position: absolute;
- display: none;
- width: 100%;
- top: 0;
- bottom: 0;
- z-index: 11;
- background: #03250c url(../football/zhiyin_m.png) no-repeat left top;
- background-size: 100%;
- }
- .gameoverbox{
- width:320px;
- height:85px;
- background:url(../football/gameover.png) no-repeat center center;
- position:absolute;
- left:50%;
- top:50%;
- background-size:100%;
- margin: -42px 0 0 -160px;
- display:none;
- z-index:13;
- }
- .fenshubox{
- position: absolute;
- width:100%;
- top:50px;
- left:0;
- z-index:13;
- display: none;
- }
- .fenshubox h3{
- text-align:center;
- font-size: 15px;
- color: #ffff00;
- }
- .fenshubox p{
- text-align:center;
- font-size: 48px;
- color: #ffff00;
- }
- .listtab li.hide,.hide{
- display:none;
- }
|