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
3.9 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<extend name="Public/base" />
<block name="body" >
<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>
.beian{color:#ffffff;}
.beian:hover{ color:#00CCFF}
</style>
<div class="product_swiper">
<img src="__IMG__/inner_banner1.png" alt="">
</div>
<div class="product_home">
<div class="product_left" style="visibility: hidden;">
<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">
<li>
<img src="{:get_cover($rec['cover'],'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
<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 href="/media.php?s=/Article/news1/type/supervise.html">家长监护</a>
<a href="/media.php?s=/Service/index.html">客服帮助</a>
<a href="http://www.grandall.com.cn/">国浩律所</a>
</div>
<div class="foot_serial">
<span>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></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" style="z-index: 1">
<img src="__IMG__/index_about/qrcode.png" alt="">
</div> -->
</block>