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.
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/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" >
< img src = "{:get_cover($vo['data'],'path')}" alt = "" onclick = "location.href='{$vo.url}'" >
< / 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 >
< / block >
< script type = "text/javascript" src = "__JS__/home.js" > < / script >