| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 | <style type="text/css">    .sm-st {        background: #fff;        padding: 20px;        -webkit-border-radius: 3px;        -moz-border-radius: 3px;        border-radius: 3px;        margin-bottom: 20px;    }    .sm-st-icon {        width: 60px;        height: 60px;        display: inline-block;        line-height: 60px;        text-align: center;        font-size: 30px;        background: #eee;        -webkit-border-radius: 5px;        -moz-border-radius: 5px;        border-radius: 5px;        float: left;        margin-right: 10px;        color: #fff;    }    .sm-st-info {        padding-top: 2px;    }    .sm-st-info span {        display: block;        font-size: 24px;        font-weight: 600;    }    .orange {        background: #fa8564 !important;    }    .tar {        background: #45cf95 !important;    }    .sm-st .green {        background: #86ba41 !important;    }    .pink {        background: #AC75F0 !important;    }    .yellow-b {        background: #fdd752 !important;    }    .stat-elem {        background-color: #fff;        padding: 18px;        border-radius: 40px;    }    .stat-info {        text-align: center;        background-color: #fff;        border-radius: 5px;        margin-top: -5px;        padding: 8px;        -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);        font-style: italic;    }    .stat-icon {        text-align: center;        margin-bottom: 5px;    }    .st-red {        background-color: #F05050;    }    .st-green {        background-color: #27C24C;    }    .st-violet {        background-color: #7266ba;    }    .st-blue {        background-color: #23b7e5;    }    .stats .stat-icon {        color: #28bb9c;        display: inline-block;        font-size: 26px;        text-align: center;        vertical-align: middle;        width: 50px;        float: left;    }    .stat {        white-space: nowrap;        overflow: hidden;        text-overflow: ellipsis;        display: inline-block;    }    .stat .value {        font-size: 20px;        line-height: 24px;        overflow: hidden;        text-overflow: ellipsis;        font-weight: 500;    }    .stat .name {        overflow: hidden;        text-overflow: ellipsis;        margin: 5px 0;    }    .stat.lg .value {        font-size: 26px;        line-height: 28px;    }    .stat-col {        margin:0 0 10px 0;    }    .stat.lg .name {        font-size: 16px;    }    .stat-col .progress {        height: 2px;    }    .stat-col .progress-bar {        line-height: 2px;        height: 2px;    }    .item {        padding: 30px 0;    }    #statistics .panel {        min-height: 150px;    }    #statistics .panel h5 {        font-size: 14px;    }</style><div class="panel panel-default panel-intro">        <div class="panel-body">        <div id="myTabContent" class="tab-content">            <div class="tab-pane fade active in" id="one">                <span style="font-size: 30px;">财务统计</span>                <table class="table table-striped">                    <tr>                        <td>充值钱包总余额(金币)</td>                        <td>总充值金额(人民币)</td>                        <td>今天总充值金额(元)</td>                        <td>昨日总充值金额(元)</td>                    </tr>                    <tr>                        <td>{$total_gold}</td>                        <td>{$total_recharge_money}</td>                        <td>{$today_recharge_money}</td>                        <td>{$yesterday_recharge_mmoney}</td>                    </tr>                </table>                <span style="font-size: 30px;">消耗金币(语音,视频,私聊,礼物)</span>                <table class="table table-striped">                    <tr>                        <td>今天总消耗金币</td>                        <td>昨日总消耗金币</td>                        <td>累计总消耗金币</td>                    </tr>                    <tr>                        <td>{$today_use_gold}</td>                        <td>{$yesterday_use_gold}</td>                        <td>{$total_use_gold}</td>                    </tr>                </table>                <span style="font-size: 30px;">总提现</span>                <table class="table table-striped">                    <tr>                        <td>今天总提现</td>                        <td>今天总提现支出</td>                        <td>昨日总提现</td>                        <td>昨日总提现支出</td>                        <td>累计总提现</td>                        <td>累计总提现支出</td>                    </tr>                    <tr>                        <td>{$today_withdraw}</td>                        <td>{$today_withdraw_ava}</td>                        <td>{$yesterday_withdraw}</td>                        <td>{$yesterday_withdraw_ava}</td>                        <td>{$total_withdraw}</td>                        <td>{$total_withdraw_ava}</td>                    </tr>                </table>                <span style="font-size: 30px;">用户下载注册</span>                <br/>男用户统计                <table class="table table-striped">                    <tr>                        <td>总人数</td>                        <td>在线人数</td>                        <td>昨日新增人数</td>                        <td>今日新增</td>                        <!--<td>安卓</td>-->                        <!--<td>iOS</td>-->                    </tr>                    <tr>                        <td>{$man_num}</td>                        <td>{$man_online}</td>                        <td>{$yesterday_man_num}</td>                        <td>{$today_man_num}</td>                        <!--<td></td>-->                        <!--<td></td>-->                    </tr>                </table>                <br/>女用户统计                <table class="table table-striped">                    <tr>                        <td>总人数</td>                        <td>在线人数</td>                        <td>昨日新增人数</td>                        <td>今日新增</td>                        <!--<td>安卓</td>-->                        <!--<td>iOS</td>-->                    </tr>                    <tr>                        <td>{$woman_num}</td>                        <td>{$woman_online}</td>                        <td>{$yesterday_woman_num}</td>                        <td>{$today_woman_num}</td>                        <!--<td></td>-->                        <!--<td></td>-->                    </tr>                </table>                <span style="font-size: 30px;">好友提现奖励</span>                <table class="table table-striped">                    <tr>                        <td>总收益</td>                        <td>今日收益</td>                        <td>昨日收益</td>                    </tr>                    <tr>                        <td>{$invite_total}</td>                        <td>{$invite_now}</td>                        <td>{$invite_yesterday}</td>                    </tr>                </table>                <span style="font-size: 30px;">好友充值奖励</span>                <table class="table table-striped">                    <tr>                        <td>总收益</td>                        <td>今日收益</td>                        <td>昨日收益</td>                    </tr>                    <tr>                        <td>{$invite_recharge_total}</td>                        <td>{$invite_recharge_now}</td>                        <td>{$invite_recharge_yesterday}</td>                    </tr>                </table>                <span style="font-size: 30px;">实名</span>                <table class="table table-striped">                    <tr>                        <td>总实名人数</td>                        <td>今日实名人数</td>                    </tr>                    <tr>                        <td>{$idcard_status_num}</td>                        <td>{$idcard_status_todaynum}</td>                    </tr>                </table>                <span style="font-size: 30px;">VIP</span>                <table class="table table-striped">                    <tr>                        <td>总VIP人数</td>                        <td>今日买VIP人数</td>                    </tr>                    <tr>                        <td>{$vip_num}</td>                        <td>{$vip_todaynum}</td>                    </tr>                </table>                <span style="font-size: 30px;">充值</span>                <table class="table table-striped">                    <tr>                        <td>支付宝总充值</td>                        <td>支付宝今日充值</td>                        <td>支付宝昨日充值</td>                    </tr>                    <tr>                        <td>{$alipay_total}</td>                        <td>{$alipay_now}</td>                        <td>{$alipay_yesterday}</td>                    </tr>                </table>                <table class="table table-striped">                    <tr>                        <td>微信总充值</td>                        <td>微信今日充值</td>                        <td>微信昨日充值</td>                    </tr>                    <tr>                        <td>{$wechat_total}</td>                        <td>{$wechat_now}</td>                        <td>{$wechat_yesterday}</td>                    </tr>                </table>            </div>            <div class="tab-pane fade" id="two">                <div class="row">                    <div class="col-xs-12">                        {:__('Custom zone')}                    </div>                </div>            </div>        </div>    </div></div>
 |