Sin descripción

sourceChannel.html 7.9KB

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