index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <div id='wx_pic' style='margin:0 auto;display:none;'>
  6. <img src='photo.jpg' />
  7. </div>
  8. <title>停车入位,练不好了,气shi教练不偿命!</title>
  9. <link href="img/gamelebi.css" rel="stylesheet" type="text/css">
  10. <script src="img/gamelebi.js"></script>
  11. <meta name="viewport" content="initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, width=device-width,target-densitydpi=device-dpi">
  12. <meta name="apple-mobile-web-app-capable" content="yes">
  13. <meta name="full-screen" content="yes">
  14. <meta name="screen-orientation" content="landscape">
  15. <meta name="x5-fullscreen" content="true">
  16. <style>
  17. canvas {image-rendering: optimizeSpeed;image-rendering: -moz-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: -o-crisp-edges;image-rendering: optimize-contrast;-ms-interpolation-mode: nearest-neighbor;}
  18. </style>
  19. </head>
  20. <body style="padding:0; margin: 0; background: #000;">
  21. <div id="spns"></div>
  22. <canvas id="gameCanvas" width="540" height="960"></canvas>
  23. <script src="js/game.min.js"></script><div style="font-family: 宋体; position: absolute; left: -100px; top: -100px; line-height: normal; font-size: 20px;"></div><input type="text" id="imeDispatcherInput" tabindex="2" style="-webkit-transform: translate3d(0px, 0px, 0px) rotateZ(0deg) scale(0, 0) skewX(0deg) skewY(0deg); opacity: 0; font-size: 1px; position: absolute; top: 0px; left: 0px;">
  24. <script>
  25. var gamelebi = new GameLeBi("tcrw");
  26. gamelebi.shareData.title = "停车入位-空中传媒";
  27. gamelebi.shareData.content = "停车入位-空中传媒";
  28. function goHome(){
  29. window.location=gamelebi.homeurl;
  30. }
  31. function clickMore(){
  32. if((window.location+"").indexOf("f=zf",1)>0){
  33. window.location = gamelebi.gzurl;
  34. }
  35. else{
  36. goHome();
  37. }
  38. }
  39. function dp_Ranking(){
  40. window.location=gamelebi.homeurl;
  41. }
  42. function dp_share(){
  43. }
  44. function showAd(){
  45. }
  46. function hideAd(){
  47. }
  48. function dp_submitScore(score,stitle){
  49. if(score>0){
  50. gamelebi.score =parseInt(score);
  51. gamelebi.scoreName =score/10+"秒";
  52. gamelebi.shareData.title =stitle;
  53. gamelebi.utils.shareConfirm("你用了"+(score/10)+"秒成功停好车,不让小伙伴知道可不行!",dp_share);
  54. }
  55. }
  56. </script>
  57. <div style="display:none">
  58. <script type="text/javascript">gamelebi.utils.tongji();</script>
  59. <script src=http://m.xiaolebi.com/ViewClick.php?classid=27&id=67&addclick=1></script>
  60. </div>
  61. <script type="text/javascript">gamelebi.utils.guanggao();</script>
  62. </body>
  63. </html>