ip.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <!--css-->
  7. <link rel="stylesheet" href="css/ui/H-ui.admin.css">
  8. <link rel="stylesheet" href="css/ui/H-ui.min.css">
  9. <link rel="stylesheet" href="layer/2.4/skin/layer.css">
  10. <link rel="stylesheet" href="css/ui/pagination.css">
  11. <!--页面css-->
  12. <link rel="stylesheet" href="css/ip.css">
  13. <!--js-->
  14. <script src="../js/jquery-2.2.3.min.js"></script>
  15. <script src="js/ui/H-ui.min.js"></script>
  16. <script src="layer/2.4/layer.js"></script>
  17. <script src="js/pagination.min.js"></script>
  18. <!--页面js-->
  19. <script src="js/ip.js"></script>
  20. </head>
  21. <body>
  22. <div class="page-container">
  23. <table class="table table-border table-bordered table-bg"
  24. style="table-layout: fixed;word-break: break-all;word-wrap: break-word;">
  25. <thead>
  26. <tr>
  27. <th colspan="5" scope="col">信息统计</th>
  28. </tr>
  29. <tr class="text-c">
  30. <th>订单号</th>
  31. <th>公网ip地址</th>
  32. <th>ip地址所在的国家</th>
  33. <th>ip地址所在的城市</th>
  34. <th>入库时间</th>
  35. </tr>
  36. </thead>
  37. <tbody id="warp" style="display: none">
  38. <tr class="text-c">
  39. <td>201862711346915</td>
  40. <td>รุ่ย จือ หยวน (RUI ZHI YUAN)</td>
  41. <td>สแตนเลสคุณภาพสูงหน้าปัดสีน้ำเงิน</td>
  42. <td>450</td>
  43. <td>2</td>
  44. </tr>
  45. </tbody>
  46. </table>
  47. <div id="loading"
  48. style="position: fixed;top: 50%;left: 50%;margin-left: -64px;margin-top: -64px;z-index:999999999999999999999">
  49. <img src='../images/loading.gif'/>
  50. </div>
  51. </div>
  52. <div id="Page" style="float: right;margin: 30px 0;">
  53. </div>
  54. </body>
  55. </html>