You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8" >
|
|
<link rel="shortcut icon" href="">
|
|
|
|
<title></title>
|
|
<meta name="keywords" content="">
|
|
<meta name="description" content="">
|
|
<link href="__CSS__/common.css" rel="stylesheet">
|
|
|
|
<script src="__JS__/jquery.min.js"></script>
|
|
<script src="__JS__/common.js"></script>
|
|
|
|
<style>
|
|
.weixinloadwrap {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);}
|
|
.weixinload {position:absolute;top:0;right:4px;width:40%;}
|
|
.weixinload img{width:100%;}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="inner">
|
|
<a href="javascript:" onClick="javascript:history.back(-1);">
|
|
<img class="return" src="__IMG__/return.png">
|
|
</a>
|
|
<h1 class="title">玩游戏 就上{:C(APP_NAME)}</h1>
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<div class="inner">
|
|
<div class="banner">
|
|
<img class="img1" src="__IMG__/img_download.png" >
|
|
<img class="img2" src="__IMG__/img_download.png" >
|
|
</div>
|
|
<h3 class="title">恭喜您注册成功!</h3>
|
|
<p class="text">立即下载{:C(APP_NAME)}享受游戏带来的无限快感</p>
|
|
<a class="download" href="{:U('Down/android_app_down')}">下载APP</a>
|
|
</div>
|
|
</div>
|
|
<if condition="is_weixin_brower() eq true or is_in_qq_brower() eq true ">
|
|
<div class="weixinloadwrap">
|
|
<div class="weixinload"><img src="__IMG__/icon_guide.png"></div>
|
|
</div>
|
|
</if>
|
|
<div class="footer">
|
|
|
|
</div>
|
|
<script>
|
|
$(function() {
|
|
$('.weixinloadwrap').height($(document).height());
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |