新增分支dev_lww

master
“用lww 5 years ago
parent bde48df713
commit 320ebf1b6e

@ -1389,3 +1389,26 @@ function curl_post($url = '', $post_data = array()) {
return $data;
}
if(!function_exists('dd')){
function dd($var){
if (func_num_args() > 1) {
$var = func_get_args();
}
$debug = debug_backtrace();
echo '<pre class="yun-debug" style="background:#EAEAEA;padding:10px;">';
echo '<div class="file" style="color:#f00;">',$debug[0]['file'],' ',$debug[0]['line'],PHP_EOL,'</div>';
if (is_object($var) || is_array($var)) {
$mode = 0;
} else {
$mode = 1;
}
switch($mode){
case 0: print_r($var); break;
case 1: var_dump($var); break;
default: print_r($var);
}
echo '</pre>';
exit;
}
}

@ -1,64 +1,75 @@
<extend name="Public/base" />
<block name="body" >
<div class="part-box">
<div class="part part-1" style="height: 440px">
<div class="m1200">
<!--推荐游戏-->
<div class="hot-game-box-index">
<div class="hd-title">推荐游戏</div> <!--20190829-->
<div class="hot-game-list" style="float: left">
<volist name="recommend" id="rec" offset="0" length="1">
<div class="hot-game-info hot-game-1">
<div class="top-info" style="width: 400px">
<div class="pic">
<img src="{:get_cover($rec['cover'],'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
</div>
<div class="down-code" style="width: 400px;">
<div class="code">
<img src="{:U('Game/dow_url_generate',array('game_id'=>$rec['relation_game_id'],'type'=>1))}" width="100" height="100" onerror="this.src='__IMG__/empty.jpg';this.onerror=null" />
</div>
<div class="text">
<p class="type">游戏类型:{:msubstr2($rec['game_type_name'],0,10)}</p>
<p class="score">玩家评分:<span class="stars"><em style="width:{:$rec['game_score']*10}%;"></em></span></p>
<a href="{:U('Game/game_detail',array('id'=>$rec['relation_game_id']))}">下载游戏</a>
<!--<a href="{:U('Game/game_detail',array('id'=>$rec['relation_game_id']))}">查看游戏</a>-->
</div>
</div>
</div>
<div class="bottom-info" style="width: 360px;margin: 0">
<h3 class="name">{:msubstr2($rec['relation_game_name'],0,10)}</h3>
<p><notempty name="rec.features">{$rec.features}<else />&nbsp;</notempty></p>
<a href="{:U('Game/game_detail',array('id'=>$rec['relation_game_id']))}">进入官网</a>
</div>
</div>
</volist>
</div>
<div style="float: left;margin:20px 0 0 360px ">
<div style="float: left">
<img style="width: 120px;height: 120px" src="__IMG__/chongzhi.png" alt="">
</div>
<div style="float: left;margin-left: 20px">
<h3 style="color: #0C0C0C">平台币充值</h3>
<p style="font-size: 14px;color: #666;margin-bottom: 30px;width: 300px;">平台币是可以在游戏内直接消费使用的1平台币=1人民币在游戏内您可直接用平台币选择购买相应的道具钻石、宝石、金币等</p>
<style>
.btn{
background-color: #03B4F5;
color: #0C0C0C;
border-color: #03B4F5;
height: 40px;
line-height: 34px;
padding: 10px 20px;
font-size: 14px;
font-weight: bold;
<script src="__JS__/jquery.min.js"></script>
<script src="__JS__/rem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/heard.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/foot.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/index.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/product.css" />
}
</style>
<a class="btn" href="{:U('Recharge/pay')}">立即充值</a>
<div class="product_swiper">
<img src="__IMG__/inner_banner1.png" alt="">
</div>
<div class="product_home">
<div class="product_left">
<img src="__IMG__/img_left.png" alt="">
<div class="recharge">
<div class="recharge_box">
<div class="title">平台币充值</div>
<div class="del">平台币是可以在游戏内直接消费使用的1平台币=1人民币在游戏内您可直接用平台币选择购买相应的道具钻石、宝石、金币等</div>
<div class="voucher" onclick="window.location.href='{:U(\'Recharge/pay\')}'">立即充值</div>
</div>
</div>
</div>
<div class="product_right">
<div class="title">热门游戏</div>
<!-- 无产品时展示 -->
<div class="not_product" style="display: none;">
<img src="__IMG__/not_data.png" alt="">
<div>暂无游戏内容</div>
</div>
<div class="have_product">
<ul >
<volist name="recommend" id="rec" offset="0" length="1">
<li>
<img src="__IMG__/play.png" alt="">
<div class="have_product_box">
<div class="name">《{:msubstr2($rec['relation_game_name'],0,10)}》</div>
<div class="del">{$rec.features}</div>
<div class="enter" onclick="location.href='{:U(\'Game/game_detail\',array(\'id\'=>$rec[\'relation_game_id\']))}'">进入官网</div>
</div>
</li>
</volist>
</ul>
</div>
</div>
</div>
<!-- foot -->
<div class="foot">
<div class="foot_box">
<div class="foot_top">
<img src="__IMG__/foot_logo.png" alt="">
<div class="foot_top_ri">
<div class="foot_link">
<a>家长监护</a>
<a>客服帮助</a>
</div>
<div class="foot_serial">
<span>备案号琼ICP备19000556号-1</span>
<span>网络文化经营许可证编号琼网文20192354-200号</span>
</div>
<div class="foot_code">copyright2019</div>
<div class="foot_approve"> <img src="__IMG__/foot_slide.png" alt=""></div>
</div>
</div>
<div class="foot_bom">抵制不良网页游戏拒绝盗版游戏。注意自我保护谨防受骗上当。适度游戏益脑沉迷游戏伤身。合理安排时间享受健康生活。适龄提示适合12周岁以上使用。</div>
</div>
</div>
<!-- 侧导航 -->
<div class="side_tabbar">
<img src="__IMG__/index_about/qrcode.png" alt="">
</div>
</block>

@ -55,12 +55,11 @@
</div>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=IlhuMR32KKlrV3pR6BuvSLVLQKQeEjwP"></script>
<script src="__JS__/collaborate.js" type="text/javascript"></script>
<!-- 侧导航 -->
<div class="side_tabbar" style="z-index: 2">
<img src="__IMG__/index_about/qrcode.png" alt="">
</div>
</block>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=IlhuMR32KKlrV3pR6BuvSLVLQKQeEjwP"></script>
<script src="__JS__/collaborate.js" type="text/javascript"></script>

@ -1,47 +1,50 @@
<extend name="Public/base" />
<block name="body" >
<link rel="stylesheet" href="__CSS__/index_about.css">
<div class="aboutWrapper">
<!--公司介绍-->
<div class="about_1" id="ab_1">
<div class="about_1_c about_wrapper">
<div class="ab_tit">
<p class="tit_en" style="margin-bottom: 10px;">Company Profile</p>
<p class="tit_ch">公司介绍</p>
</div>
<div class="about_1_box">
<div class="side ">
<div class="act">
<p>
&nbsp;&nbsp;&nbsp;&nbsp;万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!
</p>
<script src="__JS__/jquery.min.js"></script>
<script src="__JS__/rem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/heard.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/foot.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/index.css" />
<!-- heard -->
<div class="home_swiper">
<img src="__IMG__/lunbo.png" alt="">
</div>
<div class="home_text">
<div class="home_pad">
<div class="title" style="margin-bottom: 15px">公司介绍</div>
<div class="del">COMPANY PROFILE</div>
<div class="content">
<p>万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</p>
<p> 公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</p>
</div>
<div class="base">每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div>
</div>
</div>
<!-- foot -->
<div class="foot">
<div class="foot_box">
<div class="foot_top">
<img src="__IMG__/foot_logo.png" alt="">
<div class="foot_top_ri">
<div class="foot_link">
<a>家长监护</a>
<a>客服帮助</a>
</div>
<div class="foot_serial">
<span>备案号琼ICP备19000556号-1</span>
<span>网络文化经营许可证编号琼网文20192354-200号</span>
</div>
<div class="foot_code">copyright2019</div>
<div class="foot_approve"> <img src="__IMG__/foot_slide.png" alt=""></div>
</div>
</div>
<div class="side wr">
<div class="bx">
<!--
<div class="bx_t"></div>
<div class="bx_con bx_bg1"></div>
<div class="bx_con bx_bg2"></div>
-->
<img src="__IMG__/index_about/cbd1.jpg" width="356" height="356">
</div>
</div>
</div>
<p class="about_1_bm" style="margin-top: 90px;">每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</p>
<div id="down_pass_pop" class="pop_downlA" style="left: 1163px; top: 760px;display: none;">
<a class="btn_close"></a>
<div class="popD_header"><h2>企业资料</h2></div>
<div class="popD_main">
<p><input name="down_pass" id="down_pass" placeholder="请输入密码"></p>
<p><button onclick="download()">确定</button></p>
</div>
</div>
</div>
</div>
<!--enf of 公司介绍-->
</div>
<div class="foot_bom">抵制不良网页游戏拒绝盗版游戏。注意自我保护谨防受骗上当。适度游戏益脑沉迷游戏伤身。合理安排时间享受健康生活。适龄提示适合12周岁以上使用。</div>
</div>
</div>
<!-- 侧导航 -->
<div class="side_tabbar" style="z-index: 1">
<img src="__IMG__/index_about/qrcode.png" alt="">
</div>
</block>

@ -70,6 +70,7 @@
<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;
@ -86,174 +87,33 @@
<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>
<!--顶部搜索-->
<!-- <div class="min_search">
<ul>
<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>
&lt;!&ndash;已登录&ndash;&gt;
<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/>
&lt;!&ndash;未登录&ndash;&gt;
<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 class="heard">
<div class="heard_logo">
<img src="__IMG__/logo.png" alt="">
</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>
<div class="heard_tabbar">
<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 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>
<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>
</ul>
</div>
</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')}&amp;menu=yes"></a>
<div class="kf_pic ">
<a href="tencent://message/?uin={:C('PC_SET_SERVER_QQ')}&amp;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>

@ -1,7 +1,12 @@
<extend name="Public/base" />
<block name="body" >
<link rel="stylesheet" type="text/css" media="all" href="__CSS__/pay.css">
<script type="text/javascript" src="__JS__/front/do.js"></script>
<script src="__JS__/jquery.min.js"></script>
<script src="__JS__/rem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/heard.css" />
<script type="text/javascript" src="__JS__/front/do.js"></script>
<script type="text/javascript" src="__JS__/front/cute.js"></script>
<script type="text/javascript" src="__JS__/front/dialog.js"></script>
<script type="text/javascript" src="__JS__/pay/common.js"></script>
@ -50,7 +55,7 @@
$("#moneyjft").parent().parent().siblings().removeClass('money_checked');
}
if($('#form_alipay .money2').val()){
$("#form_alipay .last_money").addClass('money_checked').siblings().removeClass('money_checked');
}
@ -68,7 +73,7 @@
$(".last_money").click(function(){
$(this).addClass('money_checked').siblings().removeClass('money_checked');
});
});
});
@ -82,7 +87,7 @@
<if condition="get_tool_status('alipay') eq 1">
<li class="li_h" data-type="alipay"><span class="p2 g" id="p2">支付宝</span></li>
</if>
<if condition="get_tool_status('weixin') eq 1 or get_tool_status('wei_xin') eq 1 or get_tool_status('weixin_gf') eq 1">
<li data-type="wechat" class=""><span class="p26 g" id="p26">微信支付(余额)</span></li>
</if>
@ -98,7 +103,7 @@
</ul>
</div>
<div class="pay_r fl">
<div id="change_box">
<ul>
<if condition="get_tool_status('alipay') eq 1">
@ -133,7 +138,7 @@
<input type="radio" name="money" value="500">
<font>500元</font> </span> <span>
<input type="radio" name="money" value="1000">
<font>1000元</font> </span>
<font>1000元</font> </span>
<span class="last_money"> <font>其他
<input type="text" maxlength="10" size="10" name="money2" id="money3" class="money2" onkeyup="this.value = this.value.replace(/[^0-9]/g, &#39;&#39;); get_game_coin2();" style="display: inline-block">
</font> </span>
@ -143,7 +148,7 @@
<div class="clear"></div>
</li>
<li class="clearfix"><!-- <span class="label_name">返利券:</span>
<div class="flq_div" id="flq_div2">没有可用的返利券</div> -->
<div class="flq_div" id="flq_div2">没有可用的返利券</div> -->
</li>
<li class="clearfix"><span class="label_name"></span>
<div class="flqtips_div">
@ -198,7 +203,7 @@
<div class="clear"></div>
</li>
<li class="clearfix"><!-- <span class="label_name">返利券:</span>
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
</li>
<li class="clearfix"><span class="label_name"></span>
<div class="flqtips_div">
@ -222,8 +227,8 @@
<label class="ptb3">平台币</label>
</span>
<div class="ptbtips pa" id="ptbtips3">
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
<a href="javascript:;" class="ptbtipsclose db pa"></a>
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
<a href="javascript:;" class="ptbtipsclose db pa"></a>
</div>
</li>
<li> <span> <span class="label_name">充值帐号:</span>
@ -256,7 +261,7 @@
<div class="clear"></div>
</li>
<li class="clearfix"><!-- <span class="label_name">返利券:</span>
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
</li>
<li class="clearfix"><span class="label_name"></span>
<div class="flqtips_div">
@ -282,8 +287,8 @@
<label class="ptb4">平台币</label>
</span>
<div class="ptbtips pa" id="ptbtips4">
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
<a href="javascript:;" class="ptbtipsclose db pa"></a>
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
<a href="javascript:;" class="ptbtipsclose db pa"></a>
</div>
</li>
<li> <span> <span class="label_name">充值帐号:</span>
@ -316,7 +321,7 @@
<div class="clear"></div>
</li>
<li class="clearfix"><!-- <span class="label_name">返利券:</span>
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
</li>
<li class="clearfix"><span class="label_name"></span>
<div class="flqtips_div">
@ -343,7 +348,7 @@
<label class="ptb">平台币</label>
</span>
<div class="ptbtips pa" id="ptbtips5">
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
平台币是{:C(APP_NAME)}手机游戏平台统一支付的虚拟货币。玩家可以使用平台币兑换{:C(APP_NAME)}手机游戏平台旗下绝大部分游戏的游戏币。
<a href="javascript:;" class="ptbtipsclose db pa"></a>
</div>
</li>
@ -377,7 +382,7 @@
<div class="clear"></div>
</li>
<li class="clearfix"><!-- <span class="label_name">返利券:</span>
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
<div class="flq_div" id="flq_div3">没有可用的返利券</div> -->
</li>
<li class="clearfix"><span class="label_name"></span>
<div class="flqtips_div">

@ -0,0 +1,43 @@
.collaborate_swiper{
margin-top: 0.02rem;
width: 100%;
height: 5rem;
}
.collaborate_swiper>img{
width: 100%;
height: 100%;
}
.collaborate_introduce{
padding: 0.7rem 3.6rem 0.8rem;
background-color: #F6F7FB;
}
.collaborate_info{
}
.collaborate_info .title{
padding: 0.11rem 0 0.11rem 0.27rem;
border-left: 0.05rem solid #2BBDEE;
font-size: 0.28rem;
color: #292929;
}
.collaborate_info .del{
margin: 0.29rem 0;
font-size: 0.24rem;
color: #292929;
font-weight: 300;
}
.collaborate_info>p{
font-size: 0.24rem;
color: #292929;
font-weight: 300;
margin-bottom: 0.1rem;
}
.map-box{
width: 100%;
height: 4.08rem;
margin-top: 0.81rem;
}
#container{
width: 100%;
height: 100%;
}

@ -0,0 +1,80 @@
.foot{
}
.foot_box{
padding: 0.37rem 3.61rem 0.31rem 3.59rem;
background-color: #282B2D;
}
.foot_top{
display: flex;
align-items: center;
padding-bottom: 0.2rem;
border-bottom: 1px solid #fff;
}
.foot_top>img{
width: 0.84rem;
height: 1.06rem;
}
.foot_top_ri{
margin-left: 0.39rem;
padding-left: 0.3rem;
border-left: 1px dashed #F5F5F5;
}
.foot_link{
display: flex;
align-items: center;
}
.foot_link>a{
font-size: 0.14rem;
color: #fff;
cursor: pointer;
}
.foot_link>a:first-child{
padding-right: 0.19rem;
border-right: 1px solid #fff;
margin-right: 0.2rem;
}
.foot_serial{
margin-top: 0.2rem;
display: flex;
align-items: center;
}
.foot_serial>span{
font-size: 0.12rem;
color: #fff;
}
.foot_serial>span:first-child{
margin-right: 0.44rem;
}
.foot_code{
margin-top: 0.11rem;
font-size: 0.12rem;
color: #fff;
}
.foot_approve{
margin-top: 0.14rem;
width: 0.68rem;
height: 0.24rem;
font-size: 0.12rem;
}
.foot_approve>img{
width: 100%;
height: 100%;
}
.foot_bom{
margin-top: 0.15rem;
text-align: center;
font-size: 0.14rem;
color: #D5D4D4;
}
.side_tabbar{
position: fixed;
right: 0.63rem;
top: 4.23rem;
width: 2.70rem;
height: 3.70rem;
}
.side_tabbar img{
width: 100%;
height: 100%;
}

@ -0,0 +1,47 @@
.heard{
width: 100%;
height: 1.5rem;
display: flex;
justify-content: center;
position: relative;
}
.heard_logo{
position: absolute;
left: 0.66rem;
top: 0.45rem;
width: 2.10rem;
height: 0.6rem;
font-size: 0.24rem;
}
.heard_logo>img{
width: 100%;
height: 100%;
}
.heard_tabbar ul{
display: flex;
font-size: 0.24rem;
color: #5B5B5B;
margin-top: 0.54rem;
}
.heard_tabbar ul li{
margin-right: 1.2rem;
cursor: pointer;
}
.heard_tabbar ul li a{
font-size: 0.28rem;
color: #5B5B5B;
padding-bottom: 0.54rem;
border-bottom: 0.04rem solid #fff;
}
.heard_tabbar ul li a:hover{
color: #2BBDEE;
border-bottom: 0.04rem solid #2BBDEE;
}
.heard_tabbar ul li .active{
color: #2BBDEE;
border-bottom: 0.04rem solid #2BBDEE;
}
.heard_tabbar ul li:last-child{
margin-right: 0;
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,126 @@
.product_swiper{
margin-top: 0.02rem;
width: 100%;
height: 2.9rem;
}
.product_swiper>img{
width: 100%;
height: 100%;
}
.product_home{
padding: 0.7rem 3.6rem 0.81rem 0.55rem;
background-color: #F6F7FB;
display: flex;
align-items: flex-start;
}
.product_left{
width: 2.5rem;
}
.product_left>img{
width: 2.5rem;
height: 1.38rem;
}
.recharge{
margin-top: 0.3rem;
background-color: #fff;
}
.recharge_box{
padding: 0 0.15rem;
padding-bottom: 0.34rem;
}
.recharge_box .title{
font-size: 0.28rem;
color: #949494;
text-align: center;
padding: 0.2rem 0;
border-bottom: 1px solid #EEEEEE;
}
.recharge_box .del{
font-size: 0.2rem;
color: #949494;
padding: 0.25rem 0.12rem 0.31rem 0.2rem;
}
.recharge_box .voucher{
font-size: 0.2rem;
color: #fff;
width: 1.5rem;
height: 0.4rem;
background-color: rgba(43,189,238,1);
border-radius: 0.2rem;
text-align: center;
line-height: 0.4rem;
margin: 0 auto;
cursor:pointer;
}
.product_right{
margin-left: 0.55rem;
}
.product_right .title{
padding: 0.12rem 0 0.12rem 0.27rem;
border-left: 0.05rem solid #2BBDEE;
font-size: 0.28rem;
color: #292929;
}
.not_product{
width: 12rem;
margin-top: 0.26rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.not_product>img{
width: 7.2rem;
height: 4rem;
}
.not_product>div{
color: #A9A9A9;
font-size: 0.28rem;
margin-top: 0.16rem;
}
.have_product{
margin-top: 0.3rem;
}
.have_product ul{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.have_product ul li{
background-color: #fff;
width: 3.8rem;
margin-right: 0.2rem;
margin-bottom: 0.3rem;
}
.have_product ul li:nth-child(3n){
margin-right: 0;
}
.have_product ul li>img{
width: 3.8rem;
height: 2.14rem;
}
.have_product ul li .have_product_box{
padding: 0.3rem 0.33rem 0.07rem;
}
.have_product ul li .have_product_box .name{
font-size: 0.24rem;
color: #002929;
font-weight: 600;
}
.have_product ul li .have_product_box .del{
font-size: 0.16rem;
color: #A9A9A9;
margin-top: 0.33rem;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
padding-bottom: 0.3rem;
border-bottom: 1px solid #F6F7FB;
}
.have_product ul li .have_product_box .enter{
font-size: 0.16rem;
color: #A9A9A9;
text-align: right;
margin-top: 0.1rem;
cursor: pointer;
}

@ -1 +1,54 @@
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*ios移动端关于事件绑定区域点击闪屏的解决*/
html,
body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-transform-style:preserve-3d;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform:translate3d(0,0,0);
-webkit-backface-visibility:hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
/*清除一些默认样式, 这是根节点字体*/
img{border:0;}
a{text-decoration:none; color:#000; outline:none;}
a:hover{text-decoration:none;}
em,strong,i{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,span,strong,i,ul,li,label,button{font-size:100%;font-weight:normal;margin: 0;padding: 0;}
button{background-color: #fff;}
textarea {
margin: 0;
padding: 0;
outline: none;
border: none;
resize: none;
}
body{
margin: 0;
}
/*输入框,多行输入框在IOS上的默认样式清除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea { -webkit-appearance: none;}
input {
line-heightnormal;
outline: none;
-webkit-appearance: none;/*去除系统默认样式*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*点击高亮的颜色*/
-webkit-user-select: auto;
-webkit-user-modify: read-write-plaintext-only;
}
/*body {
-webkit-user-select: auto;
}*/
.clearfix {*zoom:1;}
.clearfix:after {content:'\200B';clear:both;display:block;height:0px}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -0,0 +1,70 @@
$(function() {
// 百度地图API功能
var mp = new BMap.Map("container", {
enableMapClick: false
});
var addPoint = new BMap.Point(119.280631, 26.08057);
var marker = new BMap.Marker(addPoint); // 创建标注
mp.addOverlay(marker); // 将标注添加到地图中
mp.centerAndZoom(addPoint, 15);
mp.enableScrollWheelZoom();
// 复杂的自定义覆盖物
function ComplexCustomOverlay(point, text) {
this._point = point;
this._text = text;
}
ComplexCustomOverlay.prototype = new BMap.Overlay();
ComplexCustomOverlay.prototype.initialize = function(map) {
this._map = map;
var div = this._div = document.createElement("div");
div.style.position = "absolute";
div.style.zIndex = BMap.Overlay.getZIndex(this._point.lat);
// div.style.border = "0.01rem solid #BC3B3A";
// div.style.backgroundColor = "#ffffff";
div.style.padding = "0.02rem";
div.style.height = "0.18rem";
div.style.width = "3rem";
// div.style.lineHeight = "0.18rem";
// div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.fontSize = "0.18rem"
var p = this._span = document.createElement("p");
p.style.position = "absolute";
p.style.top = "-450%";
p.style.left = "-50%";
p.style.width = "3rem";
p.style.backgroundColor = "#ffffff";
p.style.lineHeight = "0.3rem";
p.style.textAlign = "center";
div.appendChild(p);
p.appendChild(document.createTextNode(this._text));
var that = this;
var arrow = this._arrow = document.createElement("div");
arrow.style.background = "url(../images/address-point.png) center no-repeat";
arrow.style.backgroundSize = "120% 120%";
arrow.style.position = "absolute";
arrow.style.width = "0.3rem";
arrow.style.height = "0.3rem";
arrow.style.top = "-80%";
arrow.style.left = "-8%";
arrow.style.overflow = "hidden";
div.appendChild(arrow);
mp.getPanes().labelPane.appendChild(div);
return div;
}
ComplexCustomOverlay.prototype.draw = function() {
var map = this._map;
var pixel = map.pointToOverlayPixel(this._point);
this._div.style.left = pixel.x - parseInt(this._arrow.style.left) + "px";
this._div.style.top = pixel.y - 30 + "px";
}
var myCompOverlay = new ComplexCustomOverlay(addPoint, "福建省福州市鼓楼区福大怡山文化创意园11号楼");
mp.addOverlay(myCompOverlay);
});

@ -0,0 +1,34 @@
(function(doc, win) {
var docEl = doc.documentElement,
resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
recalc = function() {
var clientWidth = docEl.clientWidth;
if(!clientWidth) return;
if(clientWidth > 1080) {
var whdef = 100 / 1920; // 表示1920的设计图,使用100PX的默认值
var wH = window.innerHeight; // 当前窗口的高度
var wW = window.innerWidth; // 当前窗口的宽度
var rem = wW * whdef; // 以默认比例值乘以当前窗口宽度,得到该宽度下的相应FONT-SIZE值
docEl.style.fontSize = rem + "px";
} else if(640 < clientWidth <= 1080) {
docEl.style.fontSize = '50px';
} else {
docEl.style.fontSize = 100 * (clientWidth / 640) + 'px';
}
};
if(!doc.addEventListener) return;
recalc();
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
/*DOMContentLoaded文档加载完成不包含图片资源 onload包含图片资源*/
})(document, window);
/*
var iWidth=document.documentElement.clientWidth //getBoundingClientRect().width;
iWidth=iWidth>640?640:iWidth;
document.getElementsByTagName("html")[0].style.fontSize=iWidth/6.4+"px";*/
Loading…
Cancel
Save