新野县12345_前端

sourceChannel.html 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. .selects {
  14. height: initial;
  15. }
  16. #time2,
  17. #time3 {
  18. width: 198px;
  19. }
  20. .phone_bottom>div:last-child {
  21. width: 49%;
  22. margin-left: 1%;
  23. background: url(img/jd_bg2.png) no-repeat center;
  24. background-size: 100% 100%;
  25. }
  26. .phone_bottom>div:first-child {
  27. background: url(img/jd_bg2.png) no-repeat center;
  28. background-size: 100% 100%;
  29. width: 50%;
  30. }
  31. .phone_bottom>div:first-child table {
  32. width: 95%;
  33. margin: 0 auto;
  34. color: #fff;
  35. font-size: 12px;
  36. }
  37. .table_box {
  38. margin-top: 30px;
  39. }
  40. .table>tbody>tr>td {
  41. border-top: 1px solid #3160a2;
  42. }
  43. .table>thead>tr>td {
  44. border-top: 2px solid #3160a2;
  45. }
  46. .text_color1 {
  47. color: #00e9ff;
  48. }
  49. .text_color2 {
  50. color: #ec6969;
  51. }
  52. .text_color3 {
  53. color: #95e193;
  54. }
  55. table thead,
  56. tbody tr {
  57. display: table;
  58. width: 100%;
  59. table-layout: fixed;
  60. }
  61. .quadrangle {
  62. display: inline-block;
  63. width: 9px;
  64. height: 20px;
  65. background: #69e1a9;
  66. transform: skewX(20deg);
  67. }
  68. .bottom_right li {
  69. position: relative;
  70. width: 134px;
  71. height: 20px;
  72. line-height: 15px;
  73. margin-top: 26px;
  74. }
  75. .bottom_right ul.complaint_typeL li{
  76. text-align: right;
  77. margin-left: 30px;
  78. }
  79. .bottom_right ul.complaint_typeR li{
  80. text-align: left;
  81. /*margin-right: 25px;*/
  82. }
  83. .bottom_right ul li:nth-of-type(1) {
  84. margin-top: 50px;
  85. background: url(img/sbx_line0.png) no-repeat;
  86. }
  87. .bottom_right ul li:nth-of-type(2) {
  88. background: url(img/sbx_line1.png) no-repeat;
  89. }
  90. .bottom_right ul.complaint_typeR li:nth-of-type(1) {
  91. background: url(img/sbx_liner0.png) no-repeat;
  92. }
  93. .bottom_right ul.complaint_typeR li:nth-of-type(2) {
  94. background: url(img/sbx_liner1.png) no-repeat;
  95. }
  96. .bottom_right ul li:nth-of-type(3) {
  97. background: url(img/sbx_line2.png) no-repeat;
  98. }
  99. .bottom_right ul.complaint_typeR li:nth-of-type(3) {
  100. background: url(img/sbx_liner2.png) no-repeat;
  101. }
  102. .bottom_right ul li:nth-of-type(4) {
  103. background: url(img/sbx_line3.png) no-repeat;
  104. }
  105. .bottom_right ul.complaint_typeR li:nth-of-type(4) {
  106. background: url(img/sbx_liner3.png) no-repeat;
  107. }
  108. .bottom_right ul li:nth-of-type(5) {
  109. background: url(img/sbx_line4.png) no-repeat;
  110. }
  111. .bottom_right ul.complaint_typeR li:nth-of-type(5) {
  112. background: url(img/sbx_liner4.png) no-repeat;
  113. }
  114. .bottom_right ul li:nth-of-type(6) {
  115. background: url(img/sbx_line5.png) no-repeat;
  116. }
  117. .bottom_right ul.complaint_typeR li:nth-of-type(6) {
  118. background: url(img/sbx_liner5.png) no-repeat;
  119. }
  120. .type_name {
  121. color: #00e9ff;
  122. }
  123. .type_count {
  124. color: #fff;
  125. margin-left: 18px;
  126. }
  127. </style>
  128. </head>
  129. <body>
  130. <!--导航栏开始-->
  131. <div id="nav" class="clearfix">
  132. <div class="nav_left"><img src="img/nav_l.png" alt="" /></div>
  133. <div class="nav_middle">
  134. <ul class="clearfix">
  135. <li>
  136. <a href="./sourceChannel.html"><img src="img/lyqd_1.png" alt="" /></a>
  137. </li>
  138. <li>
  139. <a href="./receiptDepartment.html"><img src="img/jdbm_0.png" alt="" /></a>
  140. </li>
  141. <li>
  142. <a href="./index.html"><img src="img/title.png" alt="" /></a>
  143. </li>
  144. <li>
  145. <a href="./TelephoneDetails.html"><img src="img/hwsl_0.png" alt="" /></a>
  146. </li>
  147. <li>
  148. <a href="./complaintsReport.html"><img src="img/tsjb_0.png" alt="" /></a>
  149. </li>
  150. </ul>
  151. </div>
  152. <div class="nav_right"><img src="img/nav_r.png" alt="" /></div>
  153. </div>
  154. <!--导航栏结束-->
  155. <div id="wrap" class="container">
  156. <div class="phone_top">
  157. <div class="legend_bar clearfix">
  158. <div class="title_word pull-left">
  159. <span class="col-line"></span> 受理群众区域统计
  160. </div>
  161. <div class="time_box pull-right form-inline">
  162. 日期<input type="text" id="time1" class="times" />
  163. </div>
  164. </div>
  165. <div id="part_1" style="width: 100%;height: 400px;"></div>
  166. </div>
  167. <!--<div class="row">-->
  168. <div class="phone_bottom clearfix">
  169. <div class="bottom_left pull-left">
  170. <div class="legend_bar clearfix">
  171. <div class="title_word pull-left">
  172. <span class="col-line"></span> 渠道来源统计
  173. </div>
  174. <div class="time_box pull-right form-inline">
  175. 日期<input type="text" id="time2" class="times" />
  176. </div>
  177. </div>
  178. <!--渠道来源统计-->
  179. <div id="source" style="width: 100%; height: 390px;"></div>
  180. </div>
  181. <div class="bottom_right pull-left">
  182. <div class="legend_bar clearfix">
  183. <div class="title_word pull-left">
  184. <span class="col-line"></span> 受理区域统计
  185. </div>
  186. <div class="time_box pull-right form-inline">
  187. 日期<input type="text" id="time3" class="times" />
  188. </div>
  189. </div>
  190. <div class="clearfix">
  191. <ul class="pull-left complaint_typeL" style=" width:25%;">
  192. <li>
  193. <span class="type_name">咨询</span> <span class="type_count">0</span>
  194. </li>
  195. <li>
  196. <span class="type_name">建议</span> <span class="type_count">0</span>
  197. </li>
  198. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  199. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  200. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  201. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  202. </ul>
  203. <!--投诉分类统计-->
  204. <div class="pull-left" id="part3" style=" width: 50%;height: 340px;"></div>
  205. <ul class="pull-left complaint_typeR" style=" width:25%;">
  206. <li>
  207. <span class="type_name">咨询</span> <span class="type_count">0</span>
  208. </li>
  209. <li>
  210. <span class="type_name">建议</span> <span class="type_count">0</span>
  211. </li>
  212. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  213. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  214. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  215. <li> <span class="type_name">咨询</span> <span class="type_count">0</span></li>
  216. </ul>
  217. </div>
  218. </div>
  219. </div>
  220. <!--</div>-->
  221. </div>
  222. <script src="js/sourceChannel.js"></script>
  223. <script src="js/setItervalTime.js"></script>
  224. </body>
  225. </html>