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.

105 lines
3.2 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/bases" />
<block name="body" >
<style>
.text .stars {margin-top:-1rem;}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 321px) {
.wh_65{width: 5.3rem;height: 5.3rem;}
}
</style>
<!--头部-->
<div class="zmarg_btm59">
<!-- start轮播banner -->
<div class="banner" style="width:100%;">
<div class="swiper-container swiper-container-banner" style="width:100%;">
<div class="swiper-wrapper">
<volist name="wap_index" id="cr" >
<div class="swiper-slide">
<a href="{$cr.url}" target="{$cr.target}" class="swiper-slide_a">
<img class="zindex_img" src="{:get_cover($cr['data'],'path')}" alt="{$cr.title}" title="{$cr.title}" />
<span class="img-font "><span class="img-font-cell "><div class="img-font-text ">{:C('SET_POSITION_IMG')}</div></span></span>
</a>
</div>
</volist>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<!-- end轮播banner -->
<!--start平台币充值-->
<div class="box-title" style="margin-top:0;">
<span>平台币充值</span>
</div>
<div class="news-swiper-box">
<div class="swiper-container swiper-container-news">
<div class="swiper-wrapper">
<div class="swiper-slide">
<span class="join">
平台币简介:
平台币是可以在游戏内直接消费使用的1平台币=1人民币在游戏内您可直接用平台币选择购买相应的道具钻石、宝石、金币等
</span>
<style>
.btn{
background-color: #03B4F5;
color: #0C0C0C;
border-color: #03B4F5;
height: 40px;
line-height: 34px;
padding: 10px 20px;
font-size: 14px;
font-weight: bold;
margin-top: 50px;
}
</style>
<br>
<div style="margin-top: 20px;text-align: center">
<a class="btn" href="{:U('User/recharge')}">立即充值</a>
</div>
</div>
</div>
</div>
</div>
<!--end平台币充值-->
<style>
.footbox p{
text-align: center;
margin-top: 10px;
}
</style>
<!--底部footer-->
<section class="footbox">
<p>备案号:{:C('PC_SET_FOR_THE_RECORD')}</p>
<p>网络文化经营许可证编号:{:C('PC_SET_LICENSE')}</p>
<p>海南万盟天下科技有限公司</p>
</section>
</div>
</div>
<script>
// 点击底部悬浮条关闭按钮关闭底部悬浮条
$(".zclose_div").click(function(){
console.log("aaaa");
$(".div_fixbottom").hide();
});
$("#giftclick").click(function(){
var game_id = "{$wap_index_gift['game_id']}";
if(game_id==0){
var url = "{:U('Gift/index')}";
}else{
var url = "{:U('Gift/gamegift',array('id'=>$wap_index_gift['game_id']))}"
}
window.location.href = url;
})
</script>
</block>