Няма описание

sourceChannel.html 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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: 35px;
  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: 40px;
  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. .time_box1 {
  128. color: #00e9ff;
  129. position: absolute;
  130. top: 20px;
  131. right: 20px;
  132. }
  133. .boxwrap{
  134. width: 60%;
  135. height: 98%;
  136. float: left;
  137. text-align: center;
  138. }
  139. .smallbox{
  140. width: 38%;
  141. float: right;
  142. display: flex;
  143. flex-wrap: wrap;
  144. margin-top: 20px;
  145. margin-right: 20px;
  146. justify-content:space-between;
  147. }
  148. .smallimg{
  149. border: 2px solid #00E9FF;
  150. border-radius: 20px;
  151. margin-bottom: 20px;
  152. width: 48%;
  153. }
  154. .activeBox{
  155. border: 2px solid #3c920c;
  156. }
  157. .smallimg img{
  158. width: 100%;
  159. border-radius: 20px;
  160. display: block;
  161. height: 230px;
  162. }
  163. .bt{
  164. font-size: 32px;
  165. color: #FFFFFF;
  166. letter-spacing: 10px;
  167. }
  168. </style>
  169. </head>
  170. <body>
  171. <!--导航栏开始-->
  172. <div id="nav" class="clearfix">
  173. <div class="nav_left"><img src="img/nav_l.png" alt="" /></div>
  174. <div class="nav_middle">
  175. 安阳市12345大数据平台
  176. </div>
  177. <div class="nav_right"><img src="img/nav_r.png" alt="" /></div>
  178. </div>
  179. <!--导航栏结束-->
  180. <!--导航栏结束-->
  181. <div class="boxwrap">
  182. <p class="bt">接单部门</p>
  183. <div class="phone_top">
  184. <div class="legend_bar clearfix">
  185. <div class="title_word pull-left">
  186. <span class="col-line"></span> 受理群众区域统计
  187. </div>
  188. <div class="time_box1 pull-right form-inline">
  189. <!--地区选择:
  190. <select class="areaOne selects"></select>-->
  191. 日期<input type="text" id="time1" class="times" />
  192. </div>
  193. </div>
  194. <div id="part_1" style="width: 100%;height: 400px;"></div>
  195. </div>
  196. <!--<div class="row">-->
  197. <div class="phone_bottom clearfix">
  198. <div class="bottom_left pull-left">
  199. <div class="legend_bar clearfix">
  200. <div class="title_word pull-left">
  201. <span class="col-line"></span> 渠道来源统计
  202. </div>
  203. <div class="time_box pull-right form-inline">
  204. 日期<input type="text" id="time2" class="times" />
  205. </div>
  206. </div>
  207. <!--渠道来源统计-->
  208. <div id="source" style="width: 100%; height: 390px;"></div>
  209. </div>
  210. <div class="bottom_right pull-left">
  211. <div class="legend_bar clearfix">
  212. <div class="title_word pull-left">
  213. <span class="col-line"></span> 受理区域统计
  214. </div>
  215. <div class="time_box pull-right form-inline">
  216. 日期<input type="text" id="time3" class="times" />
  217. </div>
  218. </div>
  219. <div class="clearfix">
  220. <ul class="pull-left complaint_typeL" style=" width:25%;">
  221. <li>
  222. <span class="type_name">咨询</span> <span class="type_count">956</span>
  223. </li>
  224. <li>
  225. <span class="type_name">建议</span> <span class="type_count">956</span>
  226. </li>
  227. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  228. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  229. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  230. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  231. </ul>
  232. <!--投诉分类统计-->
  233. <div class="pull-left" id="part3" style=" width: 50%;height: 340px;"></div>
  234. <ul class="pull-left complaint_typeR" style=" width:25%;">
  235. <li>
  236. <span class="type_name">咨询</span> <span class="type_count">956</span>
  237. </li>
  238. <li>
  239. <span class="type_name">建议</span> <span class="type_count">956</span>
  240. </li>
  241. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  242. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  243. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  244. <li> <span class="type_name">咨询</span> <span class="type_count">956</span></li>
  245. </ul>
  246. </div>
  247. </div>
  248. </div>
  249. <!--</div>-->
  250. </div>
  251. <div class="smallbox">
  252. <div class="smallimg index">
  253. <img src="./img/background01.png" >
  254. </div>
  255. <div class="smallimg second">
  256. <img src="./img/background02.png" >
  257. </div>
  258. <div class="smallimg third">
  259. <img src="./img/background03.png" >
  260. </div>
  261. <div class="smallimg fourth">
  262. <img src="./img/background04.png" >
  263. </div>
  264. <div class="smallimg activeBox">
  265. <img src="./img/background05.png" >
  266. </div>
  267. <div class="smallimg" id="department">
  268. <img src="./img/background06.png" >
  269. </div>
  270. <div class="smallimg" id="call">
  271. <img src="./img/background07.png" >
  272. </div>
  273. <div class="smallimg" id="complaint">
  274. <img src="./img/background08.png" >
  275. </div>
  276. </div>
  277. <script src="js/sourceChannel.js"></script>
  278. <script src="js/setItervalTime.js"></script>
  279. </body>
  280. </html>