1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- <!--css-->
- <link rel="stylesheet" href="css/ui/H-ui.admin.css">
- <link rel="stylesheet" href="css/ui/H-ui.min.css">
- <link rel="stylesheet" href="layer/2.4/skin/layer.css">
- <link rel="stylesheet" href="css/ui/pagination.css">
- <!--页面css-->
- <link rel="stylesheet" href="css/ip.css">
- <!--js-->
- <script src="../js/jquery-2.2.3.min.js"></script>
- <script src="js/ui/H-ui.min.js"></script>
- <script src="layer/2.4/layer.js"></script>
- <script src="js/pagination.min.js"></script>
- <!--页面js-->
- <script src="js/ip.js"></script>
- </head>
- <body>
- <div class="page-container">
- <table class="table table-border table-bordered table-bg"
- style="table-layout: fixed;word-break: break-all;word-wrap: break-word;">
- <thead>
- <tr>
- <th colspan="5" scope="col">信息统计</th>
- </tr>
- <tr class="text-c">
- <th>订单号</th>
- <th>公网ip地址</th>
- <th>ip地址所在的国家</th>
- <th>ip地址所在的城市</th>
- <th>入库时间</th>
- </tr>
- </thead>
- <tbody id="warp" style="display: none">
- <tr class="text-c">
- <td>201862711346915</td>
- <td>รุ่ย จือ หยวน (RUI ZHI YUAN)</td>
- <td>สแตนเลสคุณภาพสูงหน้าปัดสีน้ำเงิน</td>
- <td>450</td>
- <td>2</td>
- </tr>
- </tbody>
- </table>
- <div id="loading"
- style="position: fixed;top: 50%;left: 50%;margin-left: -64px;margin-top: -64px;z-index:999999999999999999999">
- <img src='../images/loading.gif'/>
- </div>
- </div>
- <div id="Page" style="float: right;margin: 30px 0;">
- </div>
- </body>
- </html>
|