县级12345前端

huaWuLiang.html 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <script src="./../Script/Common/huayi.load.js"></script>
  7. <script src="./../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="css/index.css" />
  9. <link rel="stylesheet" href="css/bootstrap.min.css" />
  10. <style>
  11. .huaWuBox {
  12. background: url(img/bgbg3_02.jpg) no-repeat!important;
  13. /*background: url(img/bg.jpg) no-repeat;*/
  14. /*background: url(img/bg2_02.png) repeat-x;*/
  15. background-size: 100% 100%!important;
  16. }
  17. .huawu {
  18. width: 97%;
  19. margin: 0 auto;
  20. }
  21. .tu_box > div {
  22. width: 100%;
  23. margin: 0 auto;
  24. box-shadow: 1px 1px 18px #4485f0 inset;
  25. padding-bottom: 10px;
  26. }
  27. .tu_box {
  28. margin-bottom: 20px;
  29. }
  30. .navcon {
  31. border-bottom: 0;
  32. }
  33. .navbox {
  34. background: url(img/nav_03.png) no-repeat;
  35. background-size: 100% 100%;
  36. margin: 0 auto;
  37. color: #fff;
  38. font-weight: bold;
  39. font-size: 20px;
  40. text-align: center;
  41. line-height: 60px;
  42. letter-spacing: 15px;
  43. }
  44. .title {
  45. background: url(img/title_02.png) no-repeat;
  46. background-size: 100% 100%;
  47. width: 600px;
  48. margin: 0 auto;
  49. height: 75px;
  50. margin-bottom: 50px;
  51. }
  52. .box_title {
  53. text-align: center;
  54. color: #fff;
  55. height: 35px;
  56. width: 100%;
  57. line-height: 35px;
  58. margin-top: 10px;
  59. }
  60. </style>
  61. </head>
  62. <body>
  63. <div class="huaWuBox">
  64. <div class="navcon ">
  65. <div class="title">
  66. </div>
  67. <div class="navbox">
  68. 新余市12345大数据管理系统
  69. <!--<p><img src="img/sqLogo.png" class="logo" alt="" />华辉12345数据展示</p>-->
  70. <!--<ul class="navl clearfix">-->
  71. <!--<li><a href="index.html">来源渠道情况</a></li>
  72. <li><a href="jieDanBuMen.html">接单部门情况</a></li>
  73. <li><a href="touSuJuBao.html">投诉举报情况</a></li>-->
  74. <!--<li><a class="active" href="huaWuLiang.html">话务数量情况</a></li>-->
  75. <!--<li><a href="zhongXinDaShuJu.html">中心大数据</a></li>-->
  76. <!--<li><a href="fuWuZhiShi.html">服务知识</a></li>-->
  77. <!--</ul>-->
  78. </div>
  79. </div>
  80. <div class="huawu">
  81. <div class="containers container-fluid">
  82. <div class="row clearfix">
  83. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  84. <div class="row">
  85. <div class="box_title">
  86. 各渠道接入量展示
  87. </div>
  88. <div id="main1" style="height: 400px;"></div>
  89. </div>
  90. </div>
  91. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  92. <div class="row">
  93. <div class="box_title">
  94. 当日话务量总体统计
  95. </div>
  96. <div id="phone_num" style="height: 400px;"></div>
  97. </div>
  98. </div>
  99. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  100. <div class="row">
  101. <div class="box_title">
  102. 成员单位诉求办理量前五名
  103. </div>
  104. <div id="jtv_num" style="height: 400px;"></div>
  105. </div>
  106. </div>
  107. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  108. <div class="row">
  109. <!--<div class="biao-title">
  110. <div class="biao-title-l">
  111. 通话时长统计
  112. </div>
  113. </div>-->
  114. <div class="box_title">
  115. 通话时长统计
  116. </div>
  117. <div id="th_nums" style="height: 400px;"></div>
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </body>
  125. <script src="js/jquery.min.js"></script>
  126. <script src="js/echarts.min.js"></script>
  127. <script src="js/highcharts.js"></script>
  128. <script src="js/gray.js"></script>
  129. <script src="js/radialIndicator.js"></script>
  130. <script src="js/coment.js"></script>
  131. <script src="js/huawu.js"></script>
  132. </html>