index.html
2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<title>无标题</title>
<link rel="stylesheet" href="http://cdn.xiniunet.com/css/bootstrap/3.2.0/css/bootstrap.css">
<link rel="stylesheet" href="../dist/base.css" >
</head>
<body>
<div>================================表格样式====================================</div>
<div class="xn-table-wrap" style="margin-top: 20px;">
<table class="table table-bordered table-striped ">
<thead>
<tr>
<th class="xn-col-sm-2 xn-text-center">序号</th>
<th class="xn-col-sm-3">提交时间</th>
<th class="xn-col-sm-3">退单号</th>
<th class="xn-col-sm-3">分销商</th>
<th class="xn-col-sm-3">联系手机</th>
<th class="xn-col-sm-3">申请退款金额</th>
<th class="xn-col-sm-3">核定退款金额</th>
<th class="xn-col-sm-3">原订单号</th>
<th class="xn-col-sm-3">退单原因</th>
<th class="xn-col-sm-3">状态</th>
<th class="xn-col-sm-3">操作</th>
</tr>
</thead>
<tbody id="tbody">
<tr>
<td class="xn-col-sm-2">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
<td class="xn-col-sm-3">测试数据</td>
</tr>
<tr>
<td colspan="12" class="xn-center">无法找到相应的记录</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>