|
|
|
@ -70,7 +70,6 @@
|
|
|
|
|
<link rel="stylesheet" href="__CSS__/base1.css">
|
|
|
|
|
<link rel="stylesheet" href="__CSS__/public.css">
|
|
|
|
|
<link rel="stylesheet" href="__CSS__/main_pq.css">
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.login_account { display: inline-block;
|
|
|
|
|
max-width: 130px;
|
|
|
|
@ -87,33 +86,174 @@
|
|
|
|
|
<script type="text/javascript" src="__JS__/main.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="min">
|
|
|
|
|
<div class="m1200" style="position:relative">
|
|
|
|
|
<div class="fl">
|
|
|
|
|
<a href="{:'http://'.$_SERVER['HTTP_HOST'].'/mobile.php'}" target="_blank"><i class="pq_icon ic16_phone mr5"></i>手机官网</a><!--<span class="line"></span>-->
|
|
|
|
|
<!-- <a href="{:'http://'.$_SERVER['HTTP_HOST'].'/index.php'}" target="_blank"><i class="pq_icon ic16_fav mr5"></i>推广平台</a>-->
|
|
|
|
|
|
|
|
|
|
<div class="heard">
|
|
|
|
|
<div class="heard_logo">
|
|
|
|
|
<img src="__IMG__/logo.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heard_tabbar">
|
|
|
|
|
</div>
|
|
|
|
|
<!--顶部搜索-->
|
|
|
|
|
<!-- <div class="min_search">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>active</if>" href="{:U('Index/index')}"><span>{:C('PC_NAVIGATION_INDEX')?C('PC_NAVIGATION_INDEX'):'关于我们'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>active</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq hezuo'>active</if>" href="{:U('Index/hezuo')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'商务合作'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><input type="text" name="textfield" id="textfield1" class="search_input" value="{:I('game_name')}"></li>
|
|
|
|
|
<li><input name="" type="button" value="" id="search" class="pq_icon search_btn"></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$url = "{:U('Game/game_center','',false)}";
|
|
|
|
|
$("#search").click(function(){
|
|
|
|
|
if($.trim($("#textfield1").val())==''){
|
|
|
|
|
return false;
|
|
|
|
|
}else{
|
|
|
|
|
location.href=$url+'/game_name/'+$.trim($("#textfield1").val());
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
<!–已登录–>
|
|
|
|
|
<if condition="session('user_auth.user_id')">
|
|
|
|
|
<div class="fr" id="ok_login">
|
|
|
|
|
<a href="{:U('Member/users_index')}"><i class="icon i-user"></i><span class="login_account">{:session('member_auth.account')}</span></a>
|
|
|
|
|
<a href="javascript:;" id="quitlogin" class="ml10">[退出]</a>
|
|
|
|
|
</div>
|
|
|
|
|
<else/>
|
|
|
|
|
<!–未登录–>
|
|
|
|
|
<div class="fr" id="no_login">
|
|
|
|
|
<a href="{:U('Member/register')}"><i class="pq_icon ic16_exit mr5"></i>免费注册</a>
|
|
|
|
|
<span class="line"></span>
|
|
|
|
|
<a href="{:U('Member/users_index')}"><i class="pq_icon ic16_people mr5"></i>立即登录</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</if>-->
|
|
|
|
|
<!--游戏中心下拉列表-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="head">
|
|
|
|
|
<div class="m1200">
|
|
|
|
|
<a href="{:U('Index/index')}" class="logo">
|
|
|
|
|
<img src="{:get_cover(C('PC_SET_LOGO'),'path')}" width="154" height="100" alt="{:C(APP_NAME)}联运系统官网" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<ul class="nav">
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>on</if>" href="{:U('Index/index')}"><span>{:C('PC_NAVIGATION_INDEX')?C('PC_NAVIGATION_INDEX'):'平台首页'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>on</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq hezuo'>on</if>" href="{:U('Index/hezuo')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'商务合作'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Game'>on</if>"" href="{:U('Game/game_center')}"><span>{:C('PC_NAVIGATION_GAME')?C('PC_NAVIGATION_GAME'):'游戏中心'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Gift'>on</if>" href="{:U('Gift/gift')}" ><span>{:C('PC_NAVIGATION_GIFT')?C('PC_NAVIGATION_GIFT'):'礼包中心'}</span><i></i></a>
|
|
|
|
|
</li>-->
|
|
|
|
|
<!-- <li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Recharge'>on</if>" href="{:U('Recharge/pay')}" ><span>{:C('PC_NAVIGATION_SPEND')?C('PC_NAVIGATION_SPEND'):'充值中心'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Member'>on</if>" href="{:U('Member/users_index')}"><span>{:C('PC_NAVIGATION_USER')?C('PC_NAVIGATION_USER'):'用户中心'}</span><i></i></a>
|
|
|
|
|
</li>-->
|
|
|
|
|
<!-- <li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Article'>on</if>" href="{:U('Article/index',array('category'=>'media_gg'))}"><span>{:C('PC_NAVIGATION_INFOR')?C('PC_NAVIGATION_INFOR'):'游戏资讯'}</span><i></i></a>
|
|
|
|
|
</li>-->
|
|
|
|
|
<!--<li>
|
|
|
|
|
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Service'>on</if>" href="{:U('Service/index')}"><span>{:C('PC_NAVIGATION_KEFU')?C('PC_NAVIGATION_KEFU'):'客服中心'}</span><i></i></a>
|
|
|
|
|
<if condition="C('PC_NAVIGATION_SHOW_STATUS') eq 1">
|
|
|
|
|
</li>-->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="khd" target="_blank" href="{:U('Index/download')}" ><span>{:C('PC_NAVIGATION_CLIENT')?C('PC_NAVIGATION_CLIENT'):'客户端'}</span><i></i></a>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- 主体内容 -->
|
|
|
|
|
<block name="body"></block>
|
|
|
|
|
|
|
|
|
|
<!-- 页脚 -->
|
|
|
|
|
<!--首页 页脚 与其他页面页面不一样 margin-top没做限制 -->
|
|
|
|
|
<div class="foot clearfix index-foot ">
|
|
|
|
|
<div class="m1200 ">
|
|
|
|
|
<div class="foot_logo fl ">
|
|
|
|
|
<!--<img src="{:get_cover(C('PC_SET_LOGO_FOOT'),'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null" alt="" />-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="foot_info fl ">
|
|
|
|
|
<!--页脚导航-->
|
|
|
|
|
<div class="foot_nav ">
|
|
|
|
|
<if condition="footer_news('about') eq 1">
|
|
|
|
|
<a rel="nofollow" title="关于我们" href="{:U('Article/news/type/about')}" target="_blank">关于我们</a><span class="line ">|</span>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="footer_news('collaborate') eq 1">
|
|
|
|
|
<a rel="nofollow" title="商务合作" href="{:U('Article/news/type/collaborate')}" target="_blank">商务合作</a><span class="line ">|</span>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="footer_news('partner') eq 1">
|
|
|
|
|
<a rel="nofollow" title="合作伙伴" href="{:U('Article/news/type/partner')}" target="_blank">合作伙伴</a><span class="line ">|</span>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="footer_news('supervise') eq 1">
|
|
|
|
|
<a rel="nofollow" title="家长监护" href="{:U('Article/news1/type/supervise')}" target="_blank">家长监护</a><span class="line ">|</span>
|
|
|
|
|
</if>
|
|
|
|
|
<a rel="nofollow" title="客服帮助" href="{:U('Service/index')}" target="_blank">客服帮助</a><span class="line ">|</span>
|
|
|
|
|
<a rel="nofollow" title="技术支持" href="https://www.vlcms.com/" target="_blank">技术支持</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--版权-->
|
|
|
|
|
<div class="foot_copy ">
|
|
|
|
|
<div class="foot_copy ">
|
|
|
|
|
<span style="margin-right:40px;">
|
|
|
|
|
<a target="_blank" href="{:get_cover(C('PC_SET_FOR_THE_RECORD_PIRTURE'),'path')}">备案号:{:C('PC_SET_FOR_THE_RECORD')}</a>
|
|
|
|
|
</span>
|
|
|
|
|
<span>
|
|
|
|
|
<a target="_blank" href="{:get_cover(C('PC_SET_LICENSE_PIRTURE'),'path')}">网络文化经营许可证编号:{:C('PC_SET_LICENSE')}</a></span>
|
|
|
|
|
<br>{:C('PC_SET_COPYRIGHT')}
|
|
|
|
|
<br>
|
|
|
|
|
<?php if ($_SERVER['SERVER_NAME'] == 'www.wmtxkj.com' || $_SERVER['SERVER_NAME'] == 'wmtxkj.com') :?>
|
|
|
|
|
<a target="cyxyv" href="https://v.yunaq.com/certificate?domain=www.wmtxkj.com&from=label&code=90030"><img src="https://aqyzmedia.yunaq.com/labels/label_sm_90030.png" style="position: initial;width: 68px;margin-top: 10px;"></a>
|
|
|
|
|
<?php endif ;?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
<div class="split_line"></div>
|
|
|
|
|
<div class="foot_tips">{:C('PC_GAME_PROMPT')}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--浮动层-->
|
|
|
|
|
<div class="float_contact_position ">
|
|
|
|
|
<div class="float_contact " style="right: 100px;">
|
|
|
|
|
<img src="/Public/Media/images/index_about/qrcode.png" width="200">
|
|
|
|
|
<!-- <div class="float-bg "></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="show kf ">
|
|
|
|
|
<a href="tencent://message/?uin={:C('PC_SET_SERVER_QQ')}&menu=yes"></a>
|
|
|
|
|
<div class="kf_pic ">
|
|
|
|
|
<a href="tencent://message/?uin={:C('PC_SET_SERVER_QQ')}&menu=yes" id="launch_qq "><span><img src="__IMG__/qq_icon.png " /></span><b>在线客服</b></a>
|
|
|
|
|
<i class="arrow "></i>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="show wx ">
|
|
|
|
|
<a href="javascript:void(0); "></a>
|
|
|
|
|
<div class="wx_pic ">
|
|
|
|
|
<img src="{:get_cover(C('PC_SET_QRCODE'),'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
|
|
|
|
|
<i class="arrow "></i>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<a href="javascript:void(0); " class="top "></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<block name="giftextend"></block>
|
|
|
|
|
<script>
|
|
|
|
|