No Description

TelephoneDetails.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <!--优先使用 IE 最新版本和 Chrome-->
  7. <meta name="renderer" content="webkit" />
  8. <script src="Script/Common/huayi.load.js"></script>
  9. <script src="Script/Common/huayi.config.js"></script>
  10. <link rel="stylesheet" href="css/index.css" />
  11. <title>话务量详情页</title>
  12. <style>
  13. #time1{
  14. width: 199px;
  15. }
  16. .phone_bottom >div:last-child{
  17. width: 40%;
  18. margin-left: 1%;
  19. background: url(img/jd_bg3.png) no-repeat center;
  20. background-size: 100% 100%;
  21. }
  22. .phone_bottom >div:first-child{
  23. background: url(img/jd_bg2.png) no-repeat center;
  24. background-size: 100% 100%;
  25. width: 59%;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <!--导航栏开始-->
  31. <div id="nav" class="clearfix">
  32. <div class="nav_left"><img src="img/nav_l.png" alt="" /></div>
  33. <div class="nav_middle">
  34. <ul class="clearfix">
  35. <li>
  36. <a href="./sourceChannel.html"><img src="img/lyqd_0.png" alt="" /></a>
  37. </li>
  38. <li>
  39. <a href="./receiptDepartment.html"><img src="img/jdbm_0.png" alt="" /></a>
  40. </li>
  41. <li>
  42. <a href="./index.html"><img src="img/title.png" alt="" /></a>
  43. </li>
  44. <li>
  45. <a href="./TelephoneDetails.html"><img src="img/hwsl_1.png" alt="" /></a>
  46. </li>
  47. <li>
  48. <a href="./complaintsReport.html"><img src="img/tsjb_0.png" alt="" /></a>
  49. </li>
  50. </ul>
  51. </div>
  52. <div class="nav_right"><img src="img/nav_r.png" alt="" /></div>
  53. </div>
  54. <!--导航栏结束-->
  55. <div id="wrap" class="container">
  56. <div class="phone_top">
  57. <div class="legend_bar clearfix">
  58. <div class="title_word pull-left">
  59. <span class="col-line"></span> 坐席闲忙比例
  60. </div>
  61. <div class="time_box pull-right form-inline">
  62. 地区选择:
  63. <select class="areaOne selects" style="height: 30px;"></select>
  64. 日期<input type="text" id="time1" class="times" />
  65. </div>
  66. </div>
  67. <div id="sitProportion" style=" width: 100%;height: 400px;"></div>
  68. </div>
  69. <!--<div class="row">-->
  70. <div class="phone_bottom clearfix">
  71. <div class="bottom_left pull-left">
  72. <div class="legend_bar clearfix">
  73. <div class="title_word pull-left">
  74. <span class="col-line"></span> 话务量实时统计数据
  75. </div>
  76. <div class="time_box pull-right form-inline">
  77. 日期<input type="text" id="time2" class="times" />
  78. </div>
  79. </div>
  80. <!--话务量实时统计-->
  81. <div id="phoneTimeCount" style="width: 100%;height: 390px;"></div>
  82. </div>
  83. <div class="bottom_right pull-left">
  84. <div class="legend_bar clearfix">
  85. <div class="title_word pull-left">
  86. <span class="col-line"></span> 今日话务量数据
  87. </div>
  88. <div class="time_box pull-right form-inline">
  89. 日期<input type="text" id="time3" class="times"/>
  90. </div>
  91. </div>
  92. <!--今日话务量数据-->
  93. <div id="todyPhoneCount" style="width: 100%;height: 390px;"></div>
  94. </div>
  95. </div>
  96. <!--</div>-->
  97. </div>
  98. <script src="js/TelephoneDetails.js"></script>
  99. <script src="js/setItervalTime.js"></script>
  100. </body>
  101. </html>