虞城12345_前端

callTime.html 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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/laydate/need/laydate.css" />-->
  17. <!--<link rel="stylesheet" href="./css/huTotal.css" />-->
  18. <link rel="stylesheet" href="../css/init.css" />
  19. <style>
  20. .clearfix:after {
  21. content: "";
  22. display: block;
  23. clear: both;
  24. }
  25. .th-top{
  26. width: 100%;
  27. padding: 5px;
  28. background-color: #ffffff;
  29. margin-bottom: 15px;
  30. }
  31. .th-content h2{
  32. font-size: 22px;
  33. /*margin-bottom: 20px;*/
  34. }
  35. .th-content{
  36. width: 90%;
  37. margin: 0 auto;
  38. }
  39. .th-table table thead tr td {
  40. background: #00a1cb;
  41. color: #fff;
  42. }
  43. .th-table{
  44. display: none;
  45. }
  46. #thead thead th{
  47. background: #00a0cd;
  48. color: #fff;
  49. }
  50. table thead, tbody tr {
  51. display:table;
  52. width:100%;
  53. table-layout:fixed;
  54. }
  55. .table{
  56. margin-bottom: 0;
  57. }
  58. </style>
  59. </head>
  60. <body class="gray-bg" >
  61. <div class="daoHang clearfix">
  62. <div class="dhLeft">
  63. <sapn><i class="syIcon"></i>位置:<a id="ReIndex" href="javaScript:;">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" class="nowPosition">通话时长统计</a></sapn>
  64. </div>
  65. <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
  66. </div>
  67. <div class="wrapper wrapper-content">
  68. <div class="th-top clearfix">
  69. <div class="form-inline th-bar clearfix">
  70. <div class="time-box form-group" >
  71. <i class="tub fa fa-calendar"></i>
  72. <input class="form-control" type="text" id="startTime" placeholder="起始时间">
  73. </div>
  74. <div class="form-group tool_bars pull-right">
  75. <button class="btns sear">搜索</button>
  76. <a class="btns export">导出</a>
  77. </div>
  78. </div>
  79. </div>
  80. <ul class="nav nav-tabs th-tab">
  81. <li role="presentation" class="active"><a href="javascript:;">图形</a></li>
  82. <li role="presentation"><a href="javascript:;">表格</a></li>
  83. </ul>
  84. <div class="th-content">
  85. <div class="th-tu" style="width: 100%;">
  86. <h2 style="text-align: center;">服务热线坐席通话时长统计</h2>
  87. <div id="tabtu" style="width: 100%; height: 600px;"></div>
  88. </div>
  89. <div class="th-table">
  90. <h2 style="text-align: center;">热线坐席通话时长统计</h2>
  91. <div style="width: 100%;padding: 10px;">
  92. <div class="table-head">
  93. <table id="thead" class="table table-hover table-striped table-bordered table-condensed">
  94. <colgroup>
  95. <col style="width: 80px;"/>
  96. <col/>
  97. </colgroup>
  98. <thead>
  99. <tr>
  100. </tr>
  101. </thead>
  102. </table>
  103. </div>
  104. <div class="table-body">
  105. <table class="thTable table table-hover table-striped table-bordered table-condensed">
  106. <colgroup>
  107. <col style="width: 80px;"/>
  108. <col/>
  109. </colgroup>
  110. <tbody>
  111. </tbody>
  112. </table>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. <script src="../js/jquery.min.js?v=2.1.4"></script>
  119. <script src="../js/bootstrap.min.js?v=3.3.6"></script>
  120. <script src="../js/jquery.cookie.js"></script>
  121. <script src="../js/laydate/laydate.js"></script>
  122. <script src="../js/echarts.common.min.js"></script>
  123. <script src="js/callTime.js"></script>
  124. </body>
  125. </html>