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.

80 lines
4.8 KiB
HTML

5 years ago
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title><notempty name='sitebase.site_name'>{$sitebase.site_name}<else />{:C('PC_SET_TITLE')}</notempty></title>
<meta name="keywords" content="">
<meta name="description" content="">
<link href="<notempty name='sitebase.sites_pc_icon'>{:get_cover($sitebase['sites_pc_icon'],'path')}<else />{:get_cover(C('PS_SET_ICO'),'path')}</notempty>" type="image/x-icon" rel="shortcut icon">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link rel="apple-touch-icon" href="__IMG__/touch-icon-iphone.png" />
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<link href="__CSS__/{:C('DEFAULT_THEME')}/common.css" rel="stylesheet" >
<block name="css"></block>
</head>
<body>
<style>
.layer-lwx-style{}
.layer-lwx-style .layer-lwx-notice{height:100%;text-align:center;}
.layer-lwx-style .layer-lwx-title{margin:0;padding-top:18px;font-size:15px;}
.layer-lwx-style .layer-lwx-novice{margin:13px 0;color:#999;font-size:13px;}
.layer-lwx-style .layer-lwx-butn{padding-top:5px;}
.layer-lwx-style .layer-lwx-butn .butn{display:inline-block;width:86px;height:28px;border-radius:5px;background:#42b5ff;color:#fff;font-size:13px;line-height:28px;}
</style>
<div class="header">
<div class="wrap clearfix">
<a href="{:U('Index/index',array('account'=>I('account')))}" class="logobox">
<img src="<notempty name='sitebase[sites_pc_logo]' >{:get_cover($sitebase['sites_pc_logo'],'path')}<else />{:get_cover(C('PC_SET_LOGO'),'path')}</notempty>" class="logo">
</a>
<ul class="nav clearfix">
<li><a href="{:U('Index/index',array('account'=>I('account')))}" class="item <eq name='CONTROLLER_NAME' value='Index'>current</eq>"><span>首页</span></a></li>
<li><a href="{:U('Game/index',array('account'=>I('account')))}" class="item <eq name='CONTROLLER_NAME' value='Game'>current</eq>"><span>游戏</span></a></li>
<li><a href="{:U('Gift/index',array('account'=>I('account')))}" class="item <eq name='CONTROLLER_NAME' value='Gift'>current</eq>"><span>礼包</span></a></li>
<li><a href="{:U('Open/index',array('account'=>I('account')))}" class="item <eq name='CONTROLLER_NAME' value='Open'>current</eq>"><span>开服</span></a></li>
<li><a href="javascript:;" class="item download"><span>APP下载</span></a><div class="download-menu"><img src="{:U('Base/qrcode',array('url'=>base64_encode(base64_encode($download_url))))}"><p>扫描二维码下载APP</p></div></li>
</ul>
</div>
</div>
<div class="trunk">
<block name="body"></block>
</div>
<div class="footer">
<div class="wrap">
<p class="warn">健康游戏公告:抵制不良游戏拒绝盗版游戏注意自我保护谨防受骗上当 适度游戏益脑沉迷游戏伤身合理安排时间享受健康生活</p>
<p class="copyright"><notempty name="sitebase.site_url">Copyright &copy; 2017 &nbsp;&nbsp;{$sitebase['site_url']}&nbsp;&nbsp; All rights reserved.<else />{:C('PC_SET_COPYRIGHT')}</notempty></p>
</div>
</div>
<div class="suspension-window">
<ul class="">
<li class="qq_area"><span>联系我们</span><notempty name="sitebase.site_qq"><a href="tencent://message/?uin={$sitebase.site_qq}&&menu=yes" target="_blank" class="qq-text">{$sitebase.site_qq}</a><else /><a href="tencent://message/?uin={:C('PC_SET_SERVER_QQ')}&&menu=yes" target="_blank" class="qq-text">{:C('PC_SET_SERVER_QQ')}</a></notempty></li>
<li class="qq_area"><span>玩家Q群</span><notempty name="sitebase.site_qq_qunurl"><a href="{$sitebase.site_qq_qunurl}" target="_blank" class="qq-text">{$sitebase.site_qq_qun}</a><else /><a href="javascript:void(0);" target="_blank" class="qq-text">暂无Q群</a></notempty></li>
<li class="wx_area"><span>关注微信</span><div class="qrcode-box"><img class="qrcode-pic" src="<notempty name='sitebase.sites_qrcode'>{:get_cover($sitebase['sites_qrcode'],'path')}<else />{:get_cover(C('PC_SET_QRCODE'),'path')}</notempty>"><notempty name="sitebase.app_weixin"><p>扫码关注<span>{$sitebase.app_weixin}</span>公众号</p></notempty><div></li>
<li><a href="javascript:;" class="gotop"><img src="__IMG__/home_suspension_icon_return.png"></a></li>
</ul>
</div>
<script src="__JS__/jquery-1.11.1.min.js"></script>
<block name="script"></block>
<script>
$('.gotop').click(function(){
$('html,body').animate({ scrollTop: '0px' },800);
});
</script>
</body>
</html>