民权县12345_前端

jthusuan.html 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <title>接通率和呼损率统计</title>
  9. <!--[if lt IE 9]>
  10. <meta http-equiv="refresh" content="0;ie.html" />
  11. <![endif]-->
  12. <link href="../css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
  13. <link href="../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  14. <link href="../css/animate.min.css" rel="stylesheet">
  15. <link href="../css/style.min862f.css?v=4.1.0" rel="stylesheet">
  16. <link rel="stylesheet" href="../css/init.css" />
  17. <style>
  18. .clearfix:after {
  19. content: "";
  20. display: block;
  21. clear: both;
  22. }
  23. .husun {
  24. font-size: 12px;
  25. }
  26. .th-content h2 {
  27. font-size: 18px;
  28. margin-bottom: 20px;
  29. }
  30. .th-content {
  31. width: 90%;
  32. margin: 0 auto;
  33. }
  34. .th-table table thead tr td {
  35. background: #00a1cb;
  36. color: #fff;
  37. }
  38. .th-table {
  39. display: none;
  40. }
  41. #thead thead th {
  42. background: #00a0cd;
  43. color: #fff;
  44. }
  45. table thead,
  46. tbody tr {
  47. display: table;
  48. width: 100%;
  49. table-layout: fixed;
  50. }
  51. .table {
  52. margin-bottom: 0;
  53. }
  54. </style>
  55. </head>
  56. <body class="gray-bg">
  57. <div class="daoHang clearfix">
  58. <div class="dhLeft">
  59. <sapn><i class="syIcon"></i>位置:
  60. <a id="ReIndex" href="javaScript:;">首页</a>&gt;
  61. <a href="javaScript:;">报表管理</a>&gt;
  62. <a href="" class="nowPosition">接通呼损统计</a>
  63. </sapn>
  64. </div>
  65. <div class="dhRight">
  66. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  67. </div>
  68. </div>
  69. <div class="husun wrapper wrapper-content">
  70. <div class="th-top clearfix">
  71. <div class="form-inline th-bar clearfix">
  72. <div class="time-box form-group">
  73. <i class="tub fa fa-calendar"></i>
  74. <input class="form-control" type="text" id="startTime" placeholder="请选择时间">
  75. </div>
  76. <div class="form-group tool_bars pull-right">
  77. <button class="btns sear">搜索</button>
  78. <a class="btns export">导出</a>
  79. </div>
  80. </div>
  81. </div>
  82. <ul class="nav nav-tabs th-tab">
  83. <li role="presentation" class="active">
  84. <a href="javascript:;">图形</a>
  85. </li>
  86. <li role="presentation">
  87. <a href="javascript:;">表格</a>
  88. </li>
  89. </ul>
  90. <div class="th-content">
  91. <div class="th-tu">
  92. <h2 style="text-align: center;">服务热线-接通率和呼损率统计</h2>
  93. <div id="tabtu" style="width: 100%; height: 600px;"></div>
  94. </div>
  95. <div class="th-table">
  96. <h2 style="text-align: center;">服务热线-接通率和呼损率统计</h2>
  97. <div style="width: 100%;padding: 10px;">
  98. <div class="table-head">
  99. <table id="thead" class="table table-hover table-striped table-bordered table-condensed">
  100. <colgroup>
  101. <col style="width: 80px;" />
  102. <col/>
  103. </colgroup>
  104. <thead>
  105. <tr>
  106. </tr>
  107. </thead>
  108. </table>
  109. </div>
  110. <div class="table-body">
  111. <table class="thTable table table-hover table-striped table-bordered table-condensed">
  112. <colgroup>
  113. <col style="width: 80px;" />
  114. <col/>
  115. </colgroup>
  116. <tbody>
  117. </tbody>
  118. </table>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. <script src="../js/jquery.min.js?v=2.1.4"></script>
  125. <script src="../js/bootstrap.min.js?v=3.3.6"></script>
  126. <script src="../js/jquery.cookie.js"></script>
  127. <script src="../js/laydate/laydate.js"></script>
  128. <script src="../js/echarts.common.min.js"></script>
  129. <script src="js/jthusuan.js"></script>
  130. </body>
  131. </html>