lww代码合并

master
chenzhi 5 years ago
parent 3d9865f507
commit 3098558fe0

@ -123,4 +123,3 @@
</script>
</empty>
</body>
</block>

@ -1,203 +1,66 @@
<extend name="Public/bases" />
<block name="body" >
<link href="__CSS__/user.css" rel="stylesheet" >
<body class="user">
<header class="header user-index-header">
<div class="">
<if condition="$user['id']">
<a href="javascript:;" class="hbtn sign">
<img src="__IMG__/sign.png">
<empty name="day">
<span class="signed">今日已签</span>
<else/>
<span class="signing">今日签到</span>
</empty>
</a>
<a href="mqqwpa://im/chat?chat_type=wpa&uin={:C('PC_SET_SERVER_QQ')}&version=1&src_type=web&web_src=oicqzone.com" class="hbtn" style="width:4.5rem;right:38px"><img style="width:23px;height:23px;" src="__IMG__/icon_kefu@3x.png"></a>
<a href="{:U('userset')}" class="hbtn set" style="width:4.5rem;"><img style="width: 23px;height: 23px" src="__IMG__/icon_shezhi@3x.png"></a>
<else/>
<a href="{:U('login')}" class="hbtn sign">
<img src="__IMG__/sign.png"><span class="signing">每日签到</span>
</a>
</if>
<script src="__JS__/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/my.css">
<div class="my">
<!-- 登录完成显示 -->
<div class="my-home">
<div class="my-home-heard">
<img onerror="this.src='__IMG__/empty.jpg';this.onerror=null" src="<notempty name='user.head_img'>{$user['head_img']}<else /><eq name='user.sex' value='1'>__IMG__/head_women.png<else />__IMG__/head_men.png</eq></notempty>" alt="">
<div class="name" onclick="location.href='{:U('User/usernick')}'">
<span>{$user['nickname']}</span>
<img src="__IMG__/new/xiugai.png" alt="">
</div>
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="banner" style="padding-bottom:1rem;">
<div class="wrap">
<if condition="$user['id']">
<div class="login" style="padding-bottom:0;">
<if condition="C('IS_OPEN_SMALL_ACCOUNT') eq 1">
<div class="div_editortx">
<img class="user_touxiang" onerror="this.src='__IMG__/empty.jpg';this.onerror=null" src="<notempty name='user.head_img'>{$user['head_img']}<else /><eq name='user.sex' value='1'>__IMG__/head_women.png<else />__IMG__/head_men.png</eq></notempty>">
<a class="a_gotoeditor" href="{:U('User/usernick')}"><span>{$user['nickname']}</span><i class="icon_editor"></i></a>
</div>
<div class="clearfix">
<div class="clearfix zuse_div">
<div class="zuser_s">
<div class="z_yel">{$user['balance']}</div>
<div>平台币</div>
</div>
<div class="zuser_s">
<div class="z_yel">{$user['gold_coin']}</div>
<div>金币</div>
</div>
<div class="btn_div">
<a class="a_getcash" href="{:U('Trade/withdraw_gold')}">提现</a>
</div>
</div>
</div>
<else/>
<div class="div_editortx" style="margin-top: 3.7rem">
<img class="user_touxiang" src="<notempty name='user.head_img'>{$user['head_img']}<else /><eq name='user.sex' value='1'>__IMG__/head_women.png<else />__IMG__/head_men.png</eq></notempty>">
<a class="a_gotoeditor" href="{:U('User/usernick')}"><span>{$user['nickname']}</span><i class="icon_editor"></i></a>
<div class="zuser_s" style="margin-top: 1.5rem;float:right;">
<div class="z_yel">{$user['balance']}</div>
<div>平台币</div>
<div class="platform">
<div class="platform_box">
<div class="platform_info">
<div class="del">我的平台币</div>
<img src="__IMG__/new/yiwen.png" alt="">
<div class="price">{$user['balance']}</div>
<?php $recharge = $user['id'] ? U('recharge') : U('login');?>
<a class="recharge" href="{$recharge}">充值</a>
</div>
</div>
</div>
</if>
</div>
<else/>
<div class="nologin">
<a href="{:U('User/login')}"><img src="__IMG__/portrait_not.png"></a>
<p class="nick">点击头像登录账户</p>
</div>
</if>
</div>
<div class="control">
<div class="control_box">
<?php $usergame = $user['id'] ? U('usergame') : U('login');?>
<a href="{$usergame}"><img src="__IMG__/new/youxi.png" alt="">
<span>我的游戏</span></a>
</div>
<div class="t-list user-index-list" style="padding-top:0;">
<ul class="clearfix">
<li>
<?php $userbindcoin = $user['id'] ? U('userbindcoin') : U('login');?>
<a class="item" href="{$userbindcoin}">
<img src="__IMG__/user1.png" class="icon"><p class="name">绑币管理</p>
</a>
</li>
<li>
<?php $recharge = $user['id'] ? U('recharge') : U('login');?>
<a class="item" href="{$recharge}">
<img src="__IMG__/user2.png" class="icon"><p class="name">账户充值</p>
</a>
</li>
<li>
<?php $userintegral = $user['id'] ? U('userintegral') : U('login');?>
<a class="item" href="{$userintegral}">
<img src="__IMG__/user3.png" class="icon"><p class="name">我的积分</p>
</a>
</li>
<li>
<?php $usergame = $user['id'] ? U('usergame') : U('login');?>
<a class="item" href="{$usergame}">
<img src="__IMG__/user4.png" class="icon"><p class="name">我的游戏</p>
</a>
</li>
<li>
<?php $usercollection = $user['id'] ? U('usercollection') : U('login');?>
<a class="item" href="{$usercollection}">
<img src="__IMG__/user5.png" class="icon"><p class="name">我的收藏</p>
</a>
</li>
<li>
<?php $usergift = $user['id'] ? U('usergift') : U('login');?>
<a class="item" href="{$usergift}">
<img src="__IMG__/user6.png" class="icon"><p class="name">我的礼包</p>
</a>
</li>
<li>
<?php $usercomment = $user['id'] ? U('usercomment') : U('login');?>
<a class="item" href="{$usercomment}">
<img src="__IMG__/user7.png" class="icon"><p class="name">我的评论</p>
</a>
</li>
<li>
<?php $userinvitation = $user['id'] ? U('userinvitation') : U('login');?>
<a class="item" href="{$userinvitation}">
<img src="__IMG__/user8.png" class="icon"><p class="name">我的邀请</p>
</a>
</li>
<li>
<?php $exchangerecord = $user['id'] ? U('exchangerecord') : U('login');?>
<a class="item" href="{$exchangerecord}">
<img src="__IMG__/user9.png" class="icon"><p class="name">兑换记录</p>
</a>
</li>
<if condition="C('IS_OPEN_SMALL_ACCOUNT') eq 1">
<li>
<?php $withdraw_record = $user['id'] ? U('withdraw_record') : U('login');?>
<a class="item" href="{$withdraw_record}">
<img src="__IMG__/icon_tixian@3x.png" class="icon"><p class="name">提现记录</p>
</a>
</li>
</if>
<!-- <li>
<?php $useing_record = $user['id'] ? U('useing_record') : U('login');?>
<a class="item" href="{$useing_record}">
<img src="__IMG__/icon_xiaofei@3x.png" class="icon"><p class="name">消费记录</p>
</a>
</li> -->
<li>
<?php $exchangerecord = $user['id'] ? U('exchangerecord') : U('login');?>
<a class="item" href="/mobile.php/ssg/home.html">
<img src="__IMG__/super_sign.png" class="icon"><p class="name">超级签</p>
</a>
</li>
<!-- 最后一个空矩形框,无内容 begin! -->
<li>
<a class="item" >
<img src="__IMG__/user9.png" class="icon" style="visibility:hidden;"><p style="visibility:hidden;" class="name">消费记录</p>
</a>
</li>
<!--end! 最后一个空矩形框,无内容 -->
</ul>
<div class="control_box">
<?php $usergift = $user['id'] ? U('usergift') : U('login');?>
<a href="{$usergift}"><img src="__IMG__/new/libao (1).png" alt="">
<span>我的礼包</span></a>
</div>
</section>
</section>
<div class="space"></div>
<footer class="footer">
<ul class="nav clearfix">
<li><a class="item" href="index.html"><i class="iconfont icon-home"></i><span>首页</span></a></li>
<li><a class="item" href="gift.html"><i class="iconfont icon-gift"></i><span>礼包</span></a></li>
<li><a class="item" href="shop.html"><i class="iconfont icon-shop"></i><span>商城</span></a></li>
<li><a class="item" href="news.html"><i class="iconfont icon-news"></i><span>资讯</span></a></li>
<li><a class="item active" href="user.html"><i class="iconfont icon-user"></i><span>我的</span></a></li>
</ul>
</footer>
<div class="pop pop-window">
<div class="pop-box pop-sign">
<div class="pop-wrap"></div>
</div>
</div>
<div class="hidden" id="sign_in">
<a href="javascript:;" class="pop-close"></a>
<h2 class="pop-sign-title"></h2>
<div class="pop-sign-list">
<ul class="clearfix">
<for start="1" end="8">
<li>
<div class="item <if condition='$i elt $sign_day'>on</if>">
<div class="picbox">
<img style="position:static;" src="<if condition='$i elt $sign_day'>__IMG__/sign_yes.png<else/>__IMG__/sign_not.png</if>">
<span>积分{$i}</span>
</div>
<p>第{$i}天</p>
</div>
</li>
</for>
</ul>
<div class="control_box">
<?php $exchangerecord = $user['id'] ? U('exchangerecord') : U('login');?>
<a href="/mobile.php/ssg/home.html"><img src="__IMG__/new/pingguo.png" alt="">
<span>超级签</span></a>
</div>
<div class="control_box">
<a href="mqqwpa://im/chat?chat_type=wpa&uin={:C('PC_SET_SERVER_QQ')}&version=1&src_type=web&web_src=oicqzone.com"><img src="__IMG__/new/kefuzhongxin.png" alt="">
<span>联系客服</span></a>
</div>
</div>
<p class="sign-notice">连续签到天数越多积分越多每7天循环一次</p>
<div class="pop-btnbox">
<empty name="day">
<a href="javascript:;" class="pop-btn pop-confirm disabled pop-signing jsconfirm ">已签到</a>
<else/>
<a href="javascript:;" id="jsconfirm" class="pop-btn pop-confirm pop-signing jsconfirm">确定</a>
</empty>
<div class="control">
<div class="control_box">
<a href="{:U('userset')}"><img src="__IMG__/new/shezhi.png" alt="">
<span>设置中心</span></a>
</div>
</div>
</div>
</div>
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script>

@ -22,9 +22,12 @@
color: #999;
}
</style>
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
</block>
<block name="body">
<!--<script type="text/javascript" src="__JS__/getRem.js"></script>-->
<body class="unlr">
<header class="header login-header">
<div class="">
@ -93,7 +96,11 @@
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script>
$(document).keyup(function(event){
$(document).ready(function(){
$('.foot_tabbar').hide()
});
$(document).keyup(function(event){
if(event.keyCode == 13){
$('.submit').click();
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,779 @@
<extend name="Public/bases" />
<block name="body" >
<link href="__CSS__/open.css" rel="stylesheet" >
<!--<style>
@media screen and (min-width: 768px) {
.t-table .platform .btnbox.recharge-part{
padding-bottom: 18rem;
}
}
</style>-->
<body>
<header class="header">
<div class="">
<a <if condition='$_SERVER["HTTP_REFERER"]'>href="{:$_SERVER["HTTP_REFERER"]}"<else/> href="{:U('User/index')}"</if> class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<h1 class="caption">账户充值</h1>
</div>
</header>
<div class="occupy"></div>
<section class="trunker" style="margin-bottom: 0;">
<section class="container">
<ul class="t-tab jstab recharge-tab clearfix">
<li><a href="" class="btn active">平台币充值</a></li>
<li><a href="" class="btn">折扣充值</a></li>
</ul>
<div class="t-table recharge-table jslist">
<div class="t-tabpan active">
<form class="platform" id="form1" action="{:U('User/recharge')}" method="post">
<div class="recharge-part">
<ul class="table info jsinfo">
<li class="table-row">
<span class="table-cell">充值账户</span>
<span class="table-cell">
<input type="text" class="txt" name="account" value="{:session('suser_auth.account')}" readonly="readonly" placeholder="请输入充值账户">
</span>
</li>
<li class="table-row">
<span class="table-cell">充值金额</span>
<span class="table-cell">
<input type="text" class="txt rcmoney" name="pay_amount" value="" placeholder="最低充值金额1元">
</span>
</li>
<li class="table-row">
<span class="table-cell">获得平台币</span><span class="table-cell">
<input type="text" class="txt rcplatform" name="balance" readonly placeholder="">
</span>
</li>
</ul>
</div>
<div class="recharge-part">
<ul class="table way">
<li class="table-caption">
<span class="table">
<span class="tcell">
<span class="font">请选择支付方式</span>
</span>
</span>
</li>
<li class="table-row">
<span class="table-cell">
<i class="iconfont icon-alipay"></i>
<span class="text">
<span>支付宝</span>
<span>支付宝安全支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio on jssbtn" name="way" checked value="1">
<i class="iconfont icon-yes"></i>
</label>
</span>
</li>
<li class="table-row" id="weixin">
<span class="table-cell">
<i class="iconfont icon-weixin"></i>
<span class="text">
<span>微信支付</span>
<span>支持微信4.2以上版本支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio jssbtn" name="way" value="2">
<i class="iconfont icon-yes"></i>
</label>
</span>
</li>
<if condition="get_tool_status('goldpig') eq 2">
<li class="table-row">
<span class="table-cell">
<i class="iconfont goldpig"></i>
<span class="text">
<span>金猪支付</span>
<span>支持多种支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio jssbtn" name="way" value="8">
<i class="iconfont icon-yes"></i>
</label>
</span>
</li>
</if>
</ul>
</div>
<div class="btnbox recharge-part recharge-table-btnbox">
<input type="submit" class="btn jssubmit" value="确认支付">
</div>
<input type="hidden" name="spendType" value="1">
</form>
</div>
<div class="t-tabpan">
<form id="form2" class="abatement" action="{:U('User/recharge')}" method="post">
<div class="recharge-part">
<ul class="table info jsinfo">
<li class="table-row">
<span class="table-cell">充值账户</span>
<span class="table-cell">
<input type="text" class="txt" id="account" name="account" placeholder="请输入充值账户" readonly="readonly" value="{:session('suser_auth.account')}">
</span>
</li>
<li class="table-row">
<span class="table-cell">选择游戏</span>
<span class="table-cell">
<div class="input-select">
<select id="game_id" name="game_id" class="txt select" style="width:100%;">
<option value="">请选择充值游戏</option>
<volist name="gameList" id="vo">
<option value="{$vo.id}" data-radio="{$vo.bind_recharge_discount}">{$vo.game_name}</option>
</volist>
</select>
</div>
</span>
</li>
<li class="table-row">
<span class="table-cell">充值金额</span>
<span class="table-cell">
<input type="text" class="txt rcmoney" id="pay_amount" name="pay_amount" placeholder="最低充值金额1元">
</span>
</li>
<li class="table-row">
<span class="table-cell">折扣比例</span>
<span class="table-cell">
<input type="text" class="txt discount" value="" readonly>
<input class="rcratio" name="ratio" type="hidden" value="">
</span>
</li>
<li class="table-row">
<span class="table-cell">实付金额</span>
<span class="table-cell">
<input type="text" class="txt realmoney" name="realmoney" readonly >
</span>
</li>
<li class="table-row">
<span class="table-cell">获得绑币</span>
<span class="table-cell">
<input type="text" class="txt rcplatform" name="rcplatform" readonly >
</span>
</li>
</ul>
</div>
<div class="recharge-part">
<ul class="table way">
<li class="table-caption">
<span class="table">
<span class="tcell">
<span class="font">请选择支付方式</span>
</span>
</span>
</li>
<li class="table-row">
<span class="table-cell">
<i class="iconfont icon-alipay"></i>
<span class="text">
<span>支付宝</span>
<span>支付宝安全支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio on jssbtn" name="way" value="1" checked ><i class="iconfont icon-yes"></i>
</label>
</span>
</li>
<li class="table-row" id="recharge_weixin">
<span class="table-cell">
<i class="iconfont icon-weixin"></i>
<span class="text">
<span>微信支付</span>
<span>支持微信4.2以上版本支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio jssbtn" name="way" value="2"><i class="iconfont icon-yes"></i>
</label>
</span>
</li>
<if condition="get_tool_status('goldpig') eq 2">
<li class="table-row">
<span class="table-cell">
<i class="iconfont goldpig"></i>
<span class="text">
<span>金猪支付</span>
<span>支持多种支付</span>
</span>
</span>
<span class="table-cell">
<label class="input-radio">
<input type="radio" class="radio jssbtn" name="way" value="8"><i class="iconfont icon-yes"></i>
</label>
</span>
</li>
</if>
</ul>
</div>
<div class="btnbox recharge-part recharge-table-btnbox">
<input type="button" class="btn jssubmit" value="确认支付">
</div>
<input type="hidden" name="spendType" value="2">
</form>
</div>
</div>
</section>
</section>
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/select2.min.js"></script>
<script>
$(function() {
var popmsg = $('.popmsg').pop();
if (isWeiXin() || !is_mobile()) {
$('#weixin').hide();
$("#recharge_weixin").hide();
}
if(isWeiXin()){
popmsg.msg('请点击右上角按钮,选择在浏览器中打开去充值');
}
$('.jstab .btn').click(function() {
var that = $(this),parent = that.closest('.jstab'),sib=parent.siblings('.jslist');
parent.find('.btn').removeClass('active');
var index = that.addClass('active').closest('li').index();
sib.find('.t-tabpan').eq(index).addClass('active').siblings().removeClass('active');
return false;
});
$('.jssbtn').click(function() {
var that = $(this);
if (that.hasClass('on')) {
that.removeClass('on');
} else {
that.closest('.table').find('.jssbtn').removeClass('on');
that.addClass('on');
}
});
$('#game_id').select2().change(function() {
var that = $(this),cur = that.find('option:selected');
var ratio = cur.attr('data-radio');
var parent = that.closest('.jsinfo');
var rr = parent.find('.rcratio');
var sib = rr.siblings('input');
var rm = parent.find('.realmoney');
var rc = parent.find('.rcmoney').val();
rr.val('');sib.val('');
if (ratio !='0.00' && ratio != '') {
rr.val(ratio);
sib.val(ratio+'折');
if (rc) {
var rmnum = Math.floor(ratio*100 * rc/10)/100;
rm.val(rmnum);
}
} else {
sib.val(10+'折');
rr.val(10);
rm.val(rc);
}
});
$('.rcmoney').keyup(function() {
var that = $(this),val = $.trim(that.val()),parent=that.closest('.jsinfo'),pf=parent.find('.rcplatform');
var rm = parent.find('.realmoney');
if(val == ""){return true;}
if (val) {
if (val>0 && /^(0|[1-9][0-9]*)$/.test(val)) {
pf.val(val);
if (rm) {
var ratio = $.trim(parent.find('.rcratio').val()) || 10;
var rmnum = Math.floor(ratio*100 * val/10)/100;
rm.val(rmnum);
}
} else {
popmsg.msg('请输入非零开头的正整数');that.val('').focus();
pf.val('');if(rm) {rm.val('');}
}
} else {
popmsg.msg('请输入充值金额');that.val('').focus();
pf.val('');if(rm) {rm.val('');}
}
});
function isWeiXin(){
var ua = window.navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
return true;
}else{
return false;
}
}
function is_mobile() {
var regex_match = /(nokia|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|s[cg]h|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i;
var u = navigator.userAgent;
if (null == u) {
return true;
}
var result = regex_match.exec(u);
if (null == result) {
return false
} else {
return true
}
}
function validation(obj){
var account = obj.find('input[name="account"]').val();
var game_id = obj.find('select option:selected').val();
var pay_amount = obj.find('input[name="pay_amount"]').val();
if($.trim(account) == ''){
popmsg.msg('请输入充值账号');
return false;
}
if(obj.attr('id') == 'form2' && $.trim(game_id) == ''){
popmsg.msg('请选择充值游戏');
return false;
}
if($.trim(pay_amount) == ''){
popmsg.msg('请输入充值金额');
return false;
}
return true;
}
$('.jssubmit').click(function(){
var than = $(this),form = than.closest('form');
if(than.hasClass('disabled')) {
return false;
}
than.addClass('disabled');
if($("#form1 .on").val()==8){
$("#form1").attr("action","{:U('pay/goldpig')}");
if(validation($("#form1"))){
$("#form1").submit();
}else{
than.removeClass('disabled');
}
return false;
}
if($("#form2 .on").val()==8){
$("#form2").attr("action","{:U('pay/goldpig')}");
if(validation($("#form2"))){
$("#form2").submit();
}else{
than.removeClass('disabled');
}
return false;
}
if(validation(form)){
$.ajax({
url:form.attr('active'),
type:"post",
dataType:"json",
data:form.serialize(),
success:function(result){
than.removeClass('disabled');
if(result.status == 1){
window.location.href = result.url;
}else{
popmsg.msg(result.info);
}
},
error:function(){
alert("服务端异常");
}
})
}else{
than.removeClass('disabled');
}
return false;
})
});
</script>
</body>
</block>
<block name="footer"></block>

@ -12,54 +12,40 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link href="__CSS__/iconfont.css" rel="stylesheet" >
<link href="__CSS__/common.css" rel="stylesheet" >
<link href="__CSS__/common-cz.css" rel="stylesheet" >
<link href="__CSS__/unlr.css" rel="stylesheet" >
<script src="__JS__/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/loginPhTwo.css">
</head>
<body class="unlr">
<header class="header forget-header">
<div class="">
<if condition="I('get.pid') gt 0">
<a href="{:U('login',array('pid'=>I('get.pid'),'gid'=>I('get.gid')))}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<else/>
<a href="{:U('login')}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
</if>
<h1 class="caption">注册</h1>
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="t-form register-form">
<form class="register-box">
<div class="form-group clearfix">
<div class="input-group clearfix">
<p class="input-mark"><span class="category">国家/地区</span><span class="country">中国</span></p>
</div>
<div class="input-group zonebox clearfix">
<span class="zone span-flex">+86</span>
<span class="input-fix input-suffix"><i class="iconfont icon-error clearStr"></i></span>
<input type="text" name="" class="txt" id="mobile" placeholder="请输入手机号">
<div class="loginPhTwo">
<!-- 子页公共头部 -->
<div class="subpage-heard">手机注册
<a href="javascript:window.history.go(-1);" class="arrows"></a>
</div>
<div class="login-box">
<div class="login-input">
<img src="__IMG__/user/shouji.png" alt="">
<input type="text" id="mobile" placeholder="请输入手机号">
</div>
<div class="input-group zonebox clearfix">
<span class="zone span-flex"><a href="javascript:;" class="getcode2 jsgetcode">获取验证码</a></span>
<input type="text" name="" id="code" class="txt" placeholder="请输入验证码">
<div class="login-code">
<input id="code" type="text" placeholder="输入验证码">
<div class="jsgetcode">获取验证码</div>
</div>
</div>
<div class="btn-group">
<input type="submit" class="submit" value="注册">
</div>
</form>
</div>
</section>
</section>
<div class="popmsg pop-dialog"></div>
<button class="login-btn submit">注册</button>
</div>
</div>
<div class="popmsg pop-dialog" style="font-size: .28rem"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/common.js"></script>
<script>
var pmsg = $('.popmsg').pop();
var pmsg = $('.popmsg').pop();
$(function() {
$(".clearStr").click(function(){
$("#mobile").val('');

@ -12,82 +12,43 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link href="__CSS__/iconfont.css" rel="stylesheet" >
<link href="__CSS__/common.css" rel="stylesheet" >
<link href="__CSS__/common-cz.css" rel="stylesheet" >
<link href="__CSS__/unlr.css" rel="stylesheet" >
<script src="__JS__/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/loginPhone.css">
</head>
<body class="unlr">
<header class="header forget-header">
<div class="">
<if condition="I('get.pid') gt 0">
<a href="{:U('login',array('pid'=>I('get.pid'),'gid'=>I('get.gid')))}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<else/>
<a href="{:U('login')}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
</if>
<h1 class="caption">注册</h1>
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="t-form register-form">
<form class="register-box" id="login_form">
<div class="form-group clearfix">
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">昵称</span></span></span>
<span class="inputbox">
<input type="text" name="" class="txt" id="nickname" autocomplete="off" placeholder="" maxlength="15">
</span>
</div>
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">密码</span></span></span>
<span class="inputbox">
<input type="text" name="" class="txt" id="password" autocomplete="off" placeholder="6-15字符" onfocus="this.type='password'" minlength="6">
</span>
</div>
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">性别</span></span></span>
<span class="inputbox">
<label class="input-radio">
<input type="radio" name="sex" class="radio sex <if condition='$sex == 0'>on</if>" value="0" checked><i class="iconfont icon-male"></i><span></span>
</label>
<label class="input-radio">
<input type="radio" name="sex" class="radio sex <if condition='$sex == 1'>on</if>" value="1"><i class="iconfont icon-female"></i><span></span>
</label>
</span>
</div>
</div>
<div class="btn-group">
<input type="button" class="submit nextsubmit" value="下一步">
</div>
<p class="agree">注册账号表示您同意<a href="{:U('News/protocol')}">《最终用户协议》</a></p>
</form>
<div class="loginPhone">
<!-- 子页公共头部 -->
<div class="subpage-heard">手机注册
<a href="javascript:window.history.go(-1);" class="arrows"></a>
</div>
</section>
</section>
<div class="popmsg pop-dialog"></div>
<form action="">
<div class="login-box">
<div class="login-input">
<img src="__IMG__/user/nicheng.png" alt="">
<input id="nickname" type="text" placeholder="请输入昵称">
</div>
<div class="login-input">
<img src="__IMG__/user/suo.png" alt="">
<input id="password" type="password" placeholder="请输入密码">
</div>
<button class="login-btn nextsubmit">下一步</button>
<div class="login-agreement">注册即表示同意<a href="{:U('News/protocol')}">《用户协议》</a></div>
</div>
</form>
</div>
<div class="popmsg pop-dialog" style="font-size: .28rem"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/common.js"></script>
<script>
var pmsg = $('.popmsg').pop();
$(function() {
$('input[name=sex]').change(function() {
var that = $(this);
$('input[name=sex]').removeClass('on');
if (that.prop('checked')) {
that.addClass('on');
}
});
});
$('.nextsubmit').click(function(event) {
var mobile = $.trim($('#nickname').val());
var code = $.trim($('#password').val());
var sex = $.trim($('input[name=sex]:checked').val());
var promoteId = parseInt("{:I('get.pid')}") ? parseInt("{:I('get.pid')}") : 0;
var gameId = parseInt("{:I('get.gid')}") ? parseInt("{:I('get.gid')}") : 0;
if(mobile.length == 0 ){
@ -111,7 +72,7 @@
$.ajax({
type:'POST',
url:'{:U("User/step")}',
data:{'nickname':mobile,'password':code,'sex':sex,'promote_id':promoteId,'game_id':gameId},
data:{'nickname':mobile,'password':code,'promote_id':promoteId,'game_id':gameId},
dataType:"Json",
success:function(data){
console.log(data);

@ -1,151 +1,135 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link href="__CSS__/iconfont.css" rel="stylesheet" >
<link href="__CSS__/common.css" rel="stylesheet" >
<link href="__CSS__/unlr.css" rel="stylesheet" >
<script src="__JS__/jquery-1.11.1.min.js"></script>
</head>
<body class="unlr">
<header class="header forget-header">
<div class="">
<if condition="I('get.pid') gt 0">
<a href="{:U('login',array('pid'=>I('get.pid'),'gid'=>I('get.gid')))}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<else/>
<a href="{:U('login')}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
</if>
<h1 class="caption">账号注册</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>账号注册</title>
<script src="__JS__/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/step1.css">
<link href="__CSS__/common-cz.css" rel="stylesheet" >
</head>
<body>
<div class="login">
<!-- 子页公共头部 -->
<div class="subpage-heard">账号注册
<a href="javascript:window.history.go(-1);" class="arrows"></a>
</div>
<div class="login-box">
<div class="login-input">
<img src="__IMG__/new/people.png" alt="">
<input type="text" placeholder="请输入账号" name="account" id="account" value="">
</div>
<div class="login-input">
<img src="__IMG__/new/suo.png" alt="">
<input type="password" placeholder="请输入密码" name="password" id="password" value="">
</div>
<div class="login-input">
<img src="__IMG__/new/nicheng.png" alt="">
<input type="text" placeholder="请输入昵称" name="nickname" id="nickname" value="">
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="t-form register-form">
<form class="register-box" id="login_form">
<div class="form-group clearfix">
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">账号</span></span></span>
<span class="inputbox">
<input type="text" name="" class="txt" id="account" autocomplete="off" placeholder="" maxlength="15">
</span>
</div>
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">密码</span></span></span>
<span class="inputbox">
<input type="text" name="" class="txt" id="password" autocomplete="off" placeholder="6-15字符" onfocus="this.type='password'" minlength="6">
</span>
</div>
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">昵称</span></span></span>
<span class="inputbox">
<input type="text" name="" class="txt" id="nickname" autocomplete="off" placeholder="" maxlength="15">
</span>
</div>
<div class="input-group clearfix">
<span class="mark-text"><span class="table"><span class="table-cell">性别</span></span></span>
<span class="inputbox">
<label class="input-radio">
<input type="radio" name="sex" class="radio sex <if condition='$sex == 0'>on</if>" value="0" checked><i class="iconfont icon-male"></i><span></span>
</label>
<label class="input-radio">
<input type="radio" name="sex" class="radio sex <if condition='$sex == 1'>on</if>" value="1"><i class="iconfont icon-female"></i><span></span>
</label>
</span>
</div>
</div>
<div class="btn-group">
<input type="button" class="submit nextsubmit" value="注册">
</div>
<p class="agree">注册账号表示您同意<a href="{:U('News/protocol')}">《最终用户协议》</a></p>
</form>
<div class="login-gender">
<div class="title">
<img src="__IMG__/new/xingbie.png" alt="">
<span>性别</span>
</div>
</section>
</section>
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/common.js"></script>
<script>
var pmsg = $('.popmsg').pop();
$(function() {
<div class="radio">
<span></span>
<input id="radio-1" name="sex" type="radio" value="男" checked>
<label for="radio-1" class="radio-label"></label>
</div>
<div class="radio">
<span></span>
<input id="radio-2" name="sex" type="radio" value="女">
<label for="radio-2" class="radio-label"></label>
</div>
</div>
<button class="login-btn nextsubmit">注册</button>
<div class="login-agreement">注册即表示同意<a href="{:U('News/protocol')}">《用户协议》</a></div>
</div>
</div>
<div class="popmsg pop-dialog" style="font-size: .28rem"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/common.js"></script>
<script>
var pmsg = $('.popmsg').pop();
$(function() {
$('input[name=sex]').change(function() {
var that = $(this);
$('input[name=sex]').removeClass('on');
if (that.prop('checked')) {
that.addClass('on');
}
var that = $(this);
$('input[name=sex]').removeClass('on');
if (that.prop('checked')) {
that.addClass('on');
}
});
});
$('.nextsubmit').click(function(event) {
var account = $.trim($('#account').val());
var nickname = $.trim($('#nickname').val())
var password = $.trim($('#password').val());
var sex = $.trim($('input[name=sex]:checked').val());
var promoteId = parseInt("{:I('get.pid')}") ? parseInt("{:I('get.pid')}") : 0;
var gameId = parseInt("{:I('get.gid')}") ? parseInt("{:I('get.gid')}") : 0;
if(account.length == 0 ){
pmsg.msg('账号不能为空');event.preventDefault();
return false;
}
if(nickname.length == 0 ){
pmsg.msg('昵称不能为空');event.preventDefault();
return false;
}
if(password.length == 0){
pmsg.msg('密码不能为空');event.preventDefault();
return false;
}
if(account.length > 15 ){
pmsg.msg('账号在15个字符以内');event.preventDefault();
return false;
}
if(nickname.length > 15 ){
pmsg.msg('昵称在15个字符以内');event.preventDefault();
return false;
}
if(password.length < 6 || password.length > 15){
pmsg.msg('密码长度6-15个字符');event.preventDefault();
return false;
}
if (account) {
if (password) {
$.ajax({
type:'POST',
url:'{:U("User/step1")}',
data:{'account':account,'nickname':nickname,'password':password,'sex':sex,'promote_id':promoteId,'game_id':gameId},
dataType:"Json",
success:function(data){
pmsg.msg(data.msg);
if(parseInt(data.status) == 1){
window.location.href = data.url;
}
},
error:function(data){
console.log(data);
}
});
} else{
pmsg.msg('请输入密码');event.preventDefault();
$('.nextsubmit').click(function(event) {
var account = $.trim($('#account').val());
var nickname = $.trim($('#nickname').val())
var password = $.trim($('#password').val());
var sex = $.trim($('input[name=sex]:checked').val());
var promoteId = parseInt("{:I('get.pid')}") ? parseInt("{:I('get.pid')}") : 0;
var gameId = parseInt("{:I('get.gid')}") ? parseInt("{:I('get.gid')}") : 0;
if(account.length == 0 ){
pmsg.msg('账号不能为空');event.preventDefault();
return false;
}
} else {
pmsg.msg('请输入账号');event.preventDefault();
}
});
</script>
</body>
</html>
if(nickname.length == 0 ){
pmsg.msg('昵称不能为空');event.preventDefault();
return false;
}
if(password.length == 0){
pmsg.msg('密码不能为空');event.preventDefault();
return false;
}
if(account.length > 15 || account.length < 6){
pmsg.msg('账号在6-15个字符之间');event.preventDefault();
return false;
}
if(nickname.length > 15 ){
pmsg.msg('昵称在15个字符以内');event.preventDefault();
return false;
}
if(password.length < 6 || password.length > 15){
pmsg.msg('密码长度6-15个字符');event.preventDefault();
return false;
}
if (account) {
if (password) {
$.ajax({
type:'POST',
url:'{:U("User/step1")}',
data:{'account':account,'nickname':nickname,'password':password,'sex':sex,'promote_id':promoteId,'game_id':gameId},
dataType:"Json",
success:function(data){
pmsg.msg(data.msg);
if(parseInt(data.status) == 1){
window.location.href = data.url;
}
},
error:function(data){
console.log(data);
}
});
} else{
pmsg.msg('请输入密码');event.preventDefault();
}
} else {
pmsg.msg('请输入账号');event.preventDefault();
}
});
});
</script>
</body>
</html>

@ -0,0 +1,136 @@
<extend name="Public/bases" />
<block name="body" >
<link href="__CSS__/user.css" rel="stylesheet" >
<body class="user">
<header class="header">
<div class="">
<a href="{:U('User/index')}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<h1 class="caption">设置</h1>
<!-- <a href="userset.html" class="hbtn set">编辑资料</a> -->
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="t-table user-set-list">
<ul class="table clearfix">
<li class="table-row">
<span class="table-cell">头像</span>
<span class="table-cell">
<a href="javascript:;" class="portraitbtn"><img src="{$user['head_img']}" class="portrait"></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">账号</span>
<span class="table-cell">
{$user.account}
</span>
</li>
<li class="table-row">
<span class="table-cell">昵称</span>
<span class="table-cell">
<a href="{:U('usernick')}" class="nick">{$user['nickname']}<i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">绑定手机</span>
<span class="table-cell">
<a href="{:U('userphone')}" class="auth on"><empty name="user.phone">去绑定<else/>已绑定</empty><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">性别</span>
<span class="table-cell">
<a href="{:U('User/usersex')}" class="sex"><if condition="$user['sex'] == 0"><else/></if><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">实名认证</span>
<span class="table-cell">
<switch name='user["age_status"]'>
<case value="0">
<a href="{:U('User/userauth')}" class="auth on">未认证<i class="iconfont icon-drop-right"></i></a>
</case>
<case value="2">
<a href="{:U('User/userauth')}" class="auth on">已认证<i class="iconfont icon-drop-right"></i></a>
</case>
<case value="3">
<a href="{:U('User/userauth')}" class="auth on">未成年<i class="iconfont icon-drop-right"></i></a>
</case>
<default /><a href="{:U('User/userauth')}" class="auth on">未认证<i class="iconfont icon-drop-right"></i></a>
</switch>
</span>
</li>
<li class="table-row">
<span class="table-cell">绑定支付宝</span>
<span class="table-cell">
<notempty name="user.alipay">
<a href="javascript:;" class="alipay on">{:str_replace(substr($user['alipay'],3,-3),'*****',$user['alipay'])},{:mb_substr($user['alipay_real_name'],0,1,'utf-8').'**'}</a>
<else />
<a href="{:U('alipay')}" class="alipay on">未绑定<i class="iconfont icon-drop-right"></i></a>
</notempty>
</span>
</li>
<li class="table-row">
<span class="table-cell">修改密码</span>
<span class="table-cell">
<a href="{:U('userpassword')}" class="password"><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">管理收货地址</span>
<span class="table-cell"><a href="{:U('User/useraddresslist')}" class="address"><i class="iconfont icon-drop-right"></i></a></span>
</li>
</ul>
</div>
<div class="btnbox user-set-btnbox">
<a href="javascript:;" class="btn jsquit">退出登录</a>
</div>
</section>
</section>
<div class="space"></div>
<div class="pop pop-window">
<div class="pop-box pop-sign">
<div class="pop-wrap"></div>
</div>
</div>
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script>
$(function() {
var pmsg = $('.popmsg').pop();
$('.portraitbtn').click(function() {
//pmsg.msg('请到PC端网站或APP应用上更改');
var pop = $('.pop').addClass('pop-head').pop();
pop.open(800,'<h2 class="pop-title"><span>请到APP上更改头像</span><a href="javascript:;" class="pop-close">X</a></h2><div class="pop-btnbox"><a href="/media.php?s=/Index/download.html" class="pop-btn">去下载APP</a></div>');
pop.find('.pop-close').click(function() {pop.close()});
});
$(".jsquit").click(function(){
$.ajax({
url:"{:U('base/logout')}",
type:"post",
dataType:"json",
success:function(result){
pmsg.msg(result.msg);
setTimeout(function () {
window.location.href = "{:U('Index/index')}";
}, 2000);
},
error:function(){
}
})
})
});
</script>
</body>
</block>

@ -1,144 +1,126 @@
<extend name="Public/bases" />
<block name="body" >
<link href="__CSS__/user.css" rel="stylesheet" >
<body class="user">
<header class="header">
<div class="">
<a href="{:U('User/index')}" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
<h1 class="caption">设置</h1>
<!-- <a href="userset.html" class="hbtn set">编辑资料</a> -->
</div>
</header>
<div class="occupy"></div>
<section class="trunker">
<section class="container">
<div class="t-table user-set-list">
<ul class="table clearfix">
<li class="table-row">
<span class="table-cell">头像</span>
<span class="table-cell">
<a href="javascript:;" class="portraitbtn"><img src="{$user['head_img']}" class="portrait"></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">账号</span>
<span class="table-cell">
{$user.account}
</span>
</li>
<li class="table-row">
<span class="table-cell">昵称</span>
<span class="table-cell">
<a href="{:U('usernick')}" class="nick">{$user['nickname']}<i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">绑定手机</span>
<span class="table-cell">
<a href="{:U('userphone')}" class="auth on"><empty name="user.phone">去绑定<else/>已绑定</empty><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">性别</span>
<span class="table-cell">
<a href="{:U('User/usersex')}" class="sex"><if condition="$user['sex'] == 0"><else/></if><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link href="__CSS__/iconfont.css" rel="stylesheet">
<link href="__CSS__/common-cz.css" rel="stylesheet">
<link href="__CSS__/unlr.css" rel="stylesheet">
<script src="__JS__/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script>
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/user/setting.css">
<li class="table-row">
<span class="table-cell">实名认证</span>
<span class="table-cell">
<switch name='user["age_status"]'>
<case value="0">
<a href="{:U('User/userauth')}" class="auth on">未认证<i class="iconfont icon-drop-right"></i></a>
</case>
<case value="2">
<a href="{:U('User/userauth')}" class="auth on">已认证<i class="iconfont icon-drop-right"></i></a>
</case>
<case value="3">
<a href="{:U('User/userauth')}" class="auth on">未成年<i class="iconfont icon-drop-right"></i></a>
</case>
<default /><a href="{:U('User/userauth')}" class="auth on">未认证<i class="iconfont icon-drop-right"></i></a>
</switch>
</span>
</li>
<li class="table-row">
<span class="table-cell">绑定支付宝</span>
<span class="table-cell">
<notempty name="user.alipay">
<a href="javascript:;" class="alipay on">{:str_replace(substr($user['alipay'],3,-3),'*****',$user['alipay'])},{:mb_substr($user['alipay_real_name'],0,1,'utf-8').'**'}</a>
<else />
<a href="{:U('alipay')}" class="alipay on">未绑定<i class="iconfont icon-drop-right"></i></a>
</notempty>
</span>
</li>
<li class="table-row">
<span class="table-cell">修改密码</span>
<span class="table-cell">
<a href="{:U('userpassword')}" class="password"><i class="iconfont icon-drop-right"></i></a>
</span>
</li>
<li class="table-row">
<span class="table-cell">管理收货地址</span>
<span class="table-cell"><a href="{:U('User/useraddresslist')}" class="address"><i class="iconfont icon-drop-right"></i></a></span>
</li>
</ul>
</div>
<div class="btnbox user-set-btnbox">
<a href="javascript:;" class="btn jsquit">退出登录</a>
</div>
</section>
</section>
<div class="space"></div>
<footer class="footer">
<ul class="nav clearfix">
<li><a class="item" href="index.html"><i class="iconfont icon-home"></i><span>首页</span></a></li>
<li><a class="item" href="gift.html"><i class="iconfont icon-gift"></i><span>礼包</span></a></li>
<li><a class="item" href="shop.html"><i class="iconfont icon-shop"></i><span>商城</span></a></li>
<li><a class="item" href="news.html"><i class="iconfont icon-news"></i><span>资讯</span></a></li>
<li><a class="item active" href="user.html"><i class="iconfont icon-user"></i><span>我的</span></a></li>
</ul>
</footer>
<div class="pop pop-window">
<div class="pop-box pop-sign">
<div class="pop-wrap"></div>
</head>
<body>
<div class="setting">
<!-- 子页公共头部 -->
<div class="subpage-heard">设置中心
<a href="#" class="arrows"></a>
</div>
<div class="setting-box">
<div class="setting-info">
<div class="left">
<img src="__IMG__/user/touxiang-icon.png" alt="">
<span>头像</span>
</div>
<img src="__IMG__/user/touxiang.png" alt="">
</div>
<div class="setting-info">
<div class="left">
<img src="__IMG__/user/haoma.png" alt="">
<span>账号</span>
</div>
<div>Zz1213</div>
</div>
<div class="setting-info arror">
<div class="left">
<img src="__IMG__/user/mingzibianji.png" alt="">
<span>昵称</span>
</div>
<div class="right">啊哈哈</div>
</div>
<div class="setting-info arror">
<div class="left">
<img src="__IMG__/user/mingzibianji.png" alt="">
<span>性别</span>
</div>
<div class="right"></div>
</div>
<div class="setting-info arror">
<div class="left">
<img src="__IMG__/user/shoujibangding.png" alt="">
<span>绑定手机</span>
</div>
<div class="right rightSel">已绑定</div>
</div>
<div class="setting-info arror">
<div class="left">
<img src="__IMG__/user/shimingrenzhengmoren.png" alt="">
<span>实名认证</span>
</div>
<div class="right">未绑定</div>
</div>
<div class="setting-info arror">
<div class="left">
<img src="__IMG__/user/xiugaimima.png" alt="">
<span>修改密码</span>
</div>
</div>
</div>
</div>
<div class="pop pop-window">
<div class="pop-box pop-sign">
<div class="pop-wrap"></div>
</div>
<div class="popmsg pop-dialog"></div>
<script src="__JS__/pop.lwx.min.js"></script>
<script>
$(function() {
var pmsg = $('.popmsg').pop();
</div>
<div class="popmsg pop-dialog"></div>
</body>
<script src="__JS__/pop.lwx.min.js"></script>
<script>
$(function () {
var pmsg = $('.popmsg').pop();
$('.portraitbtn').click(function () {
//pmsg.msg('请到PC端网站或APP应用上更改');
var pop = $('.pop').addClass('pop-head').pop();
pop.open(800, '<h2 class="pop-title"><span>请到APP上更改头像</span><a href="javascript:;" class="pop-close">X</a></h2><div class="pop-btnbox"><a href="/media.php?s=/Index/download.html" class="pop-btn">去下载APP</a></div>');
pop.find('.pop-close').click(function () { pop.close() });
});
$(".jsquit").click(function () {
$.ajax({
url: "{:U('base/logout')}",
type: "post",
dataType: "json",
success: function (result) {
pmsg.msg(result.msg);
setTimeout(function () {
window.location.href = "{:U('Index/index')}";
}, 2000);
},
error: function () {
}
})
})
$('.portraitbtn').click(function() {
//pmsg.msg('请到PC端网站或APP应用上更改');
var pop = $('.pop').addClass('pop-head').pop();
pop.open(800,'<h2 class="pop-title"><span>请到APP上更改头像</span><a href="javascript:;" class="pop-close">X</a></h2><div class="pop-btnbox"><a href="/media.php?s=/Index/download.html" class="pop-btn">去下载APP</a></div>');
pop.find('.pop-close').click(function() {pop.close()});
});
});
$(".jsquit").click(function(){
$.ajax({
url:"{:U('base/logout')}",
type:"post",
dataType:"json",
success:function(result){
pmsg.msg(result.msg);
setTimeout(function () {
window.location.href = "{:U('Index/index')}";
}, 2000);
},
error:function(){
}
})
})
});
</script>
</script>
</body>
</block>
</html>

@ -0,0 +1,71 @@
body{
background-color: #F5F5F5;
}
.business{
width: 100%;
padding: 0.35rem 0 1.3rem;
}
.business_box{
padding: 0 0.3rem;
}
.heard_img{
width: 100%;
height: 3rem;
}
.heard_img>img{
width: 100%;
height: 100%;
}
.heard_title{
width: 100%;
text-align: center;
font-size: 0.4rem;
color: #292929;
margin-top: 0.55rem;
font-weight: 700;
}
.heard_en{
width: 100%;
text-align: center;
font-size: 0.2rem;
color: #292929;
margin-top: 0.1rem;
}
.introduce{
margin-top: 0.5rem;
font-size: 0.24rem;
font-family:PingFang SC;
font-weight:bold;
color:rgba(41,41,41,1);
line-height:0.4rem;
text-indent: 2em;
}
.bazaar{
margin-top: 0.34rem;
font-family:PingFang SC;
font-weight:bold;
color:rgba(41,41,41,1);
font-size: 0.24rem;
}
.bazaar .title{
font-size:0.32rem;
}
.bazaar .info{
font-size:0.24rem;
text-indent: 2em;
margin-top: 0.32rem;
line-height: 0.4rem;
}
.bazaar .address{
margin-top: 0.32rem;
}
.map-box{
width: 100%;
height: 3rem;
margin-top: 0.3rem;
margin-bottom: 0.7rem;
}
#container{
width: 100%;
height: 100%;
}

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
/** * 基本样式 * @author 鹿文学*/
/* common*/
html {
/* common*/
html {
margin:0;
padding:0;
font-family:'Microsoft YaHei','微软雅黑',Tahoma,Verdana,Arial,'宋体',sans-serif;
@ -13,11 +13,11 @@
}
img {
/*height: 100%;*/
width: 100%;
border: none;
vertical-align: middle;
position: relative;
z-index: 2;
width: 100%;
border: none;
vertical-align: middle;
position: relative;
z-index: 2;
}
ol,ul {
list-style:none;
@ -63,15 +63,15 @@ body {
}
input,select,button,textarea {
outline: none;
font-size: 1.4rem;
font-family: inherit;
-webkit-appearance: none;
border: none;
color: #18b1ea;
font-size: 1.4rem;
font-family: inherit;
-webkit-appearance: none;
border: none;
color: #18b1ea;
width:50%;
box-sizing:border-box;
padding: 0.6rem;
border-radius: 20px;
border-radius: 20px;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
background-color:#FFF;
@ -81,7 +81,7 @@ input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
margin:0;
}
/* head*/
.header {
.header {
width:100%;
z-index:99;
position:fixed;
@ -187,7 +187,7 @@ input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
height:5rem;
}
/**/
.emptybg {
.emptybg {
background:#FFF;
height:100vh;
}
@ -208,7 +208,7 @@ input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
background:#fff; /*加载更多变成白色背景*/
padding:1rem 0;
}
.table {
.table {
display:table;
width:100%;
height:100%;
@ -226,16 +226,16 @@ input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
/*分享按钮 begin*/
.share_icon{
display: inline-block;
height: 2rem;
width: 2rem;
background: url(../images/icon_normal_zhuanfa@3x.png) no-repeat center center;
background-size: 100% 100%;
height: 2rem;
width: 2rem;
background: url(../images/icon_normal_zhuanfa@3x.png) no-repeat center center;
background-size: 100% 100%;
}
/*end 分享按钮*/
share_icon
/* foot*/
.space {
/* foot*/
.space {
height:6rem;
width:100%;
}
@ -324,7 +324,7 @@ share_icon
/* .pop-window .pop-box .pop-wrap .pop-title span {
color:#18B1EA;
}*/
.pop-window .pop-box .pop-wrap .pop-close {
.pop-window .pop-box .pop-wrap .pop-close {
position:absolute;
right:-1rem;
top:-1rem;
@ -526,7 +526,7 @@ share_icon
overflow:hidden;
}
.pop-form .pop-table-wrap .pop-table {
}
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:6rem;
font-size:2.2rem;
@ -539,7 +539,7 @@ share_icon
text-align:right;
}
.pop-form .pop-table-wrap .pop-table .pop-cell .pgood {
}
}
.pop-form .pop-table-wrap .pop-table .pop-cell p {
margin:0;
}
@ -599,12 +599,12 @@ share_icon
line-height: 4rem;
}
.pop-message .pop-box2.pop-picture {
height: 10rem;
line-height: 1.4;
height: 10rem;
line-height: 1.4;
}
.pop-message .pop-box2.pop-picture .pop-image {
width: 7rem;
height: 7rem;margin: 0 auto;
width: 7rem;
height: 7rem;margin: 0 auto;
}
.pop-hint-gift .pop-box .pop-wrap {
padding-left: 3vw;
@ -663,207 +663,207 @@ share_icon
@media screen and (max-width:550px) {
.pop-window .pop-box .pop-wrap .pop-title,.pop-form .pop-title {
font-size:2.5rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:2.5rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:5rem;
}
font-size:2.5rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:2.5rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:5rem;
}
}
@media screen and (max-width:450px) {
.header .caption {
font-size:2.2rem;
height:2.8rem;
margin:0 4rem;
}
.header .hbtn .iconfont {
font-size:3.2rem;
margin:1rem 0;
}
.header .person .iconfont {
font-size:3.2rem;
margin:.7rem 0;
}
.occupy {
height:4.8rem;
}
.header .searchwrap .search .text {
height:2.8rem;
}
.header .searchwrap .search .btn .iconfont {
font-size:2.5rem;
}
.header .searchbtn {
font-size:1.8rem;
padding:1rem 0;
}
.header .addbtn {
font-size:1.6rem;
width:8rem;
}
.searchpage .header .searchwrap .search .text {
height:3rem;
margin:.8rem 0 1.05rem;
}
.searchpage .header .searchwrap .search .btn {
top:1.25rem;
}
.empty p {
font-size:1.4rem;
}
.pop-window .pop-box .pop-wrap .pop-title,.pop-form .pop-title {
font-size:2.3rem;
}
.pop-window .pop-box .pop-wrap .pop-content {
font-size:1.6rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input, .pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
font-size:2.4rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
font-size:1.5rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input {
padding: .6rem 0.8rem .6rem 5.8rem;
width: 100%;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
left:0rem;
padding-top:1rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefixa {
font-size:1.5rem;
left:0rem;
padding-top:0.8rem;
vertical-align: middle;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
width:6rem;
padding-top:.6rem;
}
.pop-window .pop-box .pop-wrap .pop-textarea {
font-size:1.4rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.8rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:4rem;
}
font-size:2.2rem;
height:2.8rem;
margin:0 4rem;
}
.header .hbtn .iconfont {
font-size:3.2rem;
margin:1rem 0;
}
.header .person .iconfont {
font-size:3.2rem;
margin:.7rem 0;
}
.occupy {
height:4.8rem;
}
.header .searchwrap .search .text {
height:2.8rem;
}
.header .searchwrap .search .btn .iconfont {
font-size:2.5rem;
}
.header .searchbtn {
font-size:1.8rem;
padding:1rem 0;
}
.header .addbtn {
font-size:1.6rem;
width:8rem;
}
.searchpage .header .searchwrap .search .text {
height:3rem;
margin:.8rem 0 1.05rem;
}
.searchpage .header .searchwrap .search .btn {
top:1.25rem;
}
.empty p {
font-size:1.4rem;
}
.pop-window .pop-box .pop-wrap .pop-title,.pop-form .pop-title {
font-size:2.3rem;
}
.pop-window .pop-box .pop-wrap .pop-content {
font-size:1.6rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input, .pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
font-size:2.4rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
font-size:1.5rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input {
padding: .6rem 0.8rem .6rem 5.8rem;
width: 100%;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
left:0rem;
padding-top:1rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefixa {
font-size:1.5rem;
left:0rem;
padding-top:0.8rem;
vertical-align: middle;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
width:6rem;
padding-top:.6rem;
}
.pop-window .pop-box .pop-wrap .pop-textarea {
font-size:1.4rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.8rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:4rem;
}
}
@media screen and (max-width:400px) {
.pop-window .pop-box .pop-wrap .pop-content {
font-size:1.4rem;
}
.footer .nav .item .iconfont {
font-size:2.4rem;
padding:.3rem 0 0;
}
.footer .nav .item span {
font-size:1.3rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.6rem;
}
font-size:1.4rem;
}
.footer .nav .item .iconfont {
font-size:2.4rem;
padding:.3rem 0 0;
}
.footer .nav .item span {
font-size:1.3rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.6rem;
}
}
@media screen and (max-width:350px) {
.header .hbtn {
width:4rem;
}
.header .caption {
font-size:2rem;
height:2.2rem;
margin:0 4rem;
}
.header .hbtn .iconfont {
font-size:3rem;
margin:.7rem 0;
}
.header .person .iconfont {
margin:.6rem 0;
}
.occupy {
height:4.2rem;
}
.header .download .number {
right:.2rem;
width:1.6rem;
height:1.6rem;
line-height:1.6rem;
font-size:1.2rem;
}
.header .searchwrap .search .text {
height:2.6rem;
}
.header .searchwrap .search .btn .iconfont {
font-size:2.4rem;
}
.header .addbtn {
font-size:1.4rem;
width:6rem;
}
.searchpage .header .searchwrap .search .text {
margin:.8rem 0;
}
.searchpage .header .searchwrap .search .btn {
top:1.1rem;
}
.space {
height:4.7rem;
}
.footer .nav .item .iconfont {
font-size:2.2rem;
padding:.2rem 0 0;
}
.footer .nav .item span {
font-size:1.2rem;
}
.empty p {
font-size:1.2rem;
}
.pop-window .pop-box .pop-wrap .pop-title,.pop-form .pop-title {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-content {
font-size:1.2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:1.6rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input, .pop-window .pop-box .pop-wrap .pop-btnbox .prefix, .pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
font-size:1.4rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input {
width:100%;
padding:.6rem 0.8rem .6rem 5.8rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
left:0rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
width:5rem;
padding-top:.6rem;
}
.pop-window .pop-box .pop-wrap .pop-textarea {
font-size:1.2rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.4rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:3rem;
}
width:4rem;
}
.header .caption {
font-size:2rem;
height:2.2rem;
margin:0 4rem;
}
.header .hbtn .iconfont {
font-size:3rem;
margin:.7rem 0;
}
.header .person .iconfont {
margin:.6rem 0;
}
.occupy {
height:4.2rem;
}
.header .download .number {
right:.2rem;
width:1.6rem;
height:1.6rem;
line-height:1.6rem;
font-size:1.2rem;
}
.header .searchwrap .search .text {
height:2.6rem;
}
.header .searchwrap .search .btn .iconfont {
font-size:2.4rem;
}
.header .addbtn {
font-size:1.4rem;
width:6rem;
}
.searchpage .header .searchwrap .search .text {
margin:.8rem 0;
}
.searchpage .header .searchwrap .search .btn {
top:1.1rem;
}
.space {
height:4.7rem;
}
.footer .nav .item .iconfont {
font-size:2.2rem;
padding:.2rem 0 0;
}
.footer .nav .item span {
font-size:1.2rem;
}
.empty p {
font-size:1.2rem;
}
.pop-window .pop-box .pop-wrap .pop-title,.pop-form .pop-title {
font-size:2rem;
}
.pop-window .pop-box .pop-wrap .pop-content {
font-size:1.2rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-btn,.pop-form .pop-butn-box .butn {
font-size:1.6rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input, .pop-window .pop-box .pop-wrap .pop-btnbox .prefix, .pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
font-size:1.4rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-input {
width:100%;
padding:.6rem 0.8rem .6rem 5.8rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .prefix {
left:0rem;
}
.pop-window .pop-box .pop-wrap .pop-btnbox .pop-copy {
width:5rem;
padding-top:.6rem;
}
.pop-window .pop-box .pop-wrap .pop-textarea {
font-size:1.2rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
font-size:1.4rem;
}
.pop-form .pop-table-wrap .pop-table .pop-cell {
height:3rem;
}
}
/*浮动层*/
.float_contact {
.float_contact {
position: fixed;
bottom: -60px;
z-index: 999;
@ -1078,21 +1078,21 @@ share_icon
@media (min-width: 300px) {
body {
width: 100%;
height:auto;
background: url(../images/bg.jpg) no-repeat ;
background-size: 100%;
background-attachment:fixed;
}
.float_contact {
display:block;
}
width: 100%;
height:auto;
background: url(../images/bg.jpg) no-repeat ;
background-size: 100%;
background-attachment:fixed;
}
.float_contact {
display:block;
}
}
@media screen and (min-width: 769px) {
.float_contact {
display:none;
}
.float_contact {
display:none;
}
}
/*@author zwm*/
@ -1109,18 +1109,18 @@ share_icon
}
.zdiv_copy{
width: 100%;
margin-top: 0.5rem;
margin-top: 0.5rem;
}
.zdiv_copy .copy.pop-btn{
font-size: 1.5rem;
color: #fff;
background-color: #18b1ea;
padding: 0.3rem 1rem;
border-radius: 0.3rem;
display: block;
width: 8rem;
margin: 0 auto;
text-align: center;
font-size: 1.5rem;
color: #fff;
background-color: #18b1ea;
padding: 0.3rem 1rem;
border-radius: 0.3rem;
display: block;
width: 8rem;
margin: 0 auto;
text-align: center;
}
.code.pop-txt{
width:90%;
@ -1133,27 +1133,27 @@ share_icon
height:4.4rem;
width:4.4rem;
border-radius: 12px;
background-color: #e2e2e2;
overflow: hidden;
background-color: #e2e2e2;
overflow: hidden;
}
.dis_tab1{
position: absolute;
z-index: 0;
top: 1.5rem;
left: 0;
display: table;
width: 4.4rem;
height: 4.4rem;
text-align: center;
vertical-align: middle;
font-size: 16px;
color: #bababa;
table-layout: fixed;
background-color: #e2e2e2;
position: absolute;
z-index: 0;
top: 1.5rem;
left: 0;
display: table;
width: 4.4rem;
height: 4.4rem;
text-align: center;
vertical-align: middle;
font-size: 16px;
color: #bababa;
table-layout: fixed;
background-color: #e2e2e2;
}
.dis_tabcell1{
display: table-cell;
vertical-align: middle;
vertical-align: middle;
}
.dis_tabcell1 div{
overflow:hidden;
@ -1167,7 +1167,7 @@ share_icon
min-height:80vh;
}
@media screen and (min-width: 769px) {
.pop-window{
.pop-window{
max-width:640px;
margin: 0 auto;
}

@ -0,0 +1,52 @@
body{
background-color: #F5F5F5;
}
.enterprise{
width: 100%;
padding: 0.35rem 0 1.3rem;
}
.enterprise_box{
padding: 0 0.3rem;
}
.heard_img{
width: 100%;
height: 3rem;
}
.heard_img>img{
width: 100%;
height: 100%;
}
.heard_title{
width: 100%;
text-align: center;
font-size: 0.4rem;
color: #292929;
margin-top: 0.55rem;
font-weight: 700;
}
.heard_en{
width: 100%;
text-align: center;
font-size: 0.2rem;
color: #292929;
margin-top: 0.1rem;
}
.introduce{
margin-top: 0.5rem;
font-size: 0.24rem;
font-family:PingFang SC;
font-weight:bold;
color:rgba(41,41,41,1);
line-height:0.4rem;
}
.introduce>div{
margin-bottom: 0.4rem;
text-indent: 2em;
}
.introduce>div:last-child{
font-family:"宋体";
font-weight:bold;
color:#389AED;
margin-bottom: 1rem;
font-style: oblique;
}

@ -0,0 +1,42 @@
.foot_tabbar{
width: 100%;
height: 1.2rem;
box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
background: #fff;
position: fixed;
bottom: 0;
left: 0;
z-index: 20;
}
.foot_tabbar_box{
padding: 0.15rem 0.89rem 0.15rem 0.9rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.foot_tabbar_box .foot_info a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 0.24rem;
color: #A9A9A9;
}
.foot_tabbar_box .foot_info a>img{
width: 0.6rem;
height: 0.6rem;
}
.foot_tabbar_box a.active{
color: #389AED;
}
.foot_lable{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 0.24rem;
color: #A9A9A9;
}
.foot_lable>div{
margin-bottom: 0.2rem;
}

@ -1,125 +1,143 @@
/**
*
* @author 鹿
*/
.index-header {position:absolute;background:transparent;color:#333;}
.index-header .hbtn .iconfont {margin-top:.7rem;}
.index-header~.occupy{display:none;}
.banner {width:100%;}
.banner .slideBox{ position:relative; overflow:hidden; margin:0px auto; /* max-width:1200px; */}
.banner .slideBox .hd{ position:absolute; height:2.8rem; line-height:2; bottom:0; right:0; z-index:1; width:100%;text-align:center;}
.banner .slideBox .hd li{ display:inline-block; width:1rem; height:1rem; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background:#333; text-indent:-9999px; overflow:hidden; margin:0 1rem; }
.banner .slideBox .hd li.on{ background:#16BFFA; }
.banner .slideBox .bd{ position:relative; z-index:0; }
.banner .slideBox .bd li{ position:relative; text-align:center; }
.banner .slideBox .bd li img{ background:url(../images/bannerdefault.png) center center no-repeat;background-size:100% auto;height:53vw; vertical-align:top; width:100%;/* 图片宽度100%,达到自适应效果 */}
.banner .slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
.banner .slideBox .bd li .tit{ display:block; width:100%; position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff; text-align:left; }
.shortcut,.welfare,.recommend,.hot{margin-top:1rem;background:#FFF;}
.shortcut {padding:2rem 0 1rem;margin-top:0;}
.shortcut li {width:25%;float:left;}
.shortcut li a {width:60%;margin:0 auto;display:block;max-width:9rem;min-width:2rem;text-align:center;}
.shortcut li a .iconfont {font-size:3rem;color:#FFF;padding:1rem;border-radius:1rem;}
.shortcut li a span {text-align:center;display:block;font-size:1.6rem;padding-top:1rem;}
.shortcut li a .icon-recharge{background:#F6555D;}
.shortcut li a .icon-category{background:#5EBDF7;}
.shortcut li a .icon-ranking{background:#FFCE39;}
.shortcut li a .icon-flag{background:#45D7D7;}
.welfare {padding:1rem 0;}
.welfare .welfaresub {float:left;width:50%;position:relative;}
.welfare .welfaresub img {width:90%;padding:0 5%;display:block;}
.welfare .welfaresub~.welfaresub {margin-left:-1px;border-left:1px solid #E7E7E7;}
.recommend {}
.trunker-section .t-title {position:relative;padding:1rem 1rem 0;}
.trunker-section .t-title .name {font-size:1.8rem;letter-spacing:.1rem;}
.trunker-section .t-title .link {position:absolute;bottom:0;right:1rem;color:#999;}
.trunker-section .t-content {padding:0 1rem;}
.trunker-section .t-content li {padding:1rem 0;overflow:hidden;clear:both;position:relative;}
.trunker-section .t-content li~li {border-top:1px solid #EEEEEE;}
.trunker-section .t-content .icon {float:left;width:6rem;height:6rem;border-radius:20%;}
.trunker-section .t-content .btnbox {width:8rem;float:right;}
.trunker-section .t-content .btnbox p {color:#FFC700;text-align:right;margin-top:0;margin-bottom:.5rem;}
.trunker-section .t-content .btnbox .btn {background:#18B1EA;color:#FFF;display:block;text-align:center;width:90%;float:right;height:3rem;border-radius:3rem;font-size:1.6rem;line-height:3rem;}
.trunker-section .t-content .btnbox .btn.disabled {background:#CCC;}
.trunker-section .t-content .text {margin:0 8rem 0 7rem;}
.trunker-section .t-content .text .name {font-size:1.6rem;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%;display:inline-block;}
.trunker-section .t-content .text .starbox {line-height:1;vertical-align:top;}
.trunker-section .t-content .text .iconfont {color:#FFC600;font-size:1.2rem;}
.trunker-section .t-content .text .icon-star:before {vertical-align:top;margin-top:3.5%;display:inline-block;}
.trunker-section .t-content .text .info {color:#999;padding-top:.2rem;}
.trunker-section .t-content .text .info span {display:inline-block;margin-right:2rem;position:relative;}
.trunker-section .t-content .text .info span:after{content:'';width:.1rem;height:1.1rem;background:#999999;position:absolute;top:.3rem;right:-1rem;}
.trunker-section .t-content .text .info .dlnumber:after {width:0;}
.trunker-section .t-content .text .description {margin:0 0 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#999;font-size:1.2rem;}
.trunker-section .t-empty {text-align:center;padding:1rem 0;display:none;}
/* search */
.searchpage {background:#FFF;}
.history {padding:0rem 2rem;}
.history .history-title {font-weight:100;font-size:2rem;}
.history .history-title a {float:right;}
.history .history-title a .iconfont {font-size:2rem;}
.history .history-list a {display:inline-block;background:#EEEEEE;padding:.5rem 1rem;color:#999;border-radius:.5rem;margin-right:.5rem;margin-bottom:.9rem;font-size:1.6rem;}
@media screen and (max-width:400px) {
.trunker-section .t-content li {padding:1.5rem 0;}
.trunker-section .t-content .icon {width:5.5rem;height:5.5rem;}
.trunker-section .t-content .btnbox {width:7rem;}
.trunker-section .t-content .btnbox p {font-size:1.2rem;}
.trunker-section .t-content .text .iconfont {font-size:1.1rem;}
.trunker-section .t-content .text {margin:0 7rem 0 6rem;}
.trunker-section .t-content .btnbox .btn {font-size:1.5rem;height:2.5rem;line-height:2.5rem;}
.trunker-section .t-content.bot li {margin-left:3rem;}
.trunker-section .t-content.bot li .sorticon {top:3.5rem;left:-2.5rem;width:1.7rem;height:1.7rem;}
.history .history-title,.history .history-title a .iconfont {font-size:1.8rem;}
.history .history-list a {font-size:1.4rem;}
.trunker-section .t-content .text .name {margin-right:2px;}
}
@media screen and (max-width:350px) {
.trunker-section .t-content li {padding:1rem 0;}
.trunker-section .t-content .icon {width:5rem;height:5rem;}
.trunker-section .t-content .btnbox {width:6rem;}
.trunker-section .t-content .text {margin:0 6rem 0 5.5rem;}
.trunker-section .t-content .btnbox .btn {font-size:1.3rem;height:2rem;line-height:2rem;}
.trunker-section .t-content .text .iconfont {font-size:1rem;}
.trunker-section .t-content .text {font-size:1.2rem;}
.trunker-section .t-content .text .name {font-size:1.4rem;}
.trunker-section .t-content .text .info span {margin-right:1rem;}
.trunker-section .t-content .text .info span:after {right:-.5rem;height:.9rem;}
.trunker-section .t-content.bot li {margin-left:2.5rem;}
.trunker-section .t-content.bot li .sorticon {top:3rem;left:-2rem;width:1.5rem;height:1.5rem;}
.trunker-section .t-content .btnbox p {font-size:1.2rem;}
.shortcut li a .iconfont {font-size:2.5rem;}
.shortcut li a span {font-size:1.4rem;}
.trunker-section .t-content .text .name {width:50%;margin-right:1px;}
.trunker-section .t-title .name {font-size:1.6rem;}
.history .history-title,.history .history-title a .iconfont {font-size:1.6rem;}
.history .history-list a {font-size:1.2rem;}
}
body{
background-color: #EBEBEB;
}
.home{
width: 100%;
padding-bottom: 1.3rem;
}
.heard{
padding: 0.35rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.heard>img{
width: 1.7rem;
height: 0.5rem;
}
.heard_right{
width: 3.5rem;
height: 0.5rem;
background-color: #fff;
border-radius: 0.25rem;
display: flex;
align-items: center;
justify-content: center;
}
.heard_right>input{
border: 0;
background-color: #fff;
width: 2.6rem;
height: 0.3rem;
line-height: 0.3rem;
outline:none;
cursor: pointer;
}
.heard_right>input::placeholder{
font-size: 0.24rem;
color: #A9A9A9;
}
.heard_right>img{
width: 0.3rem;
height: 0.3rem;
}
.carousel{
font-size: 0.28rem;
width: 100%;
height: 3.4rem;
background-color: #fff;
}
.swiper-slide>img{
width: 100%;
height: 3rem;
}
.swiper-container{
width: 100%;
height: 100%;
}
.swiper-pagination{
bottom: 6px !important;
}
.swiper-pagination-bullet {
width: 0.4rem;
height: 0.05rem;
text-align: center;
line-height: 20px;
font-size: 0.20rem;
opacity: 1;
background-color: #BFBFBF;
border-radius: 0;
}
.swiper-pagination-bullet-active {
background: #389AED;
}
.hot{
margin-top: 0.15rem;
width: 100%;
background-color: #fff;
height: 3.6rem;
}
.hot .hot_box{
padding: 0.3rem;
font-size: 0.2rem;
}
.hot .hot_box .heading{
display: flex;
align-items: center;
justify-content: space-between;
}
.hot .hot_box .heading>div:first-child{
padding: 0.02rem 0 0.02rem 0.24rem;
border-left: 0.05rem solid #389AED;
font-size: 0.28rem;
color: #292929;
}
/*.hot .hot_box .heading>div:last-child{*/
/* width: 0.8rem;*/
/* height: 0.34rem;*/
/* border: 1px solid #389AED;*/
/* color: #389AED;*/
/* font-size: 0.2rem;*/
/* border-radius: 0.15rem;*/
/* text-align: center;*/
/* line-height: 0.34rem;*/
/*}*/
.hot .hot_box>img{
width: 100%;
height: 2.4rem;
margin-top: 0.3rem;
}
.recharge{
margin-top: 0.15rem;
width: 100%;
background-color: #fff;
height: 3.3rem;
margin-bottom: 0.45rem;
}
.recharge_box{
padding: 0.3rem;
font-size: 0.2rem;
}
.recharge_box .title{
padding: 0.02rem 0 0.02rem 0.24rem;
border-left: 0.05rem solid #389AED;
font-size: 0.28rem;
color: #292929;
}
.recharge_box .del{
margin-top: 0.29rem;
color: #A9A9A9;
font-size: 0.24rem;
line-height: 0.36rem;
}
.recharge_box .btn{
width: 2rem;
height: 0.7rem;
border-radius: 0.35rem;
font-size: 0.28rem;
color: #FFFFFF;
background-color: #389AED;
text-align: center;
line-height: 0.7rem;
margin: 0.3rem auto 0 auto;
}

@ -0,0 +1,80 @@
.loginPhTwo{
width: 100%;
font-family:PingFang SC;
}
.login-box{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.login-input{
margin-top: 0.6rem;
width: 5.5rem;
height: 0.8rem;
display: flex;
align-items: center;
justify-content: center;
background:rgba(245,245,245,1);
border-radius:0.4rem;
}
.login-input>img{
width: 0.42rem;
height: 0.42rem;
}
.login-input>input{
font-size: 0.28rem;
border: 0;
outline: 0;
height: 0.6rem;
width: 4rem;
margin-left: 0.16rem;
background-color: rgba(245,245,245,1);
}
.login-input>input::placeholder{
color: #A9A9A9;
}
.login-code{
margin-top: 0.6rem;
display: flex;
align-items: center;
justify-content: center;
}
.login-code>input{
width: 3rem;
height: 0.8rem;
background-color: #F5F5F5;
border-radius: 0.4rem;
font-size: 0.28rem;
text-align: center;
border: 0;
outline: 0;
}
.login-code>input::placeholder{
text-align: center;
color: #A9A9A9;
}
.login-code>div{
width: 2.3rem;
height: 0.8rem;
background-color: #389AED;
font-size: 0.28rem;
color: #FFFFFF;
border-radius: 0.4rem;
margin-left: 0.2rem;
text-align: center;
line-height: 0.8rem;
}
.login-btn{
margin-top: 0.6rem;
width: 5.5rem;
height: 0.8rem;
background-color: #389AED;
border-radius: 0.4rem;
font-size: 0.32rem;
color: #fff;
text-align: center;
line-height: 0.8rem;
outline: 0;
border: 0;
}

@ -0,0 +1,131 @@
.loginPhone{
width: 100%;
font-family:PingFang SC;
}
.login-box{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.login-input{
margin-top: 0.6rem;
width: 5.5rem;
height: 0.8rem;
display: flex;
align-items: center;
justify-content: center;
background:rgba(245,245,245,1);
border-radius:0.4rem;
}
.login-input>img{
width: 0.42rem;
height: 0.42rem;
}
.login-input>input{
font-size: 0.28rem;
border: 0;
outline: 0;
height: 0.6rem;
width: 4rem;
margin-left: 0.16rem;
background-color: rgba(245,245,245,1);
}
.login-input>input::placeholder{
color: #A9A9A9;
}
.login-gender{
margin-top: 0.4rem;
display: flex;
align-items: center;
}
.login-gender .title{
display: flex;
align-items: center;
font-size: 0.28rem;
color: #A9A9A9;
}
.login-gender .title>img{
width: 0.42rem;
height: 0.42rem;
margin-right: 0.16rem;
}
.options_gender{
display: flex;
align-items: center;
color: #292929;
font-size: 0.28rem;
font-weight: bold;
position: relative;
}
.radio {
color: #292929;
font-size: 0.28rem;
font-weight: bold;
display: flex;
align-items: center;
margin-left: 0.82rem;
}
.radio>span{
margin-right: 0.2rem;
}
.radio input[type="radio"] {
position: absolute;
opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
margin-top: 0.12rem;
content: '';
background: #f4f4f4;
border-radius: 100%;
border: 1px solid #b4b4b4;
display: inline-block;
width: 0.28rem;
height: 0.28rem;
position: relative;
top: -0.2em;
/* margin-right: 1rem; */
vertical-align: top;
cursor: pointer;
text-align: center;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
background-color: #3197EE;
box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
outline: none;
border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
box-shadow: inset 0 0 0 4px #f4f4f4;
border-color: #b4b4b4;
background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
margin-right: 0;
}
.login-btn{
margin-top: 0.38rem;
width: 5.5rem;
height: 0.8rem;
background-color: #389AED;
border-radius: 0.4rem;
font-size: 0.32rem;
color: #fff;
text-align: center;
line-height: 0.8rem;
outline: 0;
border: 0;
}
.login-agreement{
font-size: 0.24rem;
color: #292929;
margin-top: 0.32rem;
}
.login-agreement>a{
color: #389AED;
font-size: 0.24rem;
}

@ -0,0 +1,179 @@
.my{
width: 100%;
font-family:PingFang SC;
}
.register{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.register .logo{
width: 3.5rem;
height: 1rem;
margin-top: 2.09rem;
font-size: 0.2rem;
}
.register .logo>img{
width: 100%;
height: 100%;
}
.register form{
font-size: 0.2rem;
}
.account ,.passsword{
width: 5.5rem;
height: 0.8rem;
background:rgba(245,245,245,1);
border-radius:0.4rem;
margin-top: 1.33rem;
display: flex;
align-items: center;
justify-content: center;
}
.account .img-one,.passsword .img-one{
width: 0.42rem;
height: 0.42rem;
}
.account>input ,.passsword>input{
font-size: 0.28rem;
border: 0;
outline: 0;
height: 0.6rem;
width: 3.6rem;
background-color:rgba(245,245,245,1);
margin: 0 0.16rem;
}
.account>input::placeholder,.passsword>input::placeholder{
color: #A9A9A9;
}
.account>.img-close,.passsword>.img-close{
width: 0.3rem;
height: 0.3rem;
}
.passsword{
margin-top: 0.55rem;
}
.forget{
width: 5.5rem;
margin-top: 0.28rem;
display:flex;
align-items: flex-end;
justify-content: flex-end;
}
.forget>a{
font-size: 0.22rem;
color: #389AED;
}
.register .enter{
width: 5.5rem;
height: 0.8rem;
background:#389AED;
border-radius:0.4rem;
margin-top: 0.5rem;
font-size: 0.32rem;
color: #fff;
text-align: center;
line-height: 0.8rem;
border: 0;
outline: 0;
}
.register .promptly{
font-size: 0.26rem;
color: #B8B8B8;
margin-top: 0.35rem;
}
.register .promptly>a{
color: #389AED;
}
.my-home-heard{
width: 100%;
height: 4.12rem;
background: url("../images/new/background.png") no-repeat;
background-size: 100% 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.my-home-heard>img{
width: 1.6rem;
height: 1.6rem;
border-radius: 50%;
}
.my-home-heard>.name{
display: flex;
align-items: center;
font-size: 0.32rem;
margin-top: 0.25rem;
color: #fff;
}
.my-home-heard>.name>img{
width: 0.3rem;
height: 0.3rem;
margin-left: 0.13rem;
}
.platform{
padding: 0 0.3rem;
}
.platform_box{
background:rgba(255,255,255,1);
box-shadow:0px 0px 0.1rem 0px rgba(0, 0, 0, 0.15);
border-radius:0.2rem;
height: 1.2rem;
margin-top: -0.4rem;
}
.platform_info{
padding: 0.3rem 0.3rem 0.3rem 0.32rem;
display: flex;
align-items: center;
}
.platform_info .del{
font-size: 0.28rem;
color: #292929;
}
.platform_info img{
width: 0.3rem;
height: 0.3rem;
margin-left: 0.15rem;
margin-right: 0.68rem;
}
.platform_info .price{
font-size: 0.4rem;
color: #389AED;
margin-right: 1rem;
}
.platform_info .recharge{
background: url(../images/new/selected.png) no-repeat;
width: 1.4rem;
height: 0.6rem;
background-size: 100% 100%;
font-size: 0.32rem;
color: #fff;
text-align: center;
line-height: 0.6rem;
}
.control{
padding: 0 0.42rem;
margin-top: 0.59rem;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.52rem;
}
.control_box>a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.control_box>a>img{
width: 0.5rem;
height: 0.5rem;
}
.control_box>a>span{
font-size: 0.28rem;
color: #404040;
margin-top: 0.22rem;
}

@ -0,0 +1,209 @@
.recharge{
width: 100%;
font-family:PingFang SC;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.recharge-heard{
width: 100%;
height: 4.12rem;
background: url("../images/background.png");
background-size: 100% 100%;
}
.subpage-heard{
background-color: transparent;
}
.recharge-tabbar{
margin-top: 0.1rem;
display: flex;
align-items: center;
justify-content: center;
}
.recharge-tabbar li{
font-size:0.28rem;
font-weight:400;
color:rgba(255,255,255,1);
list-style: none;
}
.recharge-tabbar li:last-child{
margin-left: 1.10rem;
}
.recharge-tabbar .selected{
font-size: 0.32rem;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.content{
margin-top: -2rem;
}
.recharge-flat{
padding-top: 0.36rem;
width: 7.1rem;
height: 2.74rem;
background: url("../images/juxing3.png");
background-size: 100% 100%;
}
.recharge-discount{
padding-top: 0.36rem;
width: 7.1rem;
height: 5.4rem;
background: url("../images/juxing4.png");
background-size: 100% 100%;
}
.flat-box{
padding: 0 0.12rem;
}
.flat-info{
padding: 0.31rem 0.3rem;
height: 0.26rem;
font-size:0.28rem;
font-weight:500;
color:rgba(41,41,41,1);
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F5F5F5;
}
.flat-info>span{
font-size:0.24rem;
font-weight:400;
color:rgba(169,169,169,1);
}
.flat-info>input{
height: 0.24rem;
font-size: 0.24rem;
outline: 0;
border: 0;
width: 2.77rem;
}
.flat-info>input::placeholder{
color: #A9A9A9;
}
.recharge-flat .flat-box:last-child .flat-info{
border: none;
}
.recharge-discount .flat-box:last-child .flat-info{
border: none;
}
.flat-info select {
background: transparent;
padding: 0.05rem;
font-size: 0.24rem;
border: 1px solid #ccc;
text-align: center;
outline: 0;
border: 0;
color: #A9A9A9;
}
.recharge-payment{
margin-top: 0.15rem;
width: 6.9rem;
height: 3.76rem;
background:rgba(255,255,255,1);
box-shadow:0px 0px 0.1rem 0px rgba(26,26,26,0.15);
border-radius:0.2rem;
}
.recharge-payment .title{
padding: 0.32rem 0.29rem;
font-size:0.28rem;
font-weight:500;
color:rgba(41,41,41,1);
border-bottom: 1px solid #F5F5F5;
}
.recharge-payment .alipay{
padding: 0.29rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom:1px solid #F5F5F5;
}
.recharge-payment .alipay:last-child{
border: none;
}
.recharge-payment .alipay .alipay_img{
display: flex;
align-items: center;
}
.recharge-payment .alipay .alipay_img>img{
width: 0.8rem;
height: 0.8rem;
}
.recharge-payment .alipay .alipay_img .img_text{
margin-left: 0.16rem;
font-size: 0.28rem;
font-weight:500;
color:rgba(41,41,41,1);
}
.recharge-payment .alipay .alipay_img .img_text>div:last-child{
font-weight:400;
color:rgba(169,169,169,1);
font-size: 0.2rem;
}
.radio_select {
color: #292929;
font-size: 0.28rem;
font-weight: bold;
display: flex;
align-items: center;
margin-left: 0.82rem;
}
.radio_select input[type="radio"] {
position: absolute;
opacity: 0;
}
.radio_select input[type="radio"] + .radio-label:before {
margin-top: 0.12rem;
content: '';
background: #f4f4f4;
border-radius: 100%;
border: 1px solid #b4b4b4;
display: inline-block;
width: 0.3rem;
height: 0.3rem;
position: relative;
top: -0.2em;
/* margin-right: 1rem; */
vertical-align: top;
cursor: pointer;
text-align: center;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.radio_select input[type="radio"]:checked + .radio-label:before {
background:#21B1EB;
display: block;
content: "\2714";
text-align: center;
line-height: 0.3rem;
font-size: 0.2rem;
border: 1px solid #21B1EB;
color: white;
/* box-shadow: inset 0 0 0 4px #f4f4f4; */
}
.radio_select input[type="radio"]:focus + .radio-label:before {
outline: none;
border-color: #21B1EB;
}
.radio_select input[type="radio"]:disabled + .radio-label:before {
box-shadow: inset 0 0 0 4px #f4f4f4;
border-color: #b4b4b4;
background: #b4b4b4;
}
.radio_select input[type="radio"] + .radio-label:empty:before {
margin-right: 0;
}
.payment_btn{
margin-top: 0.5rem;
width: 5rem;
height: 0.8rem;
border-radius: 0.4rem;
font-size: 0.32rem;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
line-height: 0.8rem;
background-color: #21B1EB;
}

@ -0,0 +1,62 @@
html,
body {
width: 100%;
/* font-size: calc(266.67% + 57.3333 * (100vw - 320px) / 430); */
}
/*清除一些默认样式*/
html,
body {
margin: 0;
padding: 0;
}
img{border:0;}
a{text-decoration:none; color:#000; outline:none;}
a:hover{text-decoration:none;}
em,strong,i{font-style:normal;}
h1,h2,h3,h4,h5,h6,span,strong,i{font-size:100%;font-weight:normal;margin: 0;padding: 0;}
.trans {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.clearfix {*zoom:1;}
.clearfix:after {content:'\200B';clear:both;display:block;height:0px}
/* html{-webkit-tap-highlight-color:transparent;} */
/* 子页公共头部 */
.subpage-heard{
padding:0.7rem 0.3rem 0.28rem;
display: flex;
align-items: center;
justify-content: center;
background-color: #21B1EB;
position: relative;
font-size: 0.32rem;
font-weight: bold;
color: #fff;
}
.arrows{
position: absolute;
display: flex;
flex-direction: row;
align-items: center;
top: 0.92rem;
left: 0.3rem;
}
.arrows::after{
position: absolute;
display: flex;
justify-content: space-between;
content: '';
width: 0.2rem;
height: 0.2rem;
left: 0.3rem;
transform:rotate(225deg);
border-top: 0.04rem solid #fff;
border-right:0.04rem solid #fff;
}

@ -0,0 +1,131 @@
.login{
width: 100%;
font-family:PingFang SC;
}
.login-box{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.login-input{
margin-top: 0.6rem;
width: 5.5rem;
height: 0.8rem;
display: flex;
align-items: center;
justify-content: center;
background:rgba(245,245,245,1);
border-radius:0.4rem;
}
.login-input>img{
width: 0.42rem;
height: 0.42rem;
}
.login-input>input{
font-size: 0.28rem;
border: 0;
outline: 0;
height: 0.6rem;
width: 4rem;
margin-left: 0.16rem;
background-color: rgba(245,245,245,1);
}
.login-input>input::placeholder{
color: #A9A9A9;
}
.login-gender{
margin-top: 0.4rem;
display: flex;
align-items: center;
}
.login-gender .title{
display: flex;
align-items: center;
font-size: 0.28rem;
color: #A9A9A9;
}
.login-gender .title>img{
width: 0.42rem;
height: 0.42rem;
margin-right: 0.16rem;
}
.options_gender{
display: flex;
align-items: center;
color: #292929;
font-size: 0.28rem;
font-weight: bold;
position: relative;
}
.radio {
color: #292929;
font-size: 0.28rem;
font-weight: bold;
display: flex;
align-items: center;
margin-left: 0.82rem;
}
.radio>span{
margin-right: 0.2rem;
}
.radio input[type="radio"] {
position: absolute;
opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
margin-top: 0.12rem;
content: '';
background: #f4f4f4;
border-radius: 100%;
border: 1px solid #b4b4b4;
display: inline-block;
width: 0.28rem;
height: 0.28rem;
position: relative;
top: -0.2em;
/* margin-right: 1rem; */
vertical-align: top;
cursor: pointer;
text-align: center;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
background-color: #3197EE;
box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
outline: none;
border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
box-shadow: inset 0 0 0 4px #f4f4f4;
border-color: #b4b4b4;
background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
margin-right: 0;
}
.login-btn{
margin-top: 0.38rem;
width: 5.5rem;
height: 0.8rem;
background-color: #389AED;
border-radius: 0.4rem;
font-size: 0.32rem;
color: #fff;
text-align: center;
line-height: 0.8rem;
outline: 0;
border: 0;
}
.login-agreement{
font-size: 0.24rem;
color: #292929;
margin-top: 0.32rem;
}
.login-agreement>a{
color: #389AED;
font-size: 0.24rem;
}

@ -0,0 +1,66 @@
body{ background-color: #F5F5F5;}
.setting{
width: 100%;
font-family:PingFang SC;
}
.setting-box{
margin-top: 0.2rem;
background-color: #fff;
}
.setting-info{
padding: 0.15rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F5F5F5;
height: 0.78rem;
}
.setting-info .left{
display: flex;
align-items: center;
font-size: 0.28rem;
font-weight:500;
color:rgba(41,41,41,1);
}
.setting-info .left>img{
width: 0.3rem;
height: 0.3rem;
margin-right: 0.22rem;
}
.setting-info>img{
width: 0.8rem;
height: 0.8rem;
}
.setting-info>div{
font-size:0.28rem;
font-weight:400;
color:rgba(41,41,41,1);
}
.setting-info>.right{
font-size:0.28rem;
font-weight:400;
color:rgba(169,169,169,1);
margin-right: 0.4rem;
}
/* 箭头 */
.arror{
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.arror::after{
position: absolute;
display: flex;
justify-content: space-between;
content: '';
width: 0.2rem;
height: 0.2rem;
right: 0.3rem;
transform:rotate(45deg);
border-top: 0.04rem solid #A9A9A9;
border-right:0.04rem solid #A9A9A9;
}
.setting-info>.rightSel{
color: #21B1EB;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -0,0 +1,70 @@
$(function() {
// 百度地图API功能
var mp = new BMap.Map("container", {
enableMapClick: false
});
var addPoint = new BMap.Point(119.280631, 26.08057);
var marker = new BMap.Marker(addPoint); // 创建标注
mp.addOverlay(marker); // 将标注添加到地图中
mp.centerAndZoom(addPoint, 15);
mp.enableScrollWheelZoom();
// 复杂的自定义覆盖物
function ComplexCustomOverlay(point, text) {
this._point = point;
this._text = text;
}
ComplexCustomOverlay.prototype = new BMap.Overlay();
ComplexCustomOverlay.prototype.initialize = function(map) {
this._map = map;
var div = this._div = document.createElement("div");
div.style.position = "absolute";
div.style.zIndex = BMap.Overlay.getZIndex(this._point.lat);
// div.style.border = "0.01rem solid #BC3B3A";
// div.style.backgroundColor = "#ffffff";
div.style.padding = "0.02rem";
div.style.height = "0.18rem";
div.style.width = "3rem";
// div.style.lineHeight = "0.18rem";
// div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.fontSize = "0.18rem"
var p = this._span = document.createElement("p");
p.style.position = "absolute";
p.style.top = "-450%";
p.style.left = "-50%";
p.style.width = "3rem";
p.style.backgroundColor = "#ffffff";
p.style.lineHeight = "0.3rem";
p.style.textAlign = "center";
div.appendChild(p);
p.appendChild(document.createTextNode(this._text));
var that = this;
var arrow = this._arrow = document.createElement("div");
arrow.style.background = "url(../images/address-point.png) center no-repeat";
arrow.style.backgroundSize = "120% 120%";
arrow.style.position = "absolute";
arrow.style.width = "0.3rem";
arrow.style.height = "0.3rem";
arrow.style.top = "-80%";
arrow.style.left = "-8%";
arrow.style.overflow = "hidden";
div.appendChild(arrow);
mp.getPanes().labelPane.appendChild(div);
return div;
}
ComplexCustomOverlay.prototype.draw = function() {
var map = this._map;
var pixel = map.pointToOverlayPixel(this._point);
this._div.style.left = pixel.x - parseInt(this._arrow.style.left) + "px";
this._div.style.top = pixel.y - 30 + "px";
}
var myCompOverlay = new ComplexCustomOverlay(addPoint, "福建省福州市鼓楼区福大怡山文化创意园11号楼");
mp.addOverlay(myCompOverlay);
});

@ -0,0 +1,13 @@
function getRem(pwidth,prem){
var html = document.getElementsByTagName("html")[0];
var oWidth = document.body.clientWidth || document.documentElement.clientWidth;
var size=oWidth/pwidth*prem;
html.style.fontSize = size + "px";
}
$(document).ready(function(){
//画布、字体大小设定
getRem(750,100);
$(window).resize(function() {
getRem(750,100);
})
});

@ -1,22 +1,16 @@
/**
* 论坛首页切换
* @dependencies 依赖jquery
*/
$(document).ready(function(){
var $newCode=$(".gift-con .newCode");/*榜单切换*/
var $newtGift=$(".gift-con .newtGift");
$newCode.click(function(){
$(this).addClass("on");
$newtGift.removeClass("on");
$("#newCodeList").show();
$("#newGiftList").hide();
});
$newtGift.click(function(){
$(this).addClass("on");
$newCode.removeClass("on");
$("#newCodeList").hide();
$("#newGiftList").show();
});
});
$(function(){
var swiper = new Swiper('.swiper-container', {
loop: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
autoplay: {
delay: 3000,
stopOnLastSlide: false,
disableOnInteraction: false,
},
});
});

@ -0,0 +1,25 @@
$(function() {
var isSign = 'currency'
$(".recharge-tabbar li").click(
function(){
var divShow = $(".content").children("div");
if($(this).hasClass("")){
var index = $(this).index();
$(this).addClass("selected");
isSign = $(this).attr('name');
$(this).siblings("li").removeClass("selected");
$(divShow[index]).show();
$(divShow[index]).siblings("div").hide();
}
})
// 点击充值按钮
$(".payment_btn").click(function(){
//isSign = 'currency'平台币充值 isSign = 'iscurrency'折扣充值
console.log(isSign);
var pattern = $('input:radio[name="radio"]:checked').val();
// pattern判断支付宝 还是微信支付
console.log(pattern);
})
})
Loading…
Cancel
Save