安图前端代码

huTotal.html 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. <link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
  9. <link href="./css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  10. <link href="./css/animate.min.css" rel="stylesheet">
  11. <link href="./css/style.min862f.css?v=4.1.0" rel="stylesheet">
  12. <!--<link rel="stylesheet" href="./css/laydate/need/laydate.css" />-->
  13. <link rel="stylesheet" href="./css/huTotal.css" />
  14. <link rel="stylesheet" href="./css/init.css" />
  15. <title>呼叫总数</title>
  16. </head>
  17. <style>
  18. @font-face {
  19. font-family: 'iconfont';
  20. src: url('fonts/iconfont.eot');
  21. /* IE9*/
  22. src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  23. url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  24. url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  25. url('fonts/iconfont.svg#iconfont') format('svg');
  26. /* iOS 4.1- */
  27. }
  28. .iconfont {
  29. font-family: "iconfont";
  30. font-style: normal;
  31. }
  32. ul,
  33. li,
  34. ol {
  35. list-style: none;
  36. }
  37. a {
  38. text-decoration: none
  39. }
  40. .clearfix:after {
  41. content: "";
  42. display: block;
  43. clear: both;
  44. }
  45. .hut-top{
  46. background: #f3f3f4;
  47. /*height: 60px;*/
  48. padding: 10px 20px;
  49. }
  50. .hut-tcon{
  51. float: right;
  52. }
  53. .dhLeft a{
  54. color: #999;
  55. }
  56. </style>
  57. <body class="gray-bg" style="background: #fefefe;">
  58. <div class="hu-total">
  59. <div class="daoHang clearfix">
  60. <div class="dhLeft">
  61. <sapn><i class="syIcon"></i>位置:<a id="ReIndex" href="javaScript:;">首页</a>&gt;<a href="javaScript:;">报表分析</a>&gt;<a href="javaScript:;">话务运营分析</a>&gt;<a href="" class="nowPosition">总呼叫量统计</a></sapn>
  62. </div>
  63. <div class="dhRight">
  64. <a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
  65. </div>
  66. </div>
  67. <div class="hut-top clearfix">
  68. <div class="topCon">
  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="chooseTime" 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. </div>
  81. <ul class="nav nav-tabs hu-tab">
  82. <li role="presentation" class="active"><a href="javascript:;">图形</a></li>
  83. <li role="presentation"><a href="javascript:;">表格</a></li>
  84. </ul>
  85. <div class="hu-content">
  86. <div class="hu-con-right">
  87. <h2 style="text-align: center;">数据折线图</h2>
  88. <div id="huData" style="width:100%; height: 500px;">
  89. </div>
  90. </div>
  91. <div class="hu-con-left">
  92. <h2 style="text-align: center;">总呼叫量统计</h2>
  93. <table class="table table-bordered text-center table-hover huTable" style="width: 100%;">
  94. <thead>
  95. <tr>
  96. <td>月份</td>
  97. <td>日期</td>
  98. <td style="font-weight: bold;">总量</td>
  99. </tr>
  100. </thead>
  101. <tbody class="tbody">
  102. </tbody>
  103. <!--<tfoot>
  104. <tr>
  105. <td>2017年总计: </td>
  106. <td colspan="2">133 </td>
  107. </tr>
  108. </tfoot>-->
  109. </table>
  110. </div>
  111. </div>
  112. </div>
  113. <script src="./js/jquery.min.js?v=2.1.4"></script>
  114. <script src="./js/bootstrap.min.js?v=3.3.6"></script>
  115. <script src="./js/jquery.cookie.js"></script>
  116. <!--<script src="./css/layer/layer.js"></script>-->
  117. <script src="./js/laydate/laydate.js"></script>
  118. <script src="./js/echarts.common.min.js"></script>
  119. <script src="./js/huTotal.js"></script>
  120. </body>
  121. </html>