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.
115 lines
4.8 KiB
HTML
115 lines
4.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{:seo_replace(C('wap_rank.seo_title'),'','wap','title')}</title>
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<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="icon" href="{:get_cover(C('WAP_SET_ICO'),'path')}" type="image/x-icon"/>
|
|
<link href="__CSS__/iconfont.css" rel="stylesheet" >
|
|
<link href="__CSS__/common.css" rel="stylesheet" >
|
|
<link href="__CSS__/open.css" rel="stylesheet" >
|
|
<link href="__CSS__/public1.css" rel="stylesheet" />
|
|
|
|
<block name="css"></block>
|
|
|
|
<script src="__JS__/jquery-1.11.1.min.js"></script>
|
|
<script src="__JS__/TouchSlide.1.1.js"></script>
|
|
<script src="__STATIC__/bg4_4.js"></script>
|
|
</head>
|
|
<header class="header">
|
|
<div class="">
|
|
<a href="javascript:history.go(-1);" class="hbtn back" ><i class="iconfont icon-drop-left"></i></a>
|
|
<h1 class="caption">{$mate_title}</h1>
|
|
</div>
|
|
</header>
|
|
<block name="body"></block>
|
|
<div class="float_contact_position1 ">
|
|
<div class="float_contact1 ">
|
|
<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 active">
|
|
<img src="{:get_cover(C('PC_SET_QRCODE'),'path')}">
|
|
<span class="wx_pic_text">扫码关注<font>{:C(APP_WEIXIN)}</font>公众号</span>
|
|
<i class="arrow "></i>
|
|
</div>
|
|
</li>
|
|
<li class="show down ">
|
|
<a href="javascript:void(0); "></a>
|
|
<div class="down_pic">
|
|
<img src="{:U('Index/qrcode',['url'=>base64_encode(base64_encode('http://'.$_SERVER['HTTP_HOST'].'/index.php?s=/Home/Cline/download'))])}">
|
|
<span class="wx_pic_text">扫码下载<font>{:C(APP_NAME)}</font>APP</span>
|
|
<i class="arrow "></i>
|
|
</div>
|
|
</li>
|
|
<li class="show pop ">
|
|
<a href="./index.php" target="_blank"></a>
|
|
<div class="pop_pic">
|
|
推广游戏得分成~<br>
|
|
赚钱就是那么容易!
|
|
<a class="pop_pic_btn" href="./index.php" target="_blank">去加入</a>
|
|
<i class="arrow "></i>
|
|
</div>
|
|
|
|
</li>
|
|
<li class="show kf " >
|
|
<a href="./media.php"></a>
|
|
<div class="kf_pic">
|
|
<a href="./media.php" target="_blank"><span><img src="__IMG__/pc_icon.png "></span><b>pc官网</b></a>
|
|
<i class="arrow "></i>
|
|
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0); " class="top "></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
$(function(){
|
|
/*浮动层*/
|
|
var rzClose = $('.float_contact1 .rz .close'),
|
|
rzShow = $('.float_contact1 .rz a'),
|
|
rzContent = $('.float_contact1 .rz .rz_pic');
|
|
rzClose.on('click',function(){
|
|
rzContent.removeClass('active');
|
|
});
|
|
var picShow = $('.float_contact1 ul .show'),
|
|
picContent = picShow.find('div');
|
|
picShow.on('mouseover',function(){
|
|
picContent.removeClass('active');
|
|
$(this).find('div').addClass('active');
|
|
});
|
|
picShow.on('mouseout',function(){
|
|
picContent.removeClass('active');
|
|
});
|
|
$('.float_contact_position1').on('click','.top',function(){
|
|
$('body,html').animate({"scrollTop":0},500);
|
|
});
|
|
/*回到顶部*/
|
|
$('.share-box').on('click','.li-7 a',function(){
|
|
$('body,html').animate({"scrollTop":0},500);
|
|
});
|
|
})
|
|
</script>
|
|
|
|
</html>
|