enter_showLight.html 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>南岸区大屏</title>
  6. <link rel="stylesheet" type="text/css" href="css/index.css"/>
  7. <style type="text/css">
  8. html,
  9. body {
  10. width: 1150px;
  11. padding: 0;
  12. margin: 0;
  13. }
  14. .one-title {
  15. height: 20%;
  16. width: 100%;
  17. background-image: url(img/nanan-title.png);
  18. background-size: 100% 100%;
  19. background-repeat: no-repeat;
  20. }
  21. @font-face {
  22. font-family: RUIZIZHENYANTIMIANFEISHANGYONG;
  23. src: url(./font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
  24. }
  25. /* 第三名动画 */
  26. .div1 {
  27. height: 72px;
  28. position: relative;
  29. margin-top: 22px;
  30. }
  31. .div2 {
  32. width: 100%;
  33. height: 72px;
  34. background: none;
  35. position: absolute;
  36. left: 0;
  37. bottom: 0;
  38. }
  39. .mask {
  40. width: 100%;
  41. /* height: 72px; */
  42. /* 高度是变量 */
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. /* top是变量 */
  47. */
  48. }
  49. .mask {
  50. animation: animate 5s ease infinite;
  51. overflow: hidden;
  52. }
  53. @keyframes animate {
  54. from {
  55. height: 0px;
  56. top: 72px;
  57. opacity: 0;
  58. }
  59. to {
  60. height: 72px;
  61. top: 0px;
  62. opacity: 1;
  63. }
  64. }
  65. /* 第一名动画 */
  66. .divOne {
  67. height: 92px;
  68. position: relative;
  69. margin-top: 2px;
  70. overflow: hidden;
  71. }
  72. .divTwo {
  73. width: 100%;
  74. height: 92px;
  75. background: none;
  76. position: absolute;
  77. left: 0;
  78. bottom: 0;
  79. }
  80. .maskOne {
  81. width: 100%;
  82. position: absolute;
  83. left: 0;
  84. top: 0;
  85. }
  86. .maskOne {
  87. animation: animateOne 6s 2s ease infinite;
  88. overflow: hidden;
  89. opacity: 0;
  90. }
  91. @keyframes animateOne {
  92. from {
  93. height: 0px;
  94. top: 92px;
  95. opacity: 0;
  96. }
  97. to {
  98. height: 92px;
  99. top: 0px;
  100. opacity: 1;
  101. }
  102. }
  103. /* 第三名动画 */
  104. .divT {
  105. height: 52px;
  106. position: relative;
  107. margin-top: 42px;
  108. overflow: hidden;
  109. }
  110. .divThri {
  111. width: 100%;
  112. height: 52px;
  113. background: none;
  114. position: absolute;
  115. left: 0;
  116. bottom: 0;
  117. }
  118. .maskTwo {
  119. width: 100%;
  120. /* height: 72px; */
  121. /* 高度是变量 */
  122. position: absolute;
  123. left: 0;
  124. top: 0;
  125. /* top是变量 */
  126. */
  127. }
  128. .maskTwo {
  129. animation: animateTwo 6s ease infinite;
  130. overflow: hidden;
  131. }
  132. @keyframes animateTwo {
  133. from {
  134. height: 0px;
  135. top: 52px;
  136. opacity: 0;
  137. }
  138. to {
  139. height: 52px;
  140. top: 0px;
  141. opacity: 1;
  142. }
  143. }
  144. .logo {
  145. background-image: none;
  146. text-align: left;
  147. padding-left: 20px;
  148. font-family: RUIZIZHENYANTIMIANFEISHANGYONG;
  149. color: #333;
  150. background-color: #fff;
  151. box-sizing: border-box;
  152. width: 50%;
  153. letter-spacing: 4px;
  154. }
  155. .OneList {
  156. top: 15px;
  157. }
  158. .all {
  159. width: 1150px;
  160. position: relative;
  161. background-color: #EAF1F8;
  162. min-width: 1150px;
  163. }
  164. .topList .title {
  165. color: #333;
  166. text-shadow: none;
  167. position: relative;
  168. }
  169. .reportPartsPieList div {
  170. background-image: none;
  171. width: 177px;
  172. margin-top: 20px;
  173. }
  174. .commentsList {
  175. margin: 0;
  176. display: inline-block;
  177. }
  178. .commentsList > div {
  179. height: 60px;
  180. width: 100%;
  181. background-image: none;
  182. background-size: 100% 100%;
  183. display: inline-flex;
  184. align-items: center;
  185. background-repeat: no-repeat;
  186. margin-bottom: 0px;
  187. }
  188. .bookBarTxt span {
  189. vertical-align: top;
  190. }
  191. .num {
  192. color: #333;
  193. font-size: 12px;
  194. }
  195. .linghtBlue {
  196. color: #333;
  197. font-size: 12px;
  198. font-weight: bold;
  199. }
  200. .commentsList span:last-child {
  201. font-size: 12px;
  202. color: #999;
  203. }
  204. .itemAll > div > span:not(:last-child) {
  205. background-image: none;
  206. background-color: rgba(182, 182, 182, 0.3);
  207. height: 100%;
  208. display: inline-block;
  209. width: 54px;
  210. line-height: 80px;
  211. text-align: center;
  212. font-size: 40px;
  213. color: #999;
  214. margin-right: 2px;
  215. }
  216. .bookDetail-main li {
  217. color: #333;
  218. font-weight: bold;
  219. width: 17%;
  220. }
  221. .lineCon {
  222. background-image: url(./img/lightList.png);
  223. background-size: 100% 100%;
  224. background-repeat: no-repeat;
  225. width: 60%;
  226. height: 185px;
  227. margin: 20px auto;
  228. position: relative;
  229. margin-left: 110px;
  230. }
  231. .bookDetail-stu,
  232. .bookDetail-allstu {
  233. padding: 1px;
  234. color: #fff;
  235. }
  236. .listCon {
  237. left: -77px;
  238. }
  239. .bookDetail-main ul li:first-child {
  240. width: 30px;
  241. }
  242. .licontainerGow {
  243. padding-left: 0px;
  244. }
  245. .licontainer {
  246. height: 300px;
  247. }
  248. .topList .title::after {
  249. content: '';
  250. position: absolute;
  251. width: 10px;
  252. height: 10px;
  253. background-color: orange;
  254. border-radius: 50%;
  255. top: 9px;
  256. left: -15px;
  257. box-shadow: 0 0 10px #f7f7f7, 0 0 20px orange, 0 0 30px orange;
  258. }
  259. .topList .title::after {
  260. content: '';
  261. position: absolute;
  262. width: 10px;
  263. height: 10px;
  264. background-color: #0990F8;
  265. border-radius: 50%;
  266. top: 9px;
  267. left: -15px;
  268. box-shadow: 0 0 10px #f7f7f7, 0 0 20px #0990F8, 0 0 30px #0990F8;
  269. }
  270. .bookBar {
  271. border-bottom: 5px solid #ccc;
  272. }
  273. .Topblue {
  274. color: #999;
  275. }
  276. .topOne ul,
  277. .topTwo ul,
  278. .topThri ul {
  279. color: #333;
  280. width: 70%;
  281. }
  282. .lineCon img {
  283. position: absolute;
  284. width: 120px;
  285. height: 120px;
  286. top: 89px;
  287. left: -34px;
  288. opacity: 0.6;
  289. animation: rotate 15s linear infinite;
  290. }
  291. .topList img {
  292. margin: 52px 30px 0 40px;
  293. width: 50px;
  294. height: 50px;
  295. }
  296. .topList {
  297. background: #fff;
  298. }
  299. .topList i {
  300. font-size: 20px;
  301. font-weight: bold;
  302. }
  303. .topList li {
  304. position: relative;
  305. }
  306. .topList li:not(:last-child)::before {
  307. content: '';
  308. position: absolute;
  309. width: 1px;
  310. height: 30px;
  311. /* border-right: 1px solid red; */
  312. background-color: #ccc;
  313. right: -7px;
  314. top: 17px;
  315. box-shadow: 0 0 10px #f7f7f7, 0 0 20px #ccc, 0 0 30px #ccc;
  316. }
  317. .bookDetail-title span {
  318. background-color: #333;
  319. }
  320. .topOne,
  321. .topTwo,
  322. .topThri {
  323. background-image: none;
  324. }
  325. .topTwo::before {
  326. content: '';
  327. position: absolute;
  328. width: 1px;
  329. height: 90px;
  330. background-color: #999;
  331. right: 5px;
  332. top: 60px;
  333. }
  334. .topOne::before {
  335. content: '';
  336. position: absolute;
  337. width: 1px;
  338. height: 90px;
  339. background-color: #999;
  340. right: 5px;
  341. top: 60px;
  342. }
  343. .bookDetail,
  344. .allInOne,
  345. .reportParts,
  346. .itemAll,
  347. .departmentDetail,
  348. .comments,
  349. .line {
  350. background-image: none;
  351. background-color: #fff;
  352. }
  353. .bookDetail-title {
  354. color: #333;
  355. }
  356. .bookDetail-title:nth-of-type(2) {
  357. margin-top: 10px;
  358. }
  359. .allInOne .title,
  360. .bookDetail .title,
  361. .reportParts .title,
  362. .departmentDetail .title,
  363. .comments .title,
  364. .itemAll .title,
  365. .line .title {
  366. color: #333;
  367. text-align: left;
  368. text-shadow: none;
  369. margin-left: 10px;
  370. }
  371. .bookDetailOne {
  372. margin-top: 0px;
  373. }
  374. .bookBarTxt,
  375. .bookBar-topTxt {
  376. font-size: 18px;
  377. color: #333;
  378. }
  379. .itemAll > div > span:last-child {
  380. color: #999;
  381. }
  382. .allInOne-conB div,
  383. .allInOne-conT div {
  384. width: 48%;
  385. height: 100px;
  386. background-image: url(./img/lightBlue.png);
  387. background-size: 100% 100%;
  388. line-height: 100px;
  389. display: flex;
  390. justify-content: space-around;
  391. }
  392. .allInOne-conB div,
  393. .allInOne-conT div:nth-last-of-type(2) {
  394. background-image: url(./img/lightOrange.png);
  395. }
  396. .allInOne-conB div,
  397. .allInOne-conT div:nth-last-of-type(3) {
  398. background-image: url(./img/lightBluel.png);
  399. }
  400. .allInOne-con > div.allInOne-conB > div:nth-child(2) {
  401. background-image: url(./img/lightGreen.png);
  402. }
  403. .reportPartsPieList {
  404. margin-top: 0px;
  405. }
  406. .bookBarTxt {
  407. font-size: 14px;
  408. }
  409. .link-list {
  410. border: 0.01rem solid #2a89ec;
  411. text-align: center;
  412. height: 20px;
  413. margin-bottom: 5px;
  414. font-size: 12px;
  415. line-height: 20px;
  416. border-radius: 5px;
  417. }
  418. a {
  419. color: #fff;
  420. }
  421. .link-list a {
  422. color: #2a89ec;
  423. }
  424. .link-list:hover {
  425. background-color: #2a89ec;
  426. color: #fff;
  427. }
  428. .link-list:hover a {
  429. color: #fff;
  430. }
  431. </style>
  432. </head>
  433. <body onload="southload()">
  434. <div class="all all_enter_show">
  435. <div
  436. style="display: flex;justify-content: space-between;background-color: #fff;border-bottom: 2px solid #C1C1C1;;">
  437. <div class="logo">
  438. 南岸区政务服务数据统计分析
  439. </div>
  440. <div class="showTime" style="position: inherit;margin-top: 31px;color: #0990F8;">
  441. <div class="timeDeatil" style="line-height: 42px;">10:12:23</div>
  442. <div class="dateLine" style="line-height: 42px;margin-right: 10px;">|</div>
  443. <div>
  444. <p class="dateMon">星期四</p>
  445. <p class="dateDeatil">2021-09-12</p>
  446. </div>
  447. </div>
  448. </div>
  449. <div class="main-container">
  450. <div class="topList">
  451. <div class="topOne" id="week">
  452. <p class="title">本周办件数</p>
  453. <img src='img/listWeek-icon.png'>
  454. <ul>
  455. <li><span class="Topblue">申报</span><br/><i class="numChange" id="weekDeclare">0</i>
  456. </li>
  457. <li><span class="Topblue">受理</span><br/><i class="numChange" id="weekAcceptance">0</i>
  458. </li>
  459. <li><span class="Topblue">办结</span><br/><i class="numChange" id="weekConclude">0</i></li>
  460. </ul>
  461. </div>
  462. <div class="topTwo" id="year">
  463. <p class="title">本年办件数</p>
  464. <img src="img/listYear-icon.png">
  465. <ul>
  466. <li><span class="Topblue">申报</span><br/><i class="numChange" id="yearDeclare">0</i>
  467. </li>
  468. <li><span class="Topblue">受理</span><br/><i class="numChange" id="yearAcceptance">0</i>
  469. </li>
  470. <li><span class="Topblue">办结</span><br/><i class="numChange" id="yearConclude">0</i></li>
  471. </ul>
  472. </div>
  473. <div class="topThri" id="month">
  474. <p class="title">本月办件数</p>
  475. <img src="img/listMonth-icon.png">
  476. <ul>
  477. <li><span class="Topblue">申报</span><br/><i class="numChange" id="monthDeclare">0</i>
  478. </li>
  479. <li><span class="Topblue">受理</span><br/><i class="numChange" id="monthAcceptance">0</i>
  480. </li>
  481. <li><span class="Topblue">办结</span><br/><i class="numChange" id="monthConclude">0</i>
  482. </li>
  483. </ul>
  484. </div>
  485. </div>
  486. <div class="bottomList">
  487. <div class="Bottomone">
  488. <div class="bookDetail">
  489. <div class="title">部门办件情况</div>
  490. <div class="bookDetailOne">
  491. <div class="bookDetail-title">
  492. <span></span>
  493. 本月部门办件排序
  494. </div>
  495. <div class="booktop">
  496. <div class="bookBar">
  497. <div class="div1">
  498. <!-- <div id="chartsAll"></div> -->
  499. <div class="mask">
  500. <div class="bookBar-topTxt" id="second_number">2500件</div>
  501. <div class="div2">
  502. <div class="fontNum">2</div>
  503. </div>
  504. </div>
  505. </div>
  506. <div class="divOne">
  507. <!-- <div id="chartsAll"></div> -->
  508. <div class="maskOne">
  509. <div class="bookBar-topTxt" id="first_number"><img
  510. src="img/皇冠.png">3500件
  511. </div>
  512. <div class="divTwo">
  513. <div class="fontNumOne">1</div>
  514. </div>
  515. </div>
  516. </div>
  517. <div class="divT">
  518. <!-- <div id="chartsAll"></div> -->
  519. <div class="maskTwo">
  520. <div class="bookBar-topTxt" id="third_number">1100件</div>
  521. <div class="divThri">
  522. <div class="fontNumTwo">3</div>
  523. </div>
  524. </div>
  525. </div>
  526. </div>
  527. <div class="bookBarTxt">
  528. <span id="second_name">区医保局</span>
  529. <span id="first_name">区人社局 </span>
  530. <span id="third_name">区市场监管局 </span>
  531. </div>
  532. </div>
  533. </div>
  534. <div class="bookDetailOne">
  535. <div class="bookDetail-title" style="margin-top: 10px;">
  536. <span></span>
  537. 事项排序
  538. </div>
  539. <div class="booktop">
  540. <div class="bookBar detailOne">
  541. <div class="div1">
  542. <div class="mask">
  543. <div class="bookBar-topTxt" id="matter_sort_two_number">1927件</div>
  544. <div class="div2">
  545. <div class="fontNum">2</div>
  546. </div>
  547. </div>
  548. </div>
  549. <div class="divOne">
  550. <div class="maskOne">
  551. <div class="bookBar-topTxt" id="matter_sort_one_number"><img
  552. src="img/皇冠.png"></div>
  553. <div class="divTwo">
  554. <div class="fontNumOne">1</div>
  555. </div>
  556. </div>
  557. </div>
  558. <div class="divT">
  559. <div class="maskTwo">
  560. <div class="bookBar-topTxt" id="matter_sort_three_number">1461件</div>
  561. <div class="divThri">
  562. <div class="fontNumTwo">3</div>
  563. </div>
  564. </div>
  565. </div>
  566. </div>
  567. <div class="bookBarTxt">
  568. <span id="matter_sort_two">个体工商户注销登记</span>
  569. <span id="matter_sort_one">个体工商户设立登记 </span>
  570. <span id="matter_sort_three">内资企业及分支机构变更登记 </span>
  571. </div>
  572. </div>
  573. </div>
  574. </div>
  575. <div class="departmentDetail" id="good_or_bad">
  576. <div class="title">好差评</div>
  577. <div style="width:100%;display:flex;justify-content: space-evenly;">
  578. <div class="link-box r" style="width:90px;margin:0 10px;">
  579. <div class="link-list">
  580. <a href="https://zwykb.cq.gov.cn/cbl/grzx/?my-work/my-works"
  581. target="_blank">评价我的办件</a>
  582. </div>
  583. <div class="link-list">
  584. <a href="https://zwykb.cq.gov.cn/cbl/grzx/?my-work/my-works"
  585. target="_blank">评价窗口人员</a>
  586. </div>
  587. <div class="link-list">
  588. <a href="https://zwykb.cq.gov.cn/hcp/pj/" target="_blank">评价办事指南</a>
  589. </div>
  590. <div class="link-list">
  591. <a href="https://zwykb.cq.gov.cn/hcp/?comment/commentWorkGuide"
  592. target="_blank">评价服务应用</a>
  593. </div>
  594. <div class="link-list">
  595. <a href="https://zwykb.cq.gov.cn/cbl/grzx/?my-papers" target="_blank">评价电子证照</a>
  596. </div>
  597. </div>
  598. <div class="commentsList">
  599. <div>
  600. <img src="img/评价总量小元素.png"
  601. style="margin-left: 10px;margin-top: 9px;width: 44px;">
  602. <div class="" style="margin-left:23px;">
  603. <p class="num">本年评价总量</p>
  604. <i class="linghtBlue"><span id="timer20">205165</span><span>条</span></i>
  605. </div>
  606. </div>
  607. </br>
  608. <div>
  609. <img src="img/满意度小元素.png"
  610. style="margin-left: 10px;margin-top: 9px;width: 44px;">
  611. <div class="" style="margin-left: 23px;">
  612. <p class="num">满意度</p>
  613. <i class="linghtBlue"><span id="timer21">100</span>%<span></span></i>
  614. </div>
  615. </div>
  616. </div>
  617. </div>
  618. <div class="commentsBar" id="main" style="width: 100%;height:100px;">
  619. </div>
  620. </div>
  621. </div>
  622. <div class="Bottomtwo">
  623. <div class="allInOne">
  624. <div class="title">一窗通办</div>
  625. <div class="allInOne-con">
  626. <div class="allInOne-conT">
  627. <div><span style="color: #fff;font-size: 16px;">申请数</span>
  628. <i id="timer10" class="numChange"
  629. style="color: #fff;font-size: 24px;font-weight: bold;">52400</i>
  630. </div>
  631. <div><span style="color: #fff;font-size: 16px;">办件数</span>
  632. <i id="timer11" class="numChange"
  633. style="color: #fff;font-size: 24px;font-weight: bold;">52387</i>
  634. </div>
  635. </div>
  636. <div class="allInOne-conB">
  637. <div><span style="color: #fff;font-size: 16px;">不予受理数</span>
  638. <i id="timer12" class="numChange"
  639. style="color: #fff;font-size: 24px;font-weight: bold;">13</i>
  640. </div>
  641. <div><span style="color: #fff;font-size: 16px;">办结数</span>
  642. <i id="timer13" class="numChange"
  643. style="color: #fff;font-size: 24px;font-weight: bold;">52307</i>
  644. </div>
  645. </div>
  646. </div>
  647. </div>
  648. <div class="comments">
  649. <div class="title">实时办件详情</div>
  650. <div class="bookDetail-main">
  651. <ul style="display: flex;margin-top: 21px;">
  652. <li>状态</li>
  653. <li>受理部门</li>
  654. <li>办理名称</li>
  655. <li>受理日期</li>
  656. <li>承诺日期</li>
  657. </ul>
  658. <div class="licontainer">
  659. <div class="licontainerGow" id="handling_info">
  660. <!-- <ul style="display: flex;">
  661. <li><span class="bookDetail-stu">在办</span></li>
  662. <li>市场监管局</li>
  663. <li class="txtOverHidden">个体工商户设立登记</li>
  664. <li class="txtOverHidden">2021.05.07</li>
  665. <li class="txtOverHidden">2021.05.08</li>
  666. </ul>
  667. <ul style="display: flex;">
  668. <li><span class="bookDetail-allstu">办结</span></li>
  669. <li>市场监管局</li>
  670. <li class="txtOverHidden">关于*个体工商户注销登记的业务</li>
  671. <li>2021.05.07</li>
  672. <li>2021.05.08</li>
  673. </ul>
  674. <ul style="display: flex;">
  675. <li><span class="bookDetail-allstu">办结</span></li>
  676. <li>南岸区交通局</li>
  677. <li class="txtOverHidden">网络预约出租汽车车辆许可</li>
  678. <li>2021.05.07</li>
  679. <li>2021.05.08</li>
  680. </ul>
  681. <ul style="display: flex;">
  682. <li><span class="bookDetail-allstu">办结</span></li>
  683. <li>区卫健委</li>
  684. <li class="txtOverHidden">(含外国医师来华短期行医许可,台湾地区医师在大陆短期行医许可,香港、澳门特别行政区医师在内地短期行医许可)(同一执业地点多执业机构备案)</li>
  685. <li>2021.05.07</li>
  686. <li>2021.05.08</li>
  687. </ul>
  688. <ul style="display: flex;">
  689. <li><span class="bookDetail-allstu">办结</span></li>
  690. <li>卫健委</li>
  691. <li class="txtOverHidden">关于重庆艾美齿口腔诊所有限公司南岸六公里口腔诊所医疗机构执业登记(申请变更法定代表人或主要负责人)的业务</li>
  692. <li>2021.05.07</li>
  693. <li>2021.05.08</li>
  694. </ul>
  695. <ul style="display: flex;">
  696. <li><span class="bookDetail-allstu">办结</span></li>
  697. <li>区卫健委</li>
  698. <li class="txtOverHidden">含外国医师来华短期行医许可,台湾地区医师在大陆短期行医许可,香港、澳门特别行政区医师在内地短期行医许可)(变更执业地点)</li>
  699. <li>2021.05.07</li>
  700. <li>2021.05.08</li>
  701. </ul>
  702. <ul style="display: flex;">
  703. <li><span class="bookDetail-allstu">办结</span></li>
  704. <li>卫健委</li>
  705. <li class="txtOverHidden">关于廖英公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(注销)的业务</li>
  706. <li>2021.05.07</li>
  707. <li>2021.05.08</li>
  708. </ul>
  709. <ul style="display: flex;">
  710. <li><span class="bookDetail-allstu">办结</span></li>
  711. <li>卫健委</li>
  712. <li class="txtOverHidden">关于刘强医师执业注册(含外国医师来华短期行医许可,台湾地区医师在大陆短期行医许可,香港、澳门特别行政区医师在内地短期行医许可)(注销医师执业注册备案)的业务</li>
  713. <li>2021.05.07</li>
  714. <li>2021.05.08</li>
  715. </ul>
  716. <ul style="display: flex;">
  717. <li><span class="bookDetail-allstu">办结</span></li>
  718. <li>市场监管局</li>
  719. <li class="txtOverHidden">关于南岸区今朝醉烟酒商行个体工商户设立登记的业务</li>
  720. <li>2021.05.07</li>
  721. <li>2021.05.08</li>
  722. </ul>
  723. <ul style="display: flex;">
  724. <li><span class="bookDetail-allstu">办结</span></li>
  725. <li>卫健委</li>
  726. <li class="txtOverHidden">关于朱树权医师执业注册(含外国医师来华短期行医许可,台湾地区医师在大陆短期行医许可,香港、澳门特别行政区医师在内地短期行医许可)(变更执业地点)的业务</li>
  727. <li>2021.05.07</li>
  728. <li>2021.05.08</li>
  729. </ul>
  730. <ul style="display: flex;">
  731. <li><span class="bookDetail-allstu">办结</span></li>
  732. <li>卫健委</li>
  733. <li class="txtOverHidden">关于陈小刚公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(新办)的业务</li>
  734. <li>2021.04.30</li>
  735. <li>2021.05.06</li>
  736. </ul>
  737. <ul style="display: flex;">
  738. <li><span class="bookDetail-allstu">办结</span></li>
  739. <li>卫健委</li>
  740. <li class="txtOverHidden">关于张京川医师执业注册(含外国医师来华短期行医许可,台湾地区医师在大陆短期行医许可,香港、澳门特别行政区医师在内地短期行医许可)(同一执业地点多执业机构备案)的业务</li>
  741. <li>2021.05.07</li>
  742. <li>2021.05.08</li>
  743. </ul>
  744. <ul style="display: flex;">
  745. <li><span class="bookDetail-allstu">办结</span></li>
  746. <li>文化旅游委</li>
  747. <li class="txtOverHidden">关于重庆广亦辰文化关于重庆广亦辰文化 ...</li>
  748. <li>2021.04.02</li>
  749. <li>2021.04.08</li>
  750. </ul>
  751. <ul style="display: flex;">
  752. <li><span class="bookDetail-allstu">办结</span></li>
  753. <li>文化旅游委</li>
  754. <li class="txtOverHidden">关于重庆广亦辰文化关于重庆广亦辰文化 ...</li>
  755. <li>2021.05.07</li>
  756. <li>2021.05.08</li>
  757. </ul>
  758. <ul style="display: flex;">
  759. <li><span class="bookDetail-stu">在办</span></li>
  760. <li>文化旅游委</li>
  761. <li class="txtOverHidden">关于重庆广亦辰文化关于重庆广亦辰文化 ...</li>
  762. <li>2021.05.07</li>
  763. <li>2021.05.08</li>
  764. </ul>
  765. <ul style="display: flex;">
  766. <li><span class="bookDetail-stu">在办</span></li>
  767. <li>文化旅游委</li>
  768. <li class="txtOverHidden">关于重庆广亦辰文化关于重庆广亦辰文化 ...</li>
  769. <li>2021.05.07</li>
  770. <li>2021.05.08</li>
  771. </ul>
  772. -->
  773. </div>
  774. </div>
  775. </div>
  776. </div>
  777. </div>
  778. <div class="Bottomthri">
  779. <div class="reportParts">
  780. <div class="title">互联网申报情况</div>
  781. <div class="" style="display: flex;">
  782. <div class="reportPartsPie" id="Piecontainer" style="height: 200px;margin-top:0px;">
  783. </div>
  784. <!-- <div class="circular"></div> -->
  785. <div class="reportPartsPieList" id="web">
  786. <div class="circular"
  787. style="width: 10px; height: 10px; margin-top: 49px;margin-left: 35px;background-color:#E6A51A ;position: absolute;border-radius: 50%;">
  788. </div>
  789. <div>
  790. <p class="borderweb" style="font-size: 16px;color: #E6A51A;"></p>
  791. <span style="font-size: 16px;
  792. color: #333;
  793. margin-left: 15px;
  794. width: 35px;
  795. word-break: break-all;
  796. display: inline-block;
  797. line-height: 19px;">网上申报</span>
  798. <span id="timer14" class="numChange"
  799. style="font-size: 20px;color: #333;margin-left: 15px;">29801</span>
  800. <i style="font-size: 16px;color: #999;">件</i>
  801. </div>
  802. <div>
  803. <div class="circular"
  804. style="width: 10px; height: 10px; margin-top: 32px;margin-left: 15px; background-color:#1585f7; position: absolute;border-radius: 50%;">
  805. </div>
  806. <p class="borderwindow" style="font-size: 16px;color: #333;"></p>
  807. <span style=" margin-left: 15px;
  808. width: 35px;
  809. word-break: break-all;
  810. display: inline-block;
  811. line-height: 19px;">窗口申报</span>
  812. <span id="timer15" class="numChange"
  813. style="font-size: 20px;color: #333;margin-left: 15px;">15834</span>
  814. <i style="font-size: 16px;color: #999;">件</i>
  815. </div>
  816. </div>
  817. </div>
  818. </div>
  819. <div class="itemAll">
  820. <div class="title">南岸区政务服务事项总数</div>
  821. <div class="itemAllnum" id="totals">
  822. <span>0</span>
  823. <span>0</span>
  824. <span style="color:#0990f8;">6</span>
  825. <span style="color:#0990f8;">7</span>
  826. <span style="color:#0990f8;">0</span>
  827. <span style="color:#0990f8;">6</span>
  828. <span style="color:#0990f8;">0</span>
  829. <span>项</span>
  830. </div>
  831. </div>
  832. <div class="line">
  833. <div class="title">
  834. 一件事一次办
  835. </div>
  836. <div class="lineCon">
  837. <img src="img/lightCir.png">
  838. <div class="listCon">
  839. <p style="color: #333;font-size: 18px;">套餐数量</p>
  840. <p><span id="timer16" class="numChange"
  841. style="color: #333;font-size: 28px;">258</span><span
  842. style="color: #999;margin-left: 8px;font-size: 16px;">件</span></p>
  843. </div>
  844. <div class="OneList">
  845. <span style="margin-right:-2px;color: #333;font-size: 13px;">减环节</span>
  846. <span id="timer17" class="numChange"
  847. style="color: #333;font-size: 14px;">1622</span>
  848. <span style="color: #999;font-size: 12px;">件</span>
  849. </div>
  850. <div class="TwoList">
  851. <span style="margin-right:7px;color: #333;font-size: 13px;">减跑动</span>
  852. <span id="timer18" class="numChange" style="color: #333;font-size: 14px;">799</span>
  853. <span style="color: #999;font-size: 12px;">件</span>
  854. </div>
  855. <div class="ThriList">
  856. <span style="margin-right:7px;color: #333;font-size: 13px;">减材料</span>
  857. <span id="timer19" class="numChange" style="color: #333;font-size: 14px;">465</span>
  858. <span style="color: #999;font-size: 12px;">件</span>
  859. </div>
  860. </div>
  861. </div>
  862. </div>
  863. </div>
  864. </div>
  865. </div>
  866. <script src="js/highcharts.js"></script>
  867. <script src="js/highcharts-3d.js"></script>
  868. <script src="https://img.hcharts.cn/highcharts-plugins/highcharts-zh_CN.js"></script>
  869. <script src="js/grid-light.js"></script>
  870. <script src="js/echarts.min.js" type="text/javascript" charset="utf-8"></script>
  871. <script src="js/jquery-3.5.1.min.js" type="text/javascript" charset="utf-8"></script>
  872. <script src="js/south.js"></script>
  873. <script id="_trs_ta_js" src="//ta.trs.cn/c/js/ta.js?mpid=3973" async="async" defer="defer"></script>
  874. <!--<script>-->
  875. <!-- // PC端 移动端 跳转-->
  876. <!-- var is_mobi = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;-->
  877. <!-- if (is_mobi) {-->
  878. <!-- window.parent.location.href = "enter_showLightMobile.html";-->
  879. <!-- }-->
  880. <!--</script>-->
  881. <script>
  882. var data = '';
  883. //网络窗口加载加载
  884. $("#web").ready(function () {
  885. // stop
  886. // setInterval( "initMain1()", iFrequency1 ); // run
  887. get()
  888. });
  889. console.log(window.setInterval("get()", 1000 * 5));
  890. function get() {
  891. data = handlingNumber(1, 3)
  892. $("#timer14").html(data.applicationNumberNetwork)
  893. $("#timer15").html(data.applicationNumberWindow)
  894. var webCount = (data.applicationNumberNetwork / (data.applicationNumberWindow + data.applicationNumberNetwork))
  895. .toFixed(
  896. 10) * 100
  897. // 基于准备好的容器(这里的容器是id为chart1的div),初始化echarts实例
  898. var chart1 = echarts.init(document.getElementById("Piecontainer"));
  899. option = {
  900. tooltip: {
  901. trigger: 'item'
  902. },
  903. // legend: {
  904. // top: '5%',
  905. // left: 'center'
  906. // },
  907. title: {
  908. text: '网上申报率(' + webCount.toFixed(3).slice(0, -1) + '%)',
  909. x: 'center',
  910. y: 'top',
  911. textAlign: 'left',
  912. // 主标题文本样式设置
  913. textStyle: {
  914. fontSize: 13,
  915. fontWeight: 'bolder',
  916. color: '#fff'
  917. }
  918. },
  919. series: [{
  920. name: '申报件数',
  921. type: 'pie',
  922. radius: ['30%', '70%'],
  923. avoidLabelOverlap: false,
  924. label: {
  925. show: false,
  926. position: 'center'
  927. },
  928. emphasis: {
  929. label: {
  930. show: false,
  931. fontSize: '80',
  932. fontWeight: 'bold'
  933. }
  934. },
  935. labelLine: {
  936. show: false
  937. },
  938. data: [{
  939. value: data.applicationNumberWindow,
  940. name: '窗口申报',
  941. itemStyle: {
  942. color: '#128CD4'
  943. }
  944. },
  945. {
  946. value: data.applicationNumberNetwork,
  947. name: '网上申报',
  948. itemStyle: {
  949. color: '#CB9217'
  950. }
  951. },
  952. ]
  953. }]
  954. };
  955. // option.legend[0].selected[params.name] = true;
  956. // 使用刚指定的配置项和数据显示图表
  957. chart1.setOption(option)
  958. // var chart = Highcharts.chart('Piecontainer', {
  959. // chart: {
  960. // type: 'pie',
  961. // // color: {
  962. // // radialGradient: { cx: 0.5, cy: 0.5, r: 0.5 },
  963. // // stops: [
  964. // // [0, '#003399'],
  965. // // [1, '#3366AA']
  966. // // ]
  967. // // },
  968. // options3d: {
  969. // enabled: true,
  970. // alpha: 60, //内旋角度
  971. // beta: 0, //外旋角度
  972. // // depth:600,
  973. // }
  974. // },
  975. // credits: {
  976. // enabled:false
  977. // },
  978. // title: {
  979. // text: '网上申报率('+ webCount.toFixed(3).slice(0,-1)+'%)',
  980. // style: {
  981. // color: "#fff"
  982. // },
  983. // x: -5,
  984. // y: 60
  985. // },
  986. // plotOptions: {
  987. // pie: {
  988. // innerSize: 40, //饼图变为环形图
  989. // depth: 50, //定义饼图的高度
  990. // dataLabels: {
  991. // enabled: false,
  992. // // 通过 format 或 formatter 来格式化数据标签显示
  993. // //format: '值: {point.y} 占比 {point.percentage} %',
  994. // formatter: function() {
  995. // //this 为当前的点(扇区)对象,可以通过 console.log(this) 来查看详细信息
  996. // return '<b>' + this.point.name + '</b> ' + '<br/>' + '(' + Highcharts.numberFormat(this.percentage, 1) +
  997. // '% )';
  998. // }
  999. // }
  1000. // },
  1001. // showInLegend: true
  1002. // },
  1003. // tooltip: {
  1004. // formatter: function() {
  1005. // return '<b>' + this.point.name + '</b>: ' + Highcharts.numberFormat(this.percentage, 1) + '% (' +
  1006. // Highcharts.numberFormat(this.y, 0, ',') + ' 个)';
  1007. // }
  1008. // },
  1009. // series: [{
  1010. // data: [
  1011. // ['网上申报', data.applicationNumberNetwork],
  1012. // ['窗口申报', data.applicationNumberWindow],
  1013. // ]
  1014. // }]
  1015. // });
  1016. }
  1017. function initBar() {
  1018. var json = ''
  1019. $.ajax({
  1020. url: path + "/goodOrbad/getGoodOrBadByYearAndArea", //url地址
  1021. dataType: "json", //返回的数据类型
  1022. type: "get", //发起请求的方式
  1023. async: false,
  1024. data: {
  1025. "area": 1
  1026. },
  1027. success: function (data) {
  1028. json = data.data
  1029. $("#timer20").html(json.veryDissatisfied + json.notSatisfied + json.basicSatisfied + json
  1030. .satisfied + json.great)
  1031. var goods = (json.good / json.goodOrBad).toFixed(10) * 100;
  1032. $("#timer21").html(goods.toFixed(3).slice(0, -1))
  1033. },
  1034. error: function () {
  1035. alert('网络错误,请稍后再试!');
  1036. }
  1037. });
  1038. return json
  1039. }
  1040. function getBar(json) {
  1041. return {
  1042. grid: { //坐标轴的位置
  1043. top: '5%',
  1044. left: '0px',
  1045. bottom: '3%',
  1046. containLabel: true, //包含文字
  1047. y2: 140
  1048. },
  1049. // grid: {
  1050. // y2: 140
  1051. // },
  1052. xAxis: {
  1053. type: 'value',
  1054. position: 'top',
  1055. axisLabel: {
  1056. show: true,
  1057. color: function (value, index) {
  1058. return '#46689b'
  1059. },
  1060. fontSize: 15,
  1061. },
  1062. max: 700000,
  1063. min: 0,
  1064. splitNumber: 2,
  1065. axisTick: {
  1066. show: false
  1067. },
  1068. splitLine: {
  1069. show: false
  1070. },
  1071. axisLabel: {
  1072. interval: 0
  1073. },
  1074. },
  1075. yAxis: {
  1076. type: 'category',
  1077. data: ['非常不满意', '不满意', '基本满意', '满意', ' 非常满意'],
  1078. axisLabel: {
  1079. show: true,
  1080. interval: 0,
  1081. color: function (value, index) {
  1082. return '#46689b'
  1083. },
  1084. fontSize: 14,
  1085. },
  1086. axisTick: {
  1087. show: false
  1088. },
  1089. splitLine: {
  1090. show: false
  1091. },
  1092. },
  1093. tooltip: {
  1094. trigger: 'axis',
  1095. axisPoniter: {
  1096. type: 'line',
  1097. z: 0,
  1098. lineStyle: {
  1099. width: 36,
  1100. color: '#2d3443'
  1101. }
  1102. }
  1103. },
  1104. animationEasing: 'linear',
  1105. series: [{
  1106. animationDelay: function (idx) {
  1107. return idx * 500;
  1108. },
  1109. name: '访问来源',
  1110. type: 'bar',
  1111. barWidth: 16,
  1112. radius: '65%',
  1113. label: {
  1114. show: true,
  1115. position: 'right',
  1116. textStyle: {
  1117. color: '#46689b',
  1118. }
  1119. },
  1120. itemStyle: {
  1121. barBorderRadius: [0, 8, 8, 0],
  1122. color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
  1123. offset: 0,
  1124. color: '#0042FD'
  1125. }, //柱图渐变色
  1126. {
  1127. offset: 0.5,
  1128. color: '#0092F8'
  1129. }, //柱图渐变色
  1130. {
  1131. offset: 1,
  1132. color: '#00EAF1'
  1133. },
  1134. ])
  1135. },
  1136. data: [
  1137. json.veryDissatisfied, json.notSatisfied, json.basicSatisfied, json.satisfied, json.great
  1138. ]
  1139. }]
  1140. }
  1141. }
  1142. var json = initBar();
  1143. var dailyBarOption = getBar(json);
  1144. var myChart1 = echarts.init(document.getElementById('main'));
  1145. myChart1.setOption(dailyBarOption);
  1146. setInterval(function () {
  1147. var json1 = initBar();
  1148. myChart1.dispose();
  1149. $(".commentsBar").html("");
  1150. myChart1 = echarts.init(document.getElementById('main'));
  1151. myChart1.setOption(getBar(json1));
  1152. }, 8000);
  1153. // 计时器
  1154. // window.onload = function() {
  1155. // //点击开始建 开始计数
  1156. // var count = 5000;
  1157. // var timer = null //timer变量记录定时器setInterval的返回值
  1158. // timer = setInterval(function() {
  1159. // count++;
  1160. // count = showNum(count);
  1161. // var listNum = String(count).split('');
  1162. // var allnumList = $('.itemAllnum span');
  1163. // for (var i = 0; i < allnumList.length - 1; i++) {
  1164. // var con = listNum[i];
  1165. // $(allnumList[i]).text(con);
  1166. // // allnumList[i].innerText(con);
  1167. // // console.log(allnumList[i])
  1168. // }
  1169. // // 需要改变页面上时分秒的值
  1170. // if (count > 9999) {
  1171. // clearInterval(timer)
  1172. // }
  1173. // }, 1000)
  1174. // //封装一个处理单位数字的函数
  1175. // function showNum(num) {
  1176. // if (num < 1000000) {
  1177. // return '000' + num
  1178. // }
  1179. // return num
  1180. // }
  1181. // }
  1182. function countDown(maxtime, endNum, step, fn) {
  1183. var timer = setInterval(function () {
  1184. if (maxtime < endNum) {
  1185. msg = maxtime;
  1186. fn(msg);
  1187. maxtime++;
  1188. } else {
  1189. clearInterval(timer);
  1190. }
  1191. }, step);
  1192. }
  1193. // countDown(146, 1000, 3000, function(msg) {
  1194. // $('#timer10').text(msg);
  1195. // })
  1196. // countDown(176, 800, 5000, function(msg) {
  1197. // $('#timer11').text(msg);
  1198. // })
  1199. // countDown(256, 900, 1000, function(msg) {
  1200. // $('#timer12').text(msg);
  1201. // })
  1202. // countDown(146, 700, 2000, function(msg) {
  1203. // $('#timer13').text(msg);
  1204. // })
  1205. // countDown(1000, 4000, 1000, function(msg) {
  1206. // $('#timer14').text(msg);
  1207. // })
  1208. // countDown(46, 400, 2000, function(msg) {
  1209. // $('#timer15').text(msg);
  1210. // })
  1211. // countDown(0, 30, 3000, function(msg) {
  1212. // $('#timer16').text(msg);
  1213. // })
  1214. // countDown(11, 99, 6000, function(msg) {
  1215. // $('#timer17').text(msg);
  1216. // })
  1217. // countDown(32, 99, 7000, function(msg) {
  1218. // $('#timer18').text(msg);
  1219. // })
  1220. // countDown(17, 99, 2000, function(msg) {
  1221. // $('#timer19').text(msg);
  1222. // })
  1223. // countDown(342, 15421, 3000, function(msg) {
  1224. // $('#timer20').text(msg);
  1225. // })
  1226. // countDown(3, 100, 7000, function(msg) {
  1227. // $('#timer21').text(msg);
  1228. // })
  1229. //时间
  1230. var t = null;
  1231. t = setTimeout(time, 1000); //開始运行
  1232. function time() {
  1233. clearTimeout(t); //清除定时器
  1234. dt = new Date();
  1235. var y = dt.getFullYear();
  1236. var mt = showDateNum(dt.getMonth() + 1);
  1237. var day = showDateNum(dt.getDate());
  1238. var mon = showMonNum(dt.getDay()); //获取星期
  1239. var h = showDateNum(dt.getHours()); //获取时;
  1240. var m = showDateNum(dt.getMinutes()); //获取分
  1241. var s = showDateNum(dt.getSeconds()); //获取秒
  1242. document.querySelector(".timeDeatil").innerHTML = h + ':' + m + ':' + s;
  1243. document.querySelector(".dateMon").innerHTML = mon;
  1244. document.querySelector(".dateDeatil").innerHTML = y + '-' + mt + '-' + day;
  1245. t = setTimeout(time, 1000); //设定定时器,循环运行
  1246. }
  1247. //处理日期数字
  1248. function showDateNum(num) {
  1249. if (num < 10) {
  1250. return '0' + num
  1251. }
  1252. return num
  1253. }
  1254. //处理星期
  1255. function showMonNum(num) {
  1256. switch (num) {
  1257. case 1:
  1258. num = '星期一';
  1259. break;
  1260. case 2:
  1261. num = '星期二';
  1262. break;
  1263. case 3:
  1264. num = '星期三';
  1265. break;
  1266. case 4:
  1267. num = '星期四';
  1268. break;
  1269. case 5:
  1270. num = '星期五';
  1271. break;
  1272. case 6:
  1273. num = '星期六';
  1274. break;
  1275. case 0:
  1276. num = '星期日';
  1277. break;
  1278. }
  1279. return num
  1280. }
  1281. </script>
  1282. </body>
  1283. </html>