index.html 2.23 KB
<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>