flooroneMobile.html 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name=”SiteName” content=”重庆市南岸区人民政府”>
  7. <meta name="SiteDomain" content="http://www.cqna.gov.cn" />
  8. <meta name="SiteIDCode" content="5001080014">
  9. <meta name="ColumnName" content="政务全景通">
  10. <meta name="ColumnDescription" content="政务全景通" />
  11. <meta name="ColumnKeywords" content="政务全景通" />
  12. <meta name="ColumnType" content="政务全景通" />
  13. <title>政务全景通-重庆市南岸区人民政府网</title>
  14. <!-- jquery-->
  15. <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
  16. <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/urljson.js"></script>
  17. </head>
  18. <style>
  19. * {
  20. padding: 0;
  21. margin: 0;
  22. }
  23. ul {
  24. list-style-type: none;
  25. }
  26. li {
  27. list-style: none;
  28. }
  29. .container {
  30. position: relative;
  31. background-image: url(https://www.cqna.gov.cn/syygapi/naxsb/images/indexbgfloor.png);
  32. background-size: 100% 100%;
  33. width: 100vw;
  34. font-size: 13px;
  35. }
  36. .floorTabs {
  37. display: flex;
  38. }
  39. .floorTabs .list {
  40. width: 25vw;
  41. height: 10vw;
  42. line-height: 10vw;
  43. text-align: center;
  44. background: #286EBC;
  45. margin-bottom: 20px;
  46. font-size: 14px;
  47. color: #FFFFFF;
  48. cursor: pointer;
  49. border-right: 1px solid;
  50. }
  51. .floorTabs .active {
  52. background: #CD9D64;
  53. }
  54. .bottomBtn {
  55. display: flex;
  56. justify-content: center;
  57. }
  58. .bottomBtn .btn {
  59. width: 28vw;
  60. height: 8vw;
  61. line-height: 8vw;
  62. background: #7DB0EE;
  63. font-weight: bold;
  64. font-size: 13px;
  65. color: #F4F4F4;
  66. text-align: center;
  67. cursor: pointer;
  68. }
  69. .bottomBtn .active {
  70. background: #0D74F2;
  71. }
  72. .zxfw {
  73. padding-left: 10px;
  74. }
  75. .zxfw .buttonList {
  76. display: flex;
  77. flex-wrap: wrap;
  78. width: 100%;
  79. }
  80. .zxfw .button {
  81. width: 30vw;
  82. height: 12vw;
  83. background-image: url(images/button-zxfw.png);
  84. background-size: 100% 100%;
  85. text-align: center;
  86. line-height: 10vw;
  87. box-sizing: border-box;
  88. letter-spacing: 3px;
  89. margin-bottom: 15px;
  90. margin-right: 1.5vw;
  91. cursor: pointer;
  92. font-family: Source Han Sans SC;
  93. font-weight: bold;
  94. font-size: 14px;
  95. color: #F4F4F4;
  96. }
  97. .moxing {
  98. margin-top: 10px;
  99. }
  100. .moxing .imgDiv {
  101. position: relative;
  102. width: 379px;
  103. height: 176px;
  104. margin: auto;
  105. margin-bottom: 48px;
  106. }
  107. .moxing .namebtn {
  108. padding: 0 5px;
  109. font-size: 12px;
  110. color: #fff;
  111. text-shadow: 3px 1px 2px rgb(15 70 106);
  112. position: absolute;
  113. height: 24px;
  114. line-height: 24px;
  115. background: #B8D5F1;
  116. border-radius: 4px;
  117. }
  118. .moxing .namebtn.active {
  119. background: #4B98F6;
  120. text-shadow: none;
  121. }
  122. .moxing .namebtnl {
  123. padding: 0;
  124. border-radius: 6px;
  125. line-height: 10px;
  126. font-size: 10px;
  127. color: #402424;
  128. background: #FFF;
  129. text-shadow: 3px 1px 2px rgba(236, 239, 241, 0.8);
  130. position: absolute;
  131. }
  132. .detailDiv {
  133. width: 96%;
  134. height: 91vw;
  135. background-image: url(images/floorbg.png);
  136. background-size: 100% 100%;
  137. font-family: "Source Han Sans SC";
  138. color: #2895FF;
  139. padding: 20px;
  140. box-sizing: border-box;
  141. margin: auto;
  142. margin-top: 15px;
  143. position: relative;
  144. }
  145. .detailDiv>div {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .detailDiv .top {
  150. display: flex;
  151. justify-content: space-between;
  152. align-items: flex-start;
  153. flex-direction: column;
  154. }
  155. .detailDiv .right {
  156. color: #65A9CE;
  157. display: flex;
  158. margin-top: 3px;
  159. }
  160. .detailDiv .right>span {
  161. white-space: nowrap;
  162. }
  163. .detailDiv .el-tabs {}
  164. .detailDiv .el-tabs__item {
  165. font-size: 15px;
  166. color: #2895FF;
  167. height: 36px;
  168. }
  169. .detailDiv .el-tabs__item.is-active {
  170. font-weight: bold;
  171. color: #2895FF;
  172. border-bottom: 5px solid #2895FF;
  173. }
  174. .detailDiv .el-tabs__nav-wrap::after {
  175. background-color: rgb(40 149 255 / 30%);
  176. }
  177. .detailDiv .el-tabs__active-bar {
  178. display: none;
  179. }
  180. .search {
  181. width: 40vw;
  182. height: 22px !important;
  183. display: flex;
  184. position: absolute;
  185. right: 20px;
  186. top: 64px;
  187. z-index: 999;
  188. }
  189. .search input {
  190. width: calc(100% - 49px);
  191. overflow: unset;
  192. background: #A6D2EC;
  193. border: 0;
  194. padding: 0;
  195. outline: none;
  196. height: 22px;
  197. padding-left: 10px;
  198. color: #2895FF;
  199. }
  200. .search input::placeholder {
  201. color: #E7F7FF;
  202. }
  203. .search .btn {
  204. width: 49px;
  205. height: 22px;
  206. background: #2895FF;
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. }
  211. .sxqd li span {
  212. line-height: 25px;
  213. border-bottom: 1px solid #2895FF;
  214. padding-bottom: 5px;
  215. white-space: nowrap;
  216. overflow: hidden;
  217. text-overflow: ellipsis;
  218. word-break: break-all;
  219. display: block;
  220. font-size: 13px;
  221. }
  222. .el-pagination {
  223. text-align: center;
  224. margin-top: 5px;
  225. }
  226. .el-pagination.is-background .btn-next,
  227. .el-pagination.is-background .btn-prev,
  228. .el-pagination.is-background .el-pager li {
  229. background-color: #A6D2EC !important;
  230. color: #fff !important;
  231. height: 21px !important;
  232. line-height: 21px !important;
  233. width: 21px !important;
  234. }
  235. .el-pagination.is-background .el-pager li:not(.disabled).active {
  236. background-color: #2895FF !important;
  237. }
  238. .el-tab-pane {
  239. display: flex;
  240. flex-direction: column;
  241. justify-content: space-between;
  242. }
  243. .el-pager li {
  244. width: 21px !important;
  245. height: 21px !important;
  246. line-height: 21px !important;
  247. }
  248. .vrdiv {
  249. width: 15px;
  250. height: 15px;
  251. position: absolute;
  252. cursor: pointer;
  253. background-image: url(https://www.cqna.gov.cn/syygapi/naxsb/images/logo-vr.png);
  254. background-size: 100% 100%;
  255. }
  256. .btable {
  257. background-color: #fff;
  258. box-sizing: border-box;
  259. overflow: scroll;
  260. }
  261. .global-dialog .el-dialog__body {
  262. max-height: calc(100vh - 60px);
  263. overflow: auto;
  264. padding: 0 5px !important;
  265. padding-bottom: 10px !important;
  266. }
  267. .global-dialog .el-dialog {
  268. margin-top: 35px !important;
  269. }
  270. .btable table {
  271. margin-top: 5px;
  272. border: 1px solid #64A8F6;
  273. }
  274. .btable tr td {
  275. border: 1px solid #64A8F6;
  276. padding: 5px;
  277. }
  278. .btable tr td:nth-child(2n) {
  279. width: 25%;
  280. }
  281. .btable tr td:first-child {
  282. width: 10%;
  283. }
  284. .btable tr td:nth-child(4n) {
  285. width: 30%;
  286. }
  287. .btable tr td.tit {
  288. font-size: 12px;
  289. color: #64A8F6;
  290. }
  291. .lines {
  292. position: absolute;
  293. height: 150px;
  294. transition: top 0.3s;
  295. width: 0;
  296. border: 1px dashed #1A95EB;
  297. z-index: 111;
  298. }
  299. .lineh {
  300. position: absolute;
  301. height: 0;
  302. transition: top 0.3s;
  303. width: 100px;
  304. border: 1px dashed #1A95EB;
  305. z-index: 111;
  306. }
  307. .redio {
  308. width: 7px;
  309. height: 7px;
  310. background: #2896FF;
  311. border-radius: 50%;
  312. position: absolute;
  313. z-index: 111;
  314. }
  315. /* 楼层指引 start */
  316. .floorGuide {
  317. width: 100vw;
  318. position: relative;
  319. top: 0;
  320. left: 0;
  321. }
  322. .floorGuide .floorGuideBg {
  323. position: absolute;
  324. top: 0;
  325. left: 0;
  326. width: 100%;
  327. height: 100%;
  328. }
  329. .floorGuide .floorGuideTit {
  330. width: 100%;
  331. height: 30px;
  332. font-weight: bold;
  333. font-size: 14px;
  334. color: #004A93;
  335. display: flex;
  336. align-items: center;
  337. position: relative;
  338. top: 0;
  339. left: 0;
  340. z-index: 120;
  341. }
  342. .floorGuideTit .floorGuideIcon {
  343. width: 8px;
  344. height: 14px;
  345. margin: 0 13px 0 26px;
  346. }
  347. .floorGuideTit span {
  348. line-height: 30px;
  349. }
  350. .floorGuide .floorGuideTable {
  351. width: calc(100% - 20px);
  352. padding: 0 20px;
  353. height: calc(100vh - 830px);
  354. overflow-y: auto;
  355. }
  356. .floorGuideTable .floorGuide-row .el-col {
  357. margin-bottom: 10px;
  358. display: flex;
  359. justify-content: start;
  360. }
  361. .floorGuideTable .floorNum-col,
  362. .floorGuideTable .floorName-col {
  363. line-height: 20px;
  364. display: inline-block;
  365. border-bottom: 1px solid #3D86CE;
  366. }
  367. .floorGuideTable .floorName-col {
  368. font-weight: 400;
  369. font-size: 14px;
  370. color: #004A93;
  371. width: calc(100% - 60px);
  372. }
  373. .floorGuideTable .floorNum-col {
  374. font-weight: 400;
  375. font-size: 12px;
  376. color: #FFFFFF;
  377. width: 40px;
  378. height: 20px;
  379. position: relative;
  380. top: 0;
  381. left: 0;
  382. }
  383. .floorNum-col img {
  384. position: absolute;
  385. top: 0;
  386. left: 0;
  387. width: 100%;
  388. height: 100%;
  389. }
  390. .floorNum-col span {
  391. position: absolute;
  392. top: 0;
  393. left: 0;
  394. display: inline-flex;
  395. height: 100%;
  396. align-items: center;
  397. margin: 0 0 0 7px;
  398. }
  399. .activeGuide {
  400. background-color: #25A8AA !important;
  401. }
  402. /* 楼层指引 end */
  403. </style>
  404. <body>
  405. <div style="width:100%;" class="header"></div>
  406. <div class="container hide" id="app" style="">
  407. <div class="floorTabs">
  408. <div class="list" :class="{ active: currentFloor == tab.id&&!floorGuideShow }"
  409. v-for="(tab,index) in floorList" :key="index" @click="floorChange(tab.id)">
  410. {{tab.name}}
  411. </div>
  412. <div class="list" @click="backsw">返回室外</div>
  413. <div class="list" :class="{ activeGuide: floorGuideShow }" @click="floorGuideShow=!floorGuideShow">楼层指引
  414. </div>
  415. </div>
  416. <div class="bottomBtn" v-show="!floorGuideShow">
  417. <div class="btn active" id="threed" @click="showthreed">3D</div>
  418. <div class="btn" id="vrdiv" @click="showvrdiv">VR</div>
  419. </div>
  420. <div class="floorGuide" v-show="floorGuideShow">
  421. <img class="floorGuideBg" src="images/floor-floorGuide-bg.png" alt="" srcset="">
  422. <div class="floorGuideTit">
  423. <img class="floorGuideIcon" src="images/floor-floorGuide-icon.png" alt="" srcset="">
  424. <span>2号楼楼层指引</span>
  425. </div>
  426. <div class="floorGuideTable">
  427. <el-row :gutter="20" class="floorGuide-row">
  428. <el-col :span="24" v-for="item in floorGuideList" :key="item.floorNum">
  429. <span class="floorNum-col">
  430. <img src="images/floor-floorGuide-numBg.png" alt="" srcset="">
  431. <span>{{item.floorNum}}</span>
  432. </span>
  433. <span class="floorName-col">{{item.name}}</span>
  434. <!-- <span class="floorName-col" v-if="item.name.length<=12">{{item.name}}</span>
  435. <span class="floorName-col" :title="item.name" v-else>{{item.name.substring(0,11)}}...</span> -->
  436. </el-col>
  437. </el-row>
  438. </div>
  439. </div>
  440. <el-dialog title="窗口电话" class="global-dialog" :visible.sync="dialogVisible" width="98%"
  441. :before-close="handleClose" :close-on-click-modal="false">
  442. <div class="btable">
  443. <table border="0" cellspacing="0" style="width: 100%;">
  444. <tbody>
  445. <tr>
  446. <td class="tit">楼层</td>
  447. <td class="tit">窗口名称</td>
  448. <td class="tit">窗口号</td>
  449. <td class="tit">对外咨询窗口电话</td>
  450. </tr>
  451. <tr>
  452. <td class="tit" rowspan="2">一楼</td>
  453. <td>社保卡窗口</td>
  454. <td>1、2、3、4</td>
  455. <td>023-62525236<br />023-62602939</td>
  456. </tr>
  457. <tr>
  458. <td>咨询窗口</td>
  459. <td>一楼咨询台</td>
  460. <td>023-62606771</td>
  461. </tr>
  462. <tr>
  463. <td class="tit" rowspan="8">二楼</td>
  464. <td>财政综合窗口</td>
  465. <td>206</td>
  466. <td>023-62988007</td>
  467. </tr>
  468. <tr>
  469. <td>无差别综合窗口</td>
  470. <td>207、209</td>
  471. <td>023-62980273</td>
  472. </tr>
  473. <tr>
  474. <td>一件事一次办</td>
  475. <td>208</td>
  476. <td>023-62980273</td>
  477. </tr>
  478. <tr>
  479. <td>文旅综合窗口</td>
  480. <td>210</td>
  481. <td>023-62606250</td>
  482. </tr>
  483. <tr>
  484. <td>档案综合窗口</td>
  485. <td>211</td>
  486. <td>023-62980244</td>
  487. </tr>
  488. <tr>
  489. <td>卫健综合窗口</td>
  490. <td>212-215</td>
  491. <td>023-62980379</td>
  492. </tr>
  493. <tr>
  494. <td>交通综合窗口</td>
  495. <td>217-221</td>
  496. <td>023-62982072</td>
  497. </tr>
  498. <tr>
  499. <td>公安综合窗口</td>
  500. <td>224-235</td>
  501. <td>023-62985279</td>
  502. </tr>
  503. <tr>
  504. <td class="tit" rowspan="17">三楼</td>
  505. <td>经开区企业开办综合窗口</td>
  506. <td>301-307</td>
  507. <td>023-62980204<br />023-62980207</td>
  508. </tr>
  509. <tr>
  510. <td>经开区立项用地规划综合窗口</td>
  511. <td>308</td>
  512. <td>023-62980243</td>
  513. </tr>
  514. <tr>
  515. <td>经开区南岸区工程建设许可(小型建设项目)</td>
  516. <td>310</td>
  517. <td>023-62606752</td>
  518. </tr>
  519. <tr>
  520. <td>经开区施工许可 竣工验收 综合窗口</td>
  521. <td>311</td>
  522. <td>023-62980249</td>
  523. </tr>
  524. <tr>
  525. <td>南岸区施工许可 竣工验收 综合窗口 帮代办窗口</td>
  526. <td>312</td>
  527. <td>023-62606780</td>
  528. </tr>
  529. <tr>
  530. <td>经开市政综合窗口</td>
  531. <td>313</td>
  532. <td>023-62789342</td>
  533. </tr>
  534. <tr>
  535. <td>交通建设综合窗口</td>
  536. <td>314</td>
  537. <td>023-62392861</td>
  538. </tr>
  539. <tr>
  540. <td>生态环境综合窗口</td>
  541. <td>315</td>
  542. <td>023-62606735</td>
  543. </tr>
  544. <tr>
  545. <td>涉农事务综合窗口</td>
  546. <td>316</td>
  547. <td>023-62606735</td>
  548. </tr>
  549. <tr>
  550. <td>发改委综合窗口</td>
  551. <td>317</td>
  552. <td>023-62606782</td>
  553. </tr>
  554. <tr>
  555. <td>消防综合窗口</td>
  556. <td>318</td>
  557. <td>023-62606739</td>
  558. </tr>
  559. <tr>
  560. <td>城市管理综合窗口</td>
  561. <td>319-320</td>
  562. <td>023-62606760</td>
  563. </tr>
  564. <tr>
  565. <td>经开区办不成事反应窗口</td>
  566. <td>322</td>
  567. <td>023-62606905</td>
  568. </tr>
  569. <tr>
  570. <td>经开区项目帮代办综合窗口</td>
  571. <td>324</td>
  572. <td>023-62519346</td>
  573. </tr>
  574. <tr>
  575. <td>经开区税务综合窗口</td>
  576. <td>325</td>
  577. <td>023-62980241</td>
  578. </tr>
  579. </tbody>
  580. </table>
  581. </div>
  582. </el-dialog>
  583. <div class="moxing" v-show="currentFloor == 1&&!floorGuideShow">
  584. <div class="imgDiv">
  585. <div class="redio floor1" style="left: 150px;bottom: 53px;"></div>
  586. <div class="redio floor1" style="left: 143px;bottom: 36px;"></div>
  587. <div class="redio floor1" style="left: 189px;bottom: 42px;"></div>
  588. <div class="redio floor1" style="right: 88px;top: 42px;"></div>
  589. <div class="lines floor1" style="left: 48px;bottom: -12px;height: 67px;"></div>
  590. <div class="lineh floor1" style="left: 48px;bottom: 56px;"></div>
  591. <div class="lines floor1" style="left: 145px;bottom: -13px;height: 44px;"></div>
  592. <div class="lines floor1" style="left: 191px;bottom: 4px;height: 35px;"></div>
  593. <div class="lines floor1" style="right: 138px;bottom: -13px;height: 15px;"></div>
  594. <div class="lineh floor1" style="right: 141px;bottom: 3px;width: 41px;"></div>
  595. <div class="lines floor1" style="right: 91px;bottom: 6px;height: 117px;"></div>
  596. <div class="lines floor1" style="right: 38px;bottom: -13px;height: 15px;"></div>
  597. <div class="lineh floor1" style="right: 41px;bottom: 3px;width:50px;"></div>
  598. <img src="images/floordetail1.png" alt="" style="margin: auto;width: 375px;">
  599. <img src="images/floorArowRigt.png" alt="" style="position:absolute; left:23px;bottom: 37px;">
  600. <img src="images/floorArowTop.png" alt="" style="position:absolute; right: 112px;top: 10px;">
  601. <div class="vrdiv" style="left: 85px;bottom: 42px;"
  602. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=1')"></div>
  603. <div class="vrdiv" style="left: 141px;bottom: 55px;"
  604. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=2')">
  605. </div>
  606. <div class="vrdiv" style="left: 136px;bottom: 32px;"
  607. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=3')">
  608. </div>
  609. <div class="vrdiv" style="left: 190px;bottom: 72px;"
  610. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=4')"></div>
  611. <div class="vrdiv" style="right: 122px;bottom: 52px;"
  612. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=5')"></div>
  613. <div class="vrdiv" style="right: 105px;top: 25px;"
  614. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=6')"></div>
  615. <div class="vrdiv" style="right: 141px;top: 48px;"
  616. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=7')"></div>
  617. <div class="namebtnl threed" style="left: 80px;bottom: 43px;">咨询台</div>
  618. <div class="namebtnl threed" style="right: 100px;bottom: 44px;">免费婚检室</div>
  619. <div class="namebtnl threed" style="right: 112px;bottom: 103px;">颁证厅</div>
  620. <div class="namebtnl threed" style="right: 49px;bottom: 99px;display: flex;flex-direction: column;">
  621. <span>婚姻家</span><span>庭辅导室</span>
  622. </div>
  623. <div class="namebtn threed" style="left: 5px;bottom: -38px;" data-popupType="2" data-id="12">
  624. 政务公开专区
  625. </div>
  626. <div class="namebtn threed" style="left: 97px;bottom: -38px;" data-popupType="2" data-id="3">24h自助服务区
  627. </div>
  628. <div class="namebtn threed" style="right: 17px;bottom: -38px;" data-popupType="2" data-id="2">社保卡办理区
  629. </div>
  630. <div class="namebtn threed" style="right: 109px;bottom: -38px;" data-popupType="2" data-id="1">婚姻登记处
  631. </div>
  632. </div>
  633. <div style="font-size: 14px;color: #004A93;text-align: center;">2号楼一楼婚姻登记处社保卡办理</div>
  634. <div style="font-size: 13px;color: #547596;text-align: center;">(您可以点击图中的按钮查看详情)</div>
  635. </div>
  636. <div class="moxing" v-show="currentFloor == 2&&!floorGuideShow">
  637. <div class="imgDiv">
  638. <div class="redio floor1" style="right: 92px;top: 34px;"></div>
  639. <div class="redio floor1" style="right: 172px;top: 57px;"></div>
  640. <div class="lines floor1" style="right: 95px;bottom: -13px;height: 146px;"></div>
  641. <div class="lineh floor1" style="left: 49px;bottom: 59px;width:150px;"></div>
  642. <div class="lines floor1" style="left: 48px;bottom: -13px;height: 69px;"></div>
  643. <div class="lines floor1" style="left: 202px;bottom: 60px;height: 48px;"></div>
  644. <img src="images/floordetail2.png" alt="" style="margin: auto;">
  645. <div class="vrdiv" style="left: 176px;bottom: 65px;"
  646. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=9')"></div>
  647. <div class="vrdiv" style="left: 153px;bottom: 48px;"
  648. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=8')"></div>
  649. <div class="vrdiv" style="right: 123px;bottom: 76px;"
  650. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=10')"></div>
  651. <div class="vrdiv" style="right: 142px;top: 54px;"
  652. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=11')"></div>
  653. <div class="vrdiv" style="right: 123px;top: 15px;"
  654. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=12')"></div>
  655. <div class="vrdiv" style="right: 95px;top: 48px;"
  656. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=13')"></div>
  657. <div class="namebtnl threed" style="left: 221px;bottom: 87px;">自助服务区</div>
  658. <div class="namebtnl threed" style="right: 186px;bottom: 40px;">自助服务区</div>
  659. <div class="namebtnl threed" style="right: 84px;top: 3px;">母婴室</div>
  660. <div class="namebtn threed" style="left: 5px;bottom: -38px;" data-popupType="2" data-id="4">公安综合办理区
  661. </div>
  662. <div class="namebtn threed" style="right: 45px;bottom: -38px;" data-popupType="2" data-id="5">无差别综合办理区
  663. </div>
  664. </div>
  665. <div style="font-size: 14px;color: #004A93;text-align: center;">2号楼二楼无差别、区公安办理区</div>
  666. <div style="font-size: 13px;color: #547596;text-align: center;">(您可以点击图中的按钮查看详情)</div>
  667. </div>
  668. <div class="moxing" v-show="currentFloor == 3&&!floorGuideShow">
  669. <div class="imgDiv" style="display: flex;">
  670. <div class="redio floor1" style="right: 94px;top: 35px;"></div>
  671. <div class="redio floor1" style="right: 93px;top: 72px;"></div>
  672. <div class="redio floor1" style="right: 154px;top: 50px;"></div>
  673. <div class="lines floor1" style="right: 72px;bottom: -13px;height: 149px;"></div>
  674. <div class="lineh floor1" style="right: 76px;top: 38px;width: 17px;"></div>
  675. <div class="lines floor1" style="right: 191px;bottom: -13px;height: 111px;"></div>
  676. <div class="lineh floor1" style="right: 102px;top: 75px;width:85px;"></div>
  677. <div class="lines floor1" style="left: 65px;bottom: -13px;height: 133px;"></div>
  678. <div class="lineh floor1" style="left: 68px;top: 53px;width:146px;"></div>
  679. <img src="images/floordetail3.png" alt="" style="margin: auto;">
  680. <div class="vrdiv" style="right:159px;top: 15px;"
  681. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=14')"></div>
  682. <div class="vrdiv" style="right:141px;top: 38px;"
  683. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=15')"></div>
  684. <div class="vrdiv" style="right: 131px;top: 77px;"
  685. @click="window.open('https://www.cqna.gov.cn/vr/dating3/tour.html?startscene=16')"></div>
  686. <div class="namebtnl threed"
  687. style="left: 10px;bottom: 16px;display: flex;flex-direction: column;align-items: center;">
  688. <span>314工程建设项目</span><span>审批会议室</span>
  689. </div>
  690. <!-- <div class="namebtnl threed" style="right: 95px;top: 60px;">政务公开专区</div> -->
  691. <div class="namebtnl threed" style="right: 104px;top: 32px;">自助服务区</div>
  692. <div class="namebtn threed" style="left: 135px;bottom: -38px;padding: 0 2px;" data-popupType="2"
  693. data-id="8">工程建设领域办理区
  694. </div>
  695. <div class="namebtn threed" style="left: 5px;bottom: -38px;padding: 0 2px;" data-popupType="2"
  696. data-id="6">经开区企业开办办理区
  697. </div>
  698. <div class="namebtn threed" style="right: 20px;bottom: -38px;padding: 0 2px;" data-popupType="2"
  699. data-id="7">不动产登记办理区
  700. </div>
  701. </div>
  702. <div style="font-size: 14px;color: #004A93;text-align: center;">2号楼三楼婚姻登记处社保卡办理</div>
  703. <div style="font-size: 13px;color: #547596;text-align: center;">(您可以点击图中的按钮查看详情)</div>
  704. </div>
  705. <div class="detailDiv" style="display: none;" style="position: relative;">
  706. <div v-show="popupType == '1'">
  707. <div class="top">
  708. <div style="font-weight: bold;font-size: 14px;">{{btnName}}您可以办理:</div>
  709. <div class="right" style="font-size: 11px;">
  710. <span>工作时间:</span>
  711. <span>法定工作日 9:00-12:00 14:00-17:30</span>
  712. </div>
  713. </div>
  714. <el-tabs v-model="activeName" @tab-click="handleClick">
  715. <el-tab-pane label="申请接受区" name="second">
  716. <ul class="sxqd" style="overflow-y: scroll;">
  717. <li><span
  718. @click="goToLink('https://www.cqna.gov.cn/zwgk_254/ysqgk/202411/t20241101_13763538.html')">依申请公开流程图</span>
  719. </li>
  720. <li><span
  721. @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开申请表</span>
  722. </li>
  723. <li><span
  724. @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开指南</span>
  725. </li>
  726. </ul>
  727. </el-tab-pane>
  728. <el-tab-pane label="政策咨询区" name="third">
  729. <ul class="sxqd" style="overflow-y: scroll;">
  730. <li><span @click="goToLink('https://www.cqna.gov.cn/ghwd/znwd/index.html')">在线政策咨询</span>
  731. </li>
  732. <li><span @click="goToLink('https://www.cqna.gov.cn/zczs/')">政策通</span></li>
  733. </ul>
  734. </el-tab-pane>
  735. <el-tab-pane label="资料阅览区" name="fourth">
  736. <ul class="sxqd" style="overflow-y: scroll;">
  737. <li v-for="(item,index) in zlylqList">
  738. <span @click="goToLink(item.addr)" v-if="item.addr"
  739. :title="item.mattersName">{{item.mattersName}}</span>
  740. </li>
  741. </ul>
  742. </el-tab-pane>
  743. <el-tab-pane label="自助查询区" name="fifth">
  744. </el-tab-pane>
  745. </el-tabs>
  746. </div>
  747. <div v-show="popupType == '2'">
  748. <div class="search" v-if="btnName=='24h自助服务区'" style="top: 48px;"><input type="text"
  749. placeholder="请输入关键字" v-model="inputValue">
  750. <div class="btn" @click="searchData(1)"><img src="images/flsearch.png" alt=""></div>
  751. </div>
  752. <div class="search" v-else><input type="text" placeholder="请输入关键字" v-model="inputValue">
  753. <div class="btn" @click="searchData(1)"><img src="images/flsearch.png" alt=""></div>
  754. </div>
  755. <div class="top">
  756. <div style="font-weight: bold;font-size: 14px;white-space: nowrap;">{{btnName}}您可以办理:</div>
  757. <div class="right" style="font-size: 11px;" v-show="btnName!=='24h自助服务区'">
  758. <span>工作时间:</span>
  759. <span>法定工作日 9:00-12:00 14:00-17:30</span>
  760. </div>
  761. </div>
  762. <el-tabs v-model="activeNametwo">
  763. <el-tab-pane label="事项清单" name="sxqd">
  764. <ul class="sxqd">
  765. <div class="zwsj" v-if="!this.sxqdList||!this.sxqdList.length">暂无数据</div>
  766. <li v-for="(item,index) in sxqdList">
  767. <span @click="goToLink(item.addr)" v-if="item.addr">{{item.mattersName}}</span>
  768. <span @click="goToLink('https://zwykb.cq.gov.cn/qxzz/naq/bszn/?rowGuid='+item.url)"
  769. v-else-if="item.url">{{item.mattersName}}</span>
  770. <span v-else>{{item.mattersName}}</span>
  771. </li>
  772. </ul>
  773. <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
  774. :page-size="7" layout="prev, pager, next" :total="total" class="popuppage">
  775. </el-pagination>
  776. </el-tab-pane>
  777. <el-tab-pane label="入驻部门" name="rzbm">
  778. <div class="zwsj" v-if="!this.rzbmList||!this.rzbmList.length">暂无数据</div>
  779. <ul class="sxqd" style="overflow-y: scroll;">
  780. <li v-for="(item,index) in rzbmList">
  781. <span>{{item.deptName}}</span>
  782. </li>
  783. </ul>
  784. </el-tab-pane>
  785. </el-tabs>
  786. </div>
  787. <div v-show="popupType == '6'">
  788. <div class="top">
  789. <div style="font-weight: bold;font-size: 14px;">{{btnName}}您可以办理:</div>
  790. <div class="right" style="font-size: 11px;">
  791. <span>工作时间:</span>
  792. <span>法定工作日 9:00-12:00 14:00-17:30</span>
  793. </div>
  794. </div>
  795. </div>
  796. </div>
  797. <div class="zxfw">
  798. <div style="color: #004A93;margin: 15px 0;font-weight: bold;">特色服务</div>
  799. <div class="buttonList">
  800. <div class="button" @click="goToLink('wyyyMobile.html')">延时办</div>
  801. <div class="button" @click="goToLink('wybdbMobile.html')">帮代办</div>
  802. <div class="button" @click="goToLink('https://www.cqna.gov.cn/ykb_254/')">主题服务</div>
  803. <div class="button" @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkml/msjxjsbmp/index.html')">
  804. 免申即享</div>
  805. <!-- <div class="button" @click="goToLink('https://www.cqna.gov.cn/ghwd/znwd/index.html')">智能问答</div> -->
  806. <div class="button" @click="goToLink('https://www.cqna.gov.cn/syygapi/naxsb/zwfwtyy.html')">体验员招募</div>
  807. <div class="button" @click="dialogVisible=true">窗口电话</div>
  808. </div>
  809. </div>
  810. </div>
  811. <div style="width:100%;" class="footer"></div>
  812. </body>
  813. <script>
  814. $(function () {
  815. $(".header").load('https://www.cqna.gov.cn/syygapi/naxsb/top/top_style.html');
  816. $(".footer").load('https://www.cqna.gov.cn/syygapi/naxsb/footer/footer.html');
  817. });
  818. </script>
  819. <!-- 引入 Vue -->
  820. <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/vue.min.js"></script>
  821. <!-- 引入样式 -->
  822. <link rel="stylesheet" href="https://www.cqna.gov.cn/syygapi/naxsb/css/index.css">
  823. <!-- 引入组件库 -->
  824. <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/index.js"></script>
  825. <script>
  826. var nowDiv = new Vue({
  827. el: "#app",
  828. data: function () {
  829. return {
  830. activeName: 'second',
  831. activeNametwo: 'rzbm',
  832. popupShow: false,
  833. btnName: '',
  834. currentFloor: 1,
  835. popupType: "other",
  836. currentPage: 1,
  837. total: 0,
  838. btnid: 1,
  839. dialogVisible: false,
  840. inputValue: '',
  841. floorList: [
  842. {
  843. id: 1,
  844. name: "一楼"
  845. },
  846. {
  847. id: 2,
  848. name: "二楼"
  849. },
  850. {
  851. id: 3,
  852. name: "三楼"
  853. },
  854. ],
  855. rzbmList: [],
  856. zlylqList: [{
  857. id: 1,
  858. mattersName: '《2024国务院公报》',
  859. addr: 'https://www.gov.cn/gongbao/2024/issue_11606/'
  860. }, {
  861. id: 7,
  862. mattersName: '《2024重庆市人民政府公报》',
  863. addr: 'https://www.cq.gov.cn/zwgk/zfxxgkml/zfgb/2024/'
  864. }, {
  865. id: 8,
  866. mattersName: '《2023重庆市南岸区人民政府工作报告》',
  867. addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zfgzbg/index.html'
  868. },
  869. {
  870. id: 2,
  871. mattersName: '《政务公开重点领域的标准目录》',
  872. addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/'
  873. },
  874. {
  875. id: 3,
  876. mattersName: '《惠农惠民补贴资金发放汇总、公示材料、政策清单》',
  877. addr: 'https://www.cqna.gov.cn/bm/qczj/zwgk_59968/zfxxgkml/hmhnzj/btzcqd/202410/t20241028_13746703.html'
  878. },
  879. {
  880. id: 4,
  881. mattersName: '《2024本(镇)街道政府信息公开指南》',
  882. addr: 'https://www.cqna.gov.cn/zwgk_254/jczwgk/'
  883. },
  884. {
  885. id: 5,
  886. mattersName: '《2023本(镇)街道政府信息公开年报》',
  887. addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgknb/'
  888. },
  889. {
  890. id: 6,
  891. mattersName: '《20.21.22.23年行政规范性文件汇编》',
  892. addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zcwj/xzgfxwjk/'
  893. },
  894. {
  895. id: 9,
  896. mattersName: '《2019版政府信息公开条例》',
  897. addr: 'https://flk.npc.gov.cn/detail2.html?ZmY4MDgwODE2ZjNlOThiZDAxNmY0MWYyODYyZTAyMTE'
  898. }
  899. ],
  900. sxqdList: [
  901. {
  902. id: 1,
  903. title: "残疾人证新办",
  904. url: ""
  905. },
  906. {
  907. id: 1,
  908. title: "残疾人证换领",
  909. url: ""
  910. },
  911. {
  912. id: 1,
  913. title: "残疾人证迁移",
  914. url: ""
  915. },
  916. {
  917. id: 1,
  918. title: "残疾人证挂失补办",
  919. url: ""
  920. },
  921. {
  922. id: 1,
  923. title: "残疾人证注销",
  924. url: ""
  925. },
  926. {
  927. id: 1,
  928. title: "残疾类别/等级变更",
  929. url: ""
  930. }
  931. ],
  932. /* 楼层指引 start */
  933. floorGuideShow: false,//楼层指引显示控制
  934. floorGuideList: [
  935. {
  936. floorNum: '-1F',
  937. name: '地下车库'
  938. },
  939. {
  940. floorNum: '-2F',
  941. name: '地下车库'
  942. },
  943. {
  944. floorNum: '1F',
  945. name: '区政务服务大厅'
  946. },
  947. {
  948. floorNum: '2F',
  949. name: '区政务服务大厅'
  950. },
  951. {
  952. floorNum: '3F',
  953. name: '南岸区经开区政务大厅'
  954. },
  955. {
  956. floorNum: '4F',
  957. name: '区公共资源交易中心'
  958. },
  959. {
  960. floorNum: '5F',
  961. name: '南岸区经开区行政服务中心'
  962. },
  963. {
  964. floorNum: '6F',
  965. name: '区民政局'
  966. },
  967. {
  968. floorNum: '7F',
  969. name: '区民政局'
  970. },
  971. {
  972. floorNum: '8F',
  973. name: '区科技局、区民政局'
  974. },
  975. {
  976. floorNum: '9F',
  977. name: '区文化旅游委、区工商联(区总商户)'
  978. },
  979. {
  980. floorNum: '10F',
  981. name: '区文化旅游委'
  982. },
  983. {
  984. floorNum: '11F',
  985. name: '区商务委'
  986. },
  987. {
  988. floorNum: '12F',
  989. name: '区商务委、区违整办'
  990. },
  991. {
  992. floorNum: '13F',
  993. name: '区交通运输委'
  994. },
  995. {
  996. floorNum: '14F',
  997. name: '区道路运输事务中心'
  998. },
  999. {
  1000. floorNum: '15F',
  1001. name: '区生态环境局'
  1002. },
  1003. {
  1004. floorNum: '16F',
  1005. name: '区生态环境局'
  1006. },
  1007. {
  1008. floorNum: '17F',
  1009. name: '区城管局、区生态环境局'
  1010. },
  1011. {
  1012. floorNum: '18F',
  1013. name: '区城管局'
  1014. },
  1015. {
  1016. floorNum: '19F',
  1017. name: '区城管局'
  1018. },
  1019. {
  1020. floorNum: '20F',
  1021. name: '区供销社'
  1022. },
  1023. {
  1024. floorNum: '21F',
  1025. name: '重庆市南岸区隧道轨道交通建设服务中心'
  1026. },
  1027. {
  1028. floorNum: '22F',
  1029. name: ''
  1030. },
  1031. ]
  1032. /* 楼层指引 end */
  1033. };
  1034. },
  1035. created() {
  1036. },
  1037. mounted() {
  1038. const url = new URL(window.location.href);
  1039. const id = url.searchParams.get('floorid');
  1040. $('.threed').show();
  1041. $('.vrdiv').hide();
  1042. document.querySelector('#app').classList.remove('hide');
  1043. },
  1044. methods: {
  1045. handleClose(done) {
  1046. this.dialogVisible = false;
  1047. },
  1048. handleCurrentChange(val) {
  1049. this.currentPage = val;
  1050. if (this.inputValue) {
  1051. this.searchData(val);
  1052. } else {
  1053. this.getItemList(val, this.btnid)
  1054. }
  1055. },
  1056. handleClick(tab, event) {
  1057. if (tab.name == 'fifth') {
  1058. window.open('https://www.cqna.gov.cn/')
  1059. }
  1060. },
  1061. searchData(val) {
  1062. var that = this;
  1063. this.currentPage = val;
  1064. $.ajax({
  1065. url: conpath + "/handleBusiness/search",
  1066. type: "post",
  1067. contentType: 'application/json',
  1068. data: JSON.stringify({
  1069. "keyword": that.inputValue,
  1070. "currentPage": val,
  1071. "pageSize": 7,
  1072. "businessId": that.btnid
  1073. }),
  1074. dataType: "json",
  1075. success: function (data) {
  1076. that.sxqdList = data.data.handleMatters.slice(0, 7);
  1077. that.total = data.data.total;
  1078. that.rzbmList = data.data.handleDepts;
  1079. }
  1080. })
  1081. },
  1082. goToLink(url) {
  1083. if (url) {
  1084. window.open(url);
  1085. }
  1086. },
  1087. floorChange(id) {
  1088. this.floorGuideShow = false;
  1089. this.currentFloor = id;
  1090. this.popupType = 'other'
  1091. this.popupShow = false;
  1092. $('.threed').show();
  1093. $('.vrdiv').hide();
  1094. this.showthreed();
  1095. var detailDivs = document.getElementsByClassName('detailDiv');
  1096. detailDivs[0].style.display = 'none'; // 强制显示元素
  1097. },
  1098. showthreed() {
  1099. $('.threed').show();
  1100. $('.vrdiv').hide();
  1101. $('#vrdiv').removeClass('active');
  1102. $('#threed').addClass('active');
  1103. $('.redio').show();
  1104. $('.lines').show();
  1105. $('.lineh').show();
  1106. },
  1107. showvrdiv() {
  1108. $('.threed').hide();
  1109. $('.vrdiv').show();
  1110. $('#threed').removeClass('active');
  1111. $('#vrdiv').addClass('active');
  1112. $('.redio').hide();
  1113. $('.lines').hide();
  1114. $('.lineh').hide();
  1115. var detailDivs = document.getElementsByClassName('detailDiv');
  1116. detailDivs[0].style.display = 'none'; // 强制显示元素
  1117. },
  1118. backsw() {
  1119. window.location.href = "qjtMobile.html"
  1120. },
  1121. getItemList(currentPage, businessId) {
  1122. var that = this;
  1123. $.ajax({
  1124. url: conpath + "/handleBusiness/query",
  1125. type: "post",
  1126. contentType: 'application/json',
  1127. data: JSON.stringify({
  1128. "currentPage": currentPage,
  1129. "pageSize": 7,
  1130. "businessId": businessId
  1131. }),
  1132. dataType: "json",
  1133. success: function (data) {
  1134. that.sxqdList = data.data.handleMatters;
  1135. that.total = data.data.total;
  1136. }
  1137. })
  1138. }
  1139. }
  1140. })
  1141. </script>
  1142. <script>
  1143. var that = this;
  1144. document.querySelectorAll('.namebtn').forEach(function (element) {
  1145. element.addEventListener('click', function (event) {
  1146. const items = document.querySelectorAll('.namebtn');
  1147. // 清除所有兄弟节点的active类
  1148. items.forEach(i => {
  1149. i.classList.remove('active');
  1150. });
  1151. // 给当前点击的元素添加active类
  1152. this.classList.add('active');
  1153. var detailDivs = document.getElementsByClassName('detailDiv');
  1154. detailDivs[0].style.display = 'block'; // 强制显示元素
  1155. that.nowDiv.popupShow = true;
  1156. //获取弹窗内容
  1157. var popupType = element.getAttribute('data-popupType');
  1158. that.nowDiv.popupType = popupType ? popupType : "other";
  1159. //初始化tab栏
  1160. that.nowDiv.activeNametwo = "sxqd";
  1161. that.nowDiv.inputValue = '';
  1162. var id = element.getAttribute('data-id');
  1163. that.nowDiv.currentPage = 1;
  1164. if (id && id != 12) {
  1165. $('#tab-rzbm').css('display', 'inline-block')
  1166. $('.popuppage').css('display', 'block')
  1167. $('.search').css('display', 'flex')
  1168. that.nowDiv.btnid = id;
  1169. $.ajax({
  1170. url: conpath + "/handleBusiness/" + id,
  1171. type: "get",
  1172. dataType: "json",
  1173. success: function (data) {
  1174. var value = data.data;
  1175. that.nowDiv.btnName = value.handleBusiness.handleName;
  1176. that.nowDiv.rzbmList = value.handleDepts;
  1177. }
  1178. })
  1179. that.nowDiv.getItemList(1, id)
  1180. } else if (id && id == 12) {
  1181. that.nowDiv.popupType = 1;
  1182. that.nowDiv.btnName = '政务公开专区';
  1183. that.nowDiv.rzbmList = [];
  1184. } else {
  1185. $('.search').css('display', 'flex')
  1186. $('#tab-rzbm').css('display', 'inline-block')
  1187. $('.popuppage').css('display', 'block')
  1188. that.nowDiv.btnName = '';
  1189. }
  1190. });
  1191. });
  1192. </script>
  1193. </html>