You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{$meta_title}-个人中心</title>
<link href="__CSS__/20170831/iconfont.css" rel="stylesheet" type="text/css">
<link href="__CSS__/20170831/select2.min.css" rel="stylesheet" type="text/css" />
<link href="__CSS__/20180207/common.css" rel="stylesheet" type="text/css">
<link href="{:get_cover(C('CH_SET_ICO'),'path')}" type="image/x-icon" rel="shortcut icon">
<script type="text/javascript" src="__JS__/jquery-1.11.1.min.js"></script>
{:hook('pageHeader')}
<script type="text/javascript" src="__STATIC__/layer/layer.js" ></script>
<block name="css"></block>
<script type="text/javascript" src="__JS__/20170831/common.js"></script>
</head>
<body>
<block name="css">
<link href="__CSS__/20180207/data.css" rel="stylesheet">
<link href="__CSS__/20180207/manager.css" rel="stylesheet" >
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
</block>
<block name="body">
<style>
@media screen and (max-width: 1500px) {
.normal_form{padding-top: 45px;}
.trunk-search .normal_txt {width: 100px}
.select2-container--default .select2-selection--single {width: 125px;}
.trunk-search .select-time .txt{width: 100px;}
.form-group .submit{width: 55px;}
}
.tabcon {min-height: 56vh;}
</style>
<div class="page-search normal_list query-recharge-search jssearch">
<div class="trunk-content article">
<div class="trunk-search clearfix">
<div class="tab normal_tab">
</div>
</div>
</div>
<div class="tabcon trunk-list">
<table class="table normal_table">
<tr class="odd">
<td>游戏ID</td>
<td>游戏名称</td>
<td>达标人数</td>
</tr>
<volist name='list_data' id="vo">
<tr>
<td>{$vo.game_id}</td>
<td>{$vo.game_name}</td>
<td>{$vo.num}</td>
</tr>
</volist>
</table>
</div>
</div>
</div>
</div>
</block>
<block name="script">
<script src="__STATIC__/layer/layer.js"></script>
</block>
</body>
</html>