index.html 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <style type="text/css">
  2. .sm-st {
  3. background: #fff;
  4. padding: 20px;
  5. -webkit-border-radius: 3px;
  6. -moz-border-radius: 3px;
  7. border-radius: 3px;
  8. margin-bottom: 20px;
  9. }
  10. .sm-st-icon {
  11. width: 60px;
  12. height: 60px;
  13. display: inline-block;
  14. line-height: 60px;
  15. text-align: center;
  16. font-size: 30px;
  17. background: #eee;
  18. -webkit-border-radius: 5px;
  19. -moz-border-radius: 5px;
  20. border-radius: 5px;
  21. float: left;
  22. margin-right: 10px;
  23. color: #fff;
  24. }
  25. .sm-st-info {
  26. padding-top: 2px;
  27. }
  28. .sm-st-info span {
  29. display: block;
  30. font-size: 24px;
  31. font-weight: 600;
  32. }
  33. .orange {
  34. background: #fa8564 !important;
  35. }
  36. .tar {
  37. background: #45cf95 !important;
  38. }
  39. .sm-st .green {
  40. background: #86ba41 !important;
  41. }
  42. .pink {
  43. background: #AC75F0 !important;
  44. }
  45. .yellow-b {
  46. background: #fdd752 !important;
  47. }
  48. .stat-elem {
  49. background-color: #fff;
  50. padding: 18px;
  51. border-radius: 40px;
  52. }
  53. .stat-info {
  54. text-align: center;
  55. background-color: #fff;
  56. border-radius: 5px;
  57. margin-top: -5px;
  58. padding: 8px;
  59. -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  60. box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  61. font-style: italic;
  62. }
  63. .stat-icon {
  64. text-align: center;
  65. margin-bottom: 5px;
  66. }
  67. .st-red {
  68. background-color: #F05050;
  69. }
  70. .st-green {
  71. background-color: #27C24C;
  72. }
  73. .st-violet {
  74. background-color: #7266ba;
  75. }
  76. .st-blue {
  77. background-color: #23b7e5;
  78. }
  79. .stats .stat-icon {
  80. color: #28bb9c;
  81. display: inline-block;
  82. font-size: 26px;
  83. text-align: center;
  84. vertical-align: middle;
  85. width: 50px;
  86. float: left;
  87. }
  88. .stat {
  89. white-space: nowrap;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. display: inline-block;
  93. }
  94. .stat .value {
  95. font-size: 20px;
  96. line-height: 24px;
  97. overflow: hidden;
  98. text-overflow: ellipsis;
  99. font-weight: 500;
  100. }
  101. .stat .name {
  102. overflow: hidden;
  103. text-overflow: ellipsis;
  104. margin: 5px 0;
  105. }
  106. .stat.lg .value {
  107. font-size: 26px;
  108. line-height: 28px;
  109. }
  110. .stat-col {
  111. margin:0 0 10px 0;
  112. }
  113. .stat.lg .name {
  114. font-size: 16px;
  115. }
  116. .stat-col .progress {
  117. height: 2px;
  118. }
  119. .stat-col .progress-bar {
  120. line-height: 2px;
  121. height: 2px;
  122. }
  123. .item {
  124. padding: 30px 0;
  125. }
  126. #statistics .panel {
  127. min-height: 150px;
  128. }
  129. #statistics .panel h5 {
  130. font-size: 14px;
  131. }
  132. </style>
  133. <div class="panel panel-default panel-intro">
  134. <div class="panel-body">
  135. <div id="myTabContent" class="tab-content">
  136. <div class="tab-pane fade active in" id="one">
  137. <span style="font-size: 30px;">财务统计</span>
  138. <table class="table table-striped">
  139. <tr>
  140. <td>充值钱包总余额(金币)</td>
  141. <td>总充值金额(人民币)</td>
  142. <td>今天总充值金额(元)</td>
  143. <td>昨日总充值金额(元)</td>
  144. </tr>
  145. <tr>
  146. <td>{$total_gold}</td>
  147. <td>{$total_recharge_money}</td>
  148. <td>{$today_recharge_money}</td>
  149. <td>{$yesterday_recharge_mmoney}</td>
  150. </tr>
  151. </table>
  152. <span style="font-size: 30px;">消耗金币(语音,视频,私聊,礼物)</span>
  153. <table class="table table-striped">
  154. <tr>
  155. <td>今天总消耗金币</td>
  156. <td>昨日总消耗金币</td>
  157. <td>累计总消耗金币</td>
  158. </tr>
  159. <tr>
  160. <td>{$today_use_gold}</td>
  161. <td>{$yesterday_use_gold}</td>
  162. <td>{$total_use_gold}</td>
  163. </tr>
  164. </table>
  165. <span style="font-size: 30px;">总提现</span>
  166. <table class="table table-striped">
  167. <tr>
  168. <td>今天总提现</td>
  169. <td>今天总提现支出</td>
  170. <td>昨日总提现</td>
  171. <td>昨日总提现支出</td>
  172. <td>累计总提现</td>
  173. <td>累计总提现支出</td>
  174. </tr>
  175. <tr>
  176. <td>{$today_withdraw}</td>
  177. <td>{$today_withdraw_ava}</td>
  178. <td>{$yesterday_withdraw}</td>
  179. <td>{$yesterday_withdraw_ava}</td>
  180. <td>{$total_withdraw}</td>
  181. <td>{$total_withdraw_ava}</td>
  182. </tr>
  183. </table>
  184. <span style="font-size: 30px;">用户下载注册</span>
  185. <br/>男用户统计
  186. <table class="table table-striped">
  187. <tr>
  188. <td>总人数</td>
  189. <td>在线人数</td>
  190. <td>昨日新增人数</td>
  191. <td>今日新增</td>
  192. <!--<td>安卓</td>-->
  193. <!--<td>iOS</td>-->
  194. </tr>
  195. <tr>
  196. <td>{$man_num}</td>
  197. <td>{$man_online}</td>
  198. <td>{$yesterday_man_num}</td>
  199. <td>{$today_man_num}</td>
  200. <!--<td></td>-->
  201. <!--<td></td>-->
  202. </tr>
  203. </table>
  204. <br/>女用户统计
  205. <table class="table table-striped">
  206. <tr>
  207. <td>总人数</td>
  208. <td>在线人数</td>
  209. <td>昨日新增人数</td>
  210. <td>今日新增</td>
  211. <!--<td>安卓</td>-->
  212. <!--<td>iOS</td>-->
  213. </tr>
  214. <tr>
  215. <td>{$woman_num}</td>
  216. <td>{$woman_online}</td>
  217. <td>{$yesterday_woman_num}</td>
  218. <td>{$today_woman_num}</td>
  219. <!--<td></td>-->
  220. <!--<td></td>-->
  221. </tr>
  222. </table>
  223. <span style="font-size: 30px;">好友提现奖励</span>
  224. <table class="table table-striped">
  225. <tr>
  226. <td>总收益</td>
  227. <td>今日收益</td>
  228. <td>昨日收益</td>
  229. </tr>
  230. <tr>
  231. <td>{$invite_total}</td>
  232. <td>{$invite_now}</td>
  233. <td>{$invite_yesterday}</td>
  234. </tr>
  235. </table>
  236. <span style="font-size: 30px;">好友充值奖励</span>
  237. <table class="table table-striped">
  238. <tr>
  239. <td>总收益</td>
  240. <td>今日收益</td>
  241. <td>昨日收益</td>
  242. </tr>
  243. <tr>
  244. <td>{$invite_recharge_total}</td>
  245. <td>{$invite_recharge_now}</td>
  246. <td>{$invite_recharge_yesterday}</td>
  247. </tr>
  248. </table>
  249. <span style="font-size: 30px;">实名</span>
  250. <table class="table table-striped">
  251. <tr>
  252. <td>总实名人数</td>
  253. <td>今日实名人数</td>
  254. </tr>
  255. <tr>
  256. <td>{$idcard_status_num}</td>
  257. <td>{$idcard_status_todaynum}</td>
  258. </tr>
  259. </table>
  260. <span style="font-size: 30px;">VIP</span>
  261. <table class="table table-striped">
  262. <tr>
  263. <td>总VIP人数</td>
  264. <td>今日买VIP人数</td>
  265. </tr>
  266. <tr>
  267. <td>{$vip_num}</td>
  268. <td>{$vip_todaynum}</td>
  269. </tr>
  270. </table>
  271. <span style="font-size: 30px;">充值</span>
  272. <table class="table table-striped">
  273. <tr>
  274. <td>支付宝总充值</td>
  275. <td>支付宝今日充值</td>
  276. <td>支付宝昨日充值</td>
  277. </tr>
  278. <tr>
  279. <td>{$alipay_total}</td>
  280. <td>{$alipay_now}</td>
  281. <td>{$alipay_yesterday}</td>
  282. </tr>
  283. </table>
  284. <table class="table table-striped">
  285. <tr>
  286. <td>微信总充值</td>
  287. <td>微信今日充值</td>
  288. <td>微信昨日充值</td>
  289. </tr>
  290. <tr>
  291. <td>{$wechat_total}</td>
  292. <td>{$wechat_now}</td>
  293. <td>{$wechat_yesterday}</td>
  294. </tr>
  295. </table>
  296. </div>
  297. <div class="tab-pane fade" id="two">
  298. <div class="row">
  299. <div class="col-xs-12">
  300. {:__('Custom zone')}
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. </div>