| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 | 
<html xmlns="http://www.w3.org/1999/xhtml">	<head>		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />		<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0" />		<meta name="mobile-web-app-capable" content="yes" />		<meta name="msapplication-tap-highlight" content="no" />		<meta name="application-name" content="Egg" />		<meta name="apple-mobile-web-app-capable" content="yes" />		<meta name="apple-mobile-web-app-status-bar-style" content="black" />		<title>抛鸡蛋</title>        <script language="javascript" type="text/javascript"></script>		<style>html:-moz-full-screen {	background: #000}html:-webkit-full-screen {	background: #000}html:-ms-fullscreen {	background-color: #000}html:fullscreen {	background: #000}* {	padding: 0;	margin: 0;	-webkit-touch-callout: none;	-webkit-text-size-adjust: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	-webkit-user-select: none}body {	background-color: #1d1d1d;	color: #fff;	font-size: 13px;	font-family: 'Helvetica Neue', Helvetica, Arial, serif}#container {	width: 320px;	height: 460px;	background-color: #000;	margin: auto;	display: block}#game_area {	border: 0;	background-color: #000;	position: absolute;	z-index: 1;	display: none}#loader-container {	background-color: #000;	width: 320px;	height: 460px;	text-align: center;	display: block;	position: absolute;	z-index: 2;	overflow: hidden}#logo {	height: 24px;	display: block;	margin: auto}#logo img {	width: 96%;	max-width: 272px}#loader-bar {	width: 128px;	height: 15px;	display: block;	margin: auto}#loader-bar img {	width: 100%;	max-width: 128px}.loader-text {	font-size: 12px;	padding-top: 10px;	color: #9a9a9a;	cursor: default;	text-transform: uppercase}#loader-message-graphics,#loader-message-sfx {	display: none}#loader-progress {	display: block}#loader-complete {	display: none}#loader-tap-to-play {	cursor: pointer;	padding-top: 10px;	padding-bottom: 5px;	background-color: #000;	text-transform: uppercase;	display: block;	overflow: hidden}#loader-tap-to-play img {	width: 90%;	max-width: 190px}#rotate-device-instruction {	position: fixed;	z-index: 9999;	left: 0;	bottom: 0;	width: 100%;	text-align: center;	display: none}input[type=checkbox] {	visibility: hidden}#fullscreen-option {	padding-top: 10px;	color: #a3a3a3;	background-color: #000;	width: 130px;	display: block;	margin: auto}.squaredThree {	width: 20px;	position: relative;	line-height: 21px}.squaredThree label {	cursor: pointer;	position: absolute;	width: 20px;	height: 20px;	top: 0;	border-radius: 4px;	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0		rgba(255, 255, 255, .4);	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0		rgba(255, 255, 255, .4);	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0		rgba(255, 255, 255, .4);	background: -webkit-linear-gradient(top, #222 0, #45484d 100%);	background: -moz-linear-gradient(top, #222 0, #45484d 100%);	background: -o-linear-gradient(top, #222 0, #45484d 100%);	background: -ms-linear-gradient(top, #222 0, #45484d 100%);	background: linear-gradient(top, #222 0, #45484d 100%);	filter: progid : DXImageTransform . Microsoft .		gradient(startColorstr = '#222', endColorstr = '#45484d', GradientType =		0)}.squaredThree label:after {	-ms-filter: "alpha(opacity=0)";	filter: alpha(opacity = 0);	opacity: 0;	content: '';	position: absolute;	width: 9px;	height: 5px;	background: transparent;	top: 4px;	left: 4px;	border: 3px solid #fcfff4;	border-top: 0;	border-right: 0;	-webkit-transform: rotate(-45deg);	-moz-transform: rotate(-45deg);	-o-transform: rotate(-45deg);	-ms-transform: rotate(-45deg);	transform: rotate(-45deg)}.squaredThree label:hover ::after {	-ms-filter: "alpha(opacity=30)";	filter: alpha(opacity = 30);	opacity: .3}.squaredThree input[type=checkbox]:checked+label:after {	-ms-filter: "alpha(opacity=100)";	filter: alpha(opacity = 100);	opacity: 1}.small-text {	font-size: 10px;	color: #5e5e5e;	text-transform: lowercase}.bt-animation {	-webkit-transition: all 200ms;	-moz-transition: all 200ms;	-ms-transition: all 200ms;	-o-transition: all 200ms;	transition: all 200ms}.bt-advertisement,.bt-h-scrren,.bt-v-scrren,.bt-play-logo-adv,.bt-play-share-tip	{	position: absolute;	top: 0;	left: 0;	z-index: 6000;	width: 100%;	height: 100%;	text-align: center;	font-size: 16px;	color: #fff}#bt-play-logo-adv {	z-index: 9001}#bt-play-logo-adv-lock {	z-index: 9000}.bt-play-share-tip {	text-align: right}.bt-play-share-tip-img {	margin: 10px 2% 0 0;	width: 60%;	max-width: 180px}.bt-h-scrren,.bt-v-scrren {	background: #fff}.bt-h-scrren table,.bt-h-scrren tr,.bt-h-scrren td,.bt-v-scrren table,.bt-v-scrren tr,.bt-v-scrren td	{	width: 100%;	height: 100%;	padding: 0;	margin: 0}.bt-h-screen-img,.bt-v-screen-img {	margin: 10px 1%;	max-width: 98%}.bt-lock-screen {	position: absolute;	top: 0;	left: 0;	z-index: 5000;	width: 100%;	height: 100%;	opacity: 0.4;	background: #000}#bt-hide-lock {	z-index: -1}.bt-game-loading {	position: fixed;	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	font-size: 1.6rem;	text-align: center;	color: gray;	background: #fff}.bt-game-loading table,.bt-game-loading tr,.bt-game-loading td {	height: 100%;	width: 100%;	padding: 0;	margin: 0}.bt-game-loading.bt-img {	width: 452px;	max-width: 70%}.bt-game-loading.bt-text {	padding-top: 30px}.bt-hide {	overflow: hidden !important;	width: 0 !important;	height: 0 !important;	opacity: 0 !important;	margin: 0 !important;	padding: 0 !important}#share-wx {	background: rgba(0, 0, 0, 0.8);	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	z-index: 10000;	display: none;}#wx-qr {	background: rgba(0, 0, 0, 0.8);	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	z-index: 10000;	display: none;}.lis {	overflow: hidden;	width: 100%;	z-index: 99999;	position: absolute;	top: 0;}.lis a {	display: block;	width: 99.9%;	color: #ffffff;	font-size: 14px;	text-decoration: none;	background: #606783;	text-align: center;	opacity: 0.5;	line-height: 30px;	font-weight: bold;	font-family: "微软雅黑"}.lis a img {	position: relative;	top: 1px;}</style>		<script type="text/javascript" src="js/zepto.min.js"></script>		<script src="js/common.js"></script>	</head>	<body bgcolor="black">		<div id="container">			<div id="loader-container">				<div style="width: 100px; height: 50px; display: block;"></div>				<div id="logo">				</div>				<div style="width: 100px; height: 20px; display: block;"></div>				<div id="loader-progress">					<div id="loader-bar">						<img src="img/loader.gif"/>					</div>					<div id="loader-message" class="loader-text">						Loading (1/3)						<br/>						<span class="small-text">[加载资源中...]</span>					</div>					<div id="loader-message-graphics" class="loader-text">						Loading (2/3)						<br/>						<span class="small-text">[加载资源中...]</span>					</div>					<div id="loader-message-sfx" class="loader-text">						Loading (3/3)						<br/>						<span class="small-text">[加载资源中...]</span>					</div>				</div>				<div id="loader-complete">					<div id="loader-tap-to-play">						<img src="img/tap_to_play.png" width="190"							height="34"/>					</div>					<div id="fullscreen-option">						<div class="squaredThree">							<input type="checkbox" value="None" id="fullscreen-opt"								name="check" checked />							<label for="fullscreen-opt">								        Fullscreen							</label>						</div>					</div>				</div>			</div>			<canvas id="game_area" moz-opaque></canvas>		</div>		<div id="rotate-device-instruction">			<img src="img/rotate_device_info.png"				alt="Rotate your device to Landscape for better experience."/>		</div>		<input id="bt-game-id" type="hidden" value="egglabrat"/>		<script src="js/pixi.js" type="text/javascript"></script>		<script src="js/tween.min.js" type="text/javascript"></script>		<script src="js/md5.js" type="text/javascript"></script>		<script src="js/howler.min.js" type="text/javascript"></script>		<script src="js/init.js" type="text/javascript"></script>		<script src="js/main.js" type="text/javascript"></script>		<script language=javascript>						function goHome(){			      // Play68.goHome();		}		function clickMore(){            	 // Play68.goHome();					}		function myMoreGoHome (){			    // Play68.goHome();		}		function myScores (){			   // Play68.setRankingScoreDesc(window._myscore);			   // updateShare(window._myscore);				// play68_submitScore(window._myscore);		}		function dp_Ranking(){			// Play68.goHome();		}		</script>				<div style="display: none;">			<script type="text/javascript">			function onShareComplete(res) {		        	document.location.href = mebtnopenurl;	        }			</script>	</body></html>
 |