| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 | 
							
- <!DOCTYPE HTML>
 
- <html>
 
- <head>
 
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
- <title>街头篮球</title>
 
- <meta charset="utf-8">
 
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
 
- <meta name="apple-mobile-web-app-capable" content="yes">
 
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
 
- <link rel="stylesheet" type="text/css" href="webfont/stylesheet.css">
 
- <style type="text/css">
 
- 		body {
 
- 			background-color: #000;
 
- 			margin: 0;
 
- 			padding: 0;
 
- 		}
 
- 		* {
 
- 			user-select: none;
 
- 		}
 
- 		* {
 
- 			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 
- 			-webkit-touch-callout: none;
 
- 		}
 
- 		
 
- 		#wrapper {
 
- 			position: absolute;
 
- 			overflow: hidden;
 
- 			left: 0;
 
- 			top: 0;
 
- 			z-index: 0;
 
- 			width: 10000px;
 
- 		}
 
- 		#gameCanvas {
 
- 			position: absolute;
 
- 			left: 0;
 
- 			top: 0;
 
- 			width: 100%;
 
- 			height: 100%;
 
- 			image-rendering: optimizeSpeed;
 
- 			-ms-interpolation-mode: nearest-neighbor;
 
- 			-webkit-optimize-contrast;
 
- 			z-index: 100;
 
- 		}
 
- 		#swipeToFullscreen {
 
- 			position:absolute;
 
- 			top:0px;
 
- 			right: 0px;
 
- 			display: none;
 
- 			background-color: #00000;
 
- 			width: 150px;
 
- 			height: 350px;
 
- 			min-height: 350px;
 
- 			background-image: url('./preloaderHD/swipe.png');
 
- 			background-repeat: no-repeat;
 
- 		}
 
- 	</style>
 
- <style>#sg-loadscrn{
 
-     position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
 
- }
 
- #sg-spinner{
 
- 	position: absolute; width: 150px; height: 50px; top:50%; left:50%; margin-top:-25px; margin-left:-75px;
 
- 	background-image: url('./assets/sg-loader.gif');
 
- }
 
- #sg-spinner.no-img{
 
-     background: #ffffff;
 
- }
 
- #sg-loadtext{
 
-     position:absolute;
 
-     font-family: sans-serif;
 
-     top:50%; left:50%;
 
-     width: 250px;
 
-     margin-left:-125px;
 
-     margin-top:-125px;
 
-     text-align:center;
 
-     line-height:150%;
 
-     font-size:16px;
 
- }</style>
 
- <script type="text/javascript" src="http://static.play68.com/js/play68_sdk.js"></script>
 
- <script language="javascript" type="text/javascript" ></script>
 
- <script type="text/javascript">
 
-             window.gameLangs = ['en', 'de', 'es', 'fr', 'it', 'pt', 'ru', 'tr'];
 
-             window.gameJS = ['softgames_game.js'];
 
-             window.gameOnLoadScript = "windowOnload();";
 
-         </script>
 
-         <script type="text/javascript" src="./assets/softgames-1.1.js">
 
-         </script><script type="text/javascript" src="./assets/sg.hooks.js"></script>
 
- </head>
 
- <body>
 
- 	
 
- 	<div id="wrapper"></div>
 
- </body>
 
- </html>
 
 
  |