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.

75 lines
3.7 KiB
HTML

5 years ago
<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" />
5 years ago
<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="{: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>
5 years ago
</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>
</div>
<div class="foot_serial">
<span>备案号琼ICP备19000556号-1</span>
<span>网络文化经营许可证编号琼网文20192354-200号</span>
5 years ago
</div>
<div class="foot_code">copyright2019</div>
<div class="foot_approve"> <img src="__IMG__/foot_slide.png" alt=""></div>
5 years ago
</div>
</div>
<div class="foot_bom">抵制不良网页游戏拒绝盗版游戏。注意自我保护谨防受骗上当。适度游戏益脑沉迷游戏伤身。合理安排时间享受健康生活。适龄提示适合12周岁以上使用。</div>
5 years ago
</div>
</div>
<!-- 侧导航 -->
5 years ago
<a class="side_tabbar" style="z-index: 1" href="http://wpa.qq.com/msgrd?v=3&amp;uin={:C('PC_SET_SERVER_QQ')}&amp;site=qq&amp;menu=yes" target="_blank">
<img src="__IMG__/index_about/qrcode.png" alt="">
5 years ago
</a>
5 years ago
</block>