Files
youlegames/codes/games/client/Projects/pdk_card_client-jinxian/index2.html
2026-02-04 23:47:45 +08:00

184 lines
7.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0"><!--expires出现在http-equiv属性中使用content属性表示页面缓存的过期时间-->
<meta name="viewport" content="width=device-width,initial-scale=1 user-scalable=0"/>
<title>gameabc</title>
<style>
* {
margin: 0;
padding: 0;
}
html, body {
/*height: 100%; width: 100%; */
overflow-x: hidden;
overflow-y: hidden;
/*backgroundColor:"rab(255,0,0)";*/
}
canvas {
display: block;
}
.box {
position: absolute;
left: 0px;
top: 0px;
bottom: 0;
right: 0;
z-index: 2;
text-align: center;
width: 400px;
height: 400px;
background-color: black; /*border: 1px solid red;*/
}
#img {
margin: 0 auto;
vertical-align: middle;
line-height: 2;
}
</style>
</head>
<body style='position:fixed;bottom:0;'>
<div id="ifastgame" class="box">
<canvas id="canvas" style="background-color: white;z-index: 6;position: absolute;width: 100%;height:100%;">
<div id="div_result" class="div_result_css" style="z-index:120;position:absolute;top:5%;left:15%;display:none;">
<div id="div_img" class="div_img_css">
<img id="img1" src=""/>
<div id="div_text" class="div_text_css" style="color:white;">
<p>长按图片可分享给好友
<p>
</div>
</div>
</div>
</canvas>
</div>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
backgroundColor: "rab(255,0,0)";
}
canvas {
display: block;
}
</style>
<script>
function setupWebViewJavascriptBridge(callback) {
if (window.WebViewJavascriptBridge) {
return callback(WebViewJavascriptBridge);
}
if (window.WVJBCallbacks) {
return window.WVJBCallbacks.push(callback);
}
window.WVJBCallbacks = [callback];
var WVJBIframe = document.createElement('iframe');
WVJBIframe.style.display = 'none';
WVJBIframe.src = 'https://__bridge_loaded__';
document.documentElement.appendChild(WVJBIframe);
setTimeout(function () {
document.documentElement.removeChild(WVJBIframe)
}, 0)
}
setupWebViewJavascriptBridge(function (bridge) {
});
</script>
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script language='javascript'>var gameabc_face = gameabc_face || {};</script>
<script language='javascript'>gameabc_face.path = "assets/bmp";</script>
<script type="text/javascript" src="app_data.js?ylh5gamev"></script>
<script type="text/javascript" src="app_battery.js?ylh5gamev"></script>
<script type="text/javascript" src="app_network.js?ylh5gamev"></script>
<script type="text/javascript" src="app_gamesname.js?ylh5gamev"></script>
<script type="text/javascript" src="js/gameabc.min2.js?ylh5gamev"></script>
<script type="text/javascript" src="js/gamemain.js?ylh5gamev"></script>
<script type="text/javascript" src="js/jquery-2.1.1.min.js?ylh5gamev"></script>
<script type="text/javascript" src="js/jweixin-1.2.0.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/02_Const.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/04_Data.js?ylh5gamev"></script>
<script type="text/javascript" src="version.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/08_Utl_Output.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/07_Desk.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/05_Func.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/10_Game.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/11_GameUI.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/12_Logic.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/00_minhttp.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/09_Net.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/06_Player.js?ylh5gamev"></script>
<script type="text/javascript" src="js/00_Surface/03_Banwords.js?ylh5gamev"></script>
<script type="text/javascript" src="js/01_SubGame/00_SubGame_Config.js?ylh5gamev"></script>
<script type="text/javascript" src="js/01_SubGame/01_SubGame_modify.js?ylh5gamev"></script>
<script type="text/javascript" src="js/config/Config.js?ylh5gamev"></script>
<script type="text/javascript" src="js/DIY/DIYBase.js?ylh5gamev"></script>
<script type="text/javascript" src="js/DIY/DIYA.js?ylh5gamev"></script>
<script type="text/javascript" src="js/DIY/DIYFunc.js?ylh5gamev"></script>
<script type="text/javascript" src="js/DIY/DIYSlideBar.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_room.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_player.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_card.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_ctrl.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_clearing_replay.js?ylh5gamev"></script>
<script type="text/javascript" src="js/mem/mem_ini_recon.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/flow_input.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/animation.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/sound.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/count_down.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/click_all.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/clearing/show_clearing_flash.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/clearing/show_clearing.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/clearing/show_hu.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/clearing/show_big_clearing.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/clearing/show_next_ready.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/operate/operate_show_click.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/operate/operate_flash.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/put/show_card.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/put/chu_pai.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/put/show_sea.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/put/show_ting.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/recon/send_recon.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/recon/rec_recon.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/replay/show_record.js?ylh5gamev"></script>
<script type="text/javascript" src="js/flow/replay/show_replay.js?ylh5gamev"></script>
<script type="text/javascript" src="js/export/share.js?ylh5gamev"></script>
<script type="text/javascript" src="js/export/anti_cheat.js?ylh5gamev"></script>
<script type="text/javascript" src="js/export/func_base.js?ylh5gamev"></script>
<script type="text/javascript" src="js/export/func_other.js?ylh5gamev"></script>
<script type="text/javascript" src="output/gameabc_data.min.js?ylh5gamev"></script>
</body>
</html>