|
|
|
|
<extend name="Public/bases" />
|
|
|
|
|
<block name="body" >
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/home.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
|
|
|
|
|
<script type="text/javascript" src="__JS__/getRem.js"></script>
|
|
|
|
|
<script type="text/javascript" src="__JS__/home.js"></script>
|
|
|
|
|
<div class="home">
|
|
|
|
|
<div class="heard">
|
|
|
|
|
<img src="__IMG__/new/logo.png" alt="">
|
|
|
|
|
<!-- <div class="heard_right">-->
|
|
|
|
|
<!-- <input type="text" placeholder="请输入游戏名称">-->
|
|
|
|
|
<!-- <img src="__IMG__/new/fangdajing.png" alt="">-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 轮播 -->
|
|
|
|
|
<div class="carousel">
|
|
|
|
|
<div class="swiper-container">
|
|
|
|
|
<div class="swiper-wrapper">
|
|
|
|
|
<volist name="wap_index" id="vo" mod="5" >
|
|
|
|
|
<div class="swiper-slide" onclick="window.location.href='{$vo.url}'">
|
|
|
|
|
<img src="{:get_cover($vo['data'],'path')}" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Add Pagination -->
|
|
|
|
|
<div class="swiper-pagination"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hot">
|
|
|
|
|
<div class="hot_box">
|
|
|
|
|
<div class="heading">
|
|
|
|
|
<div>热门活动</div>
|
|
|
|
|
<!-- <div>+更多</div>-->
|
|
|
|
|
</div>
|
|
|
|
|
<img src="__IMG__/new/slide.png" alt="" onclick="location.href='{:U(\'ssg/home\')}'">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="recharge">
|
|
|
|
|
<div class="recharge_box">
|
|
|
|
|
<div class="title">平台币充值</div>
|
|
|
|
|
<div class="del">平台币是可以在游戏内直接消费使用的,1平台币=1人民币,在游戏内您可直接用平台币选择购买相应的道具(钻石、宝石、金币等)。</div>
|
|
|
|
|
<div class="btn" onclick="location.href='{:U(\'User/recharge\')}'">立即充值</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 底部标签 -->
|
|
|
|
|
<div class="foot_lable">
|
|
|
|
|
<div>备案号:琼ICP备19000556号-1</div>
|
|
|
|
|
<div>网络文化经营许可证编号:琼网文(2019)2354-200号</div>
|
|
|
|
|
<div>海南万盟天下科技有限公司</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- 底部导航 -->
|
|
|
|
|
<div class="foot_tabbar">
|
|
|
|
|
<div class="foot_tabbar_box">
|
|
|
|
|
<div class="foot_info ">
|
|
|
|
|
<a href="{:U('Index/index')}" class="<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>active</if>">
|
|
|
|
|
<img src="__IMG__/new/shouye<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index'>1</if>.png" alt="">
|
|
|
|
|
<span>首页</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="foot_info ">
|
|
|
|
|
<a href="{:U('Index/introduce')}" class="<if condition='ACTION_NAME eq introduce'>active</if>">
|
|
|
|
|
<img src="__IMG__/new/qiyechaxun<if condition='ACTION_NAME eq introduce'>1</if>.png" alt="">
|
|
|
|
|
<span>企业简介</span></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="foot_info ">
|
|
|
|
|
<a href="{:U('Index/business')}" class="<if condition='ACTION_NAME eq business'>active</if>">
|
|
|
|
|
<img src="__IMG__/new/hezuo<if condition='ACTION_NAME eq business'>1</if>.png" alt="">
|
|
|
|
|
<span>商务合作</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="foot_info ">
|
|
|
|
|
<a href="{:U('User/index')}" class="<if condition='CONTROLLER_NAME eq User'>active</if>">
|
|
|
|
|
<img src="__IMG__/new/geren<if condition='CONTROLLER_NAME eq User'>1</if>.png" alt="">
|
|
|
|
|
<span>我的</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</block>
|
|
|
|
|
<script type="text/javascript" src="__JS__/home.js"></script>
|