鑫苑新版本前端代码

huaWuLiang.html 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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: radial-gradient(circle, rgb(18, 38, 106), rgb(0, 2, 33));
  16. background-size: 100% 100%!important;
  17. }
  18. .huawu {
  19. width: 97%;
  20. margin: 0 auto;
  21. }
  22. .tu_box > div {
  23. width: 100%;
  24. margin: 0 auto;
  25. /*box-shadow: 1px 1px 18px #4485f0 inset;*/
  26. padding-bottom: 10px;
  27. background: url(img/jd_bg3.png) no-repeat;
  28. background-size: 100% 100%;
  29. }
  30. .tu_box {
  31. margin-bottom: 20px;
  32. }
  33. .navcon {
  34. border-bottom: 0;
  35. }
  36. .navbox {
  37. background: url(img/nav_03.png) no-repeat;
  38. background-size: 100% 100%;
  39. margin: 0 auto;
  40. color: #fff;
  41. font-weight: bold;
  42. font-size: 20px;
  43. text-align: center;
  44. line-height: 60px;
  45. letter-spacing: 15px;
  46. }
  47. .title {
  48. background: url(img/title_02.png) no-repeat;
  49. background-size: 100% 100%;
  50. width: 600px;
  51. margin: 0 auto;
  52. height: 75px;
  53. margin-bottom: 50px;
  54. }
  55. .box_title {
  56. text-align: center;
  57. color: #fff;
  58. height: 35px;
  59. width: 100%;
  60. line-height: 35px;
  61. margin-top: 10px;
  62. }
  63. </style>
  64. </head>
  65. <body>
  66. <div class="huaWuBox">
  67. <div class="navcon ">
  68. <div class="title">
  69. </div>
  70. <div class="navbox">
  71. 鑫苑物业呼叫中心管理系统
  72. </div>
  73. </div>
  74. <div class="huawu">
  75. <div class="containers container-fluid">
  76. <div class="row clearfix">
  77. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  78. <div class="row">
  79. <div class="box_title">
  80. 话务量实时数据统计
  81. </div>
  82. <div id="main1" style="height: 400px;"></div>
  83. </div>
  84. </div>
  85. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  86. <div class="row">
  87. <div class="box_title">
  88. 当日话务量总体统计
  89. </div>
  90. <div id="phone_num" style="height: 400px;"></div>
  91. </div>
  92. </div>
  93. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  94. <div class="row">
  95. <div class="box_title">
  96. 接通率统计
  97. </div>
  98. <div id="jtv_num" style="height: 400px;"></div>
  99. </div>
  100. </div>
  101. <div class="tu_box col-lg-6 col-md-6 col-sm-6">
  102. <div class="row">
  103. <div class="box_title">
  104. 通话时长统计
  105. </div>
  106. <div id="th_nums" style="height: 400px;"></div>
  107. </div>
  108. </div>
  109. <!--<div class="tu_box col-lg-4 col-md-4 col-sm-6">
  110. <div class="row">
  111. <div class="box_title">
  112. 坐席闲忙比例
  113. </div>
  114. <div id="main" style="height: 400px;"></div>
  115. </div>
  116. </div>-->
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. </body>
  122. <script src="js/jquery.min.js"></script>
  123. <script src="js/echarts.min.js"></script>
  124. <script src="js/highcharts.js"></script>
  125. <script src="js/gray.js"></script>
  126. <script src="js/radialIndicator.js"></script>
  127. <script src="js/coment.js"></script>
  128. <script src="js/huawu.js"></script>
  129. </html>