index.wxml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. <!--pages/publics/publics.wxml-->
  2. <view style=" background-color:#F5F5F5;">
  3. <scroll-view style="height: 1549rpx;" scroll-y="true">
  4. <view class="top">
  5. <image src="{{imgUrl}}index-bg.webp" style="width:100%;height:409rpx"></image>
  6. <image src="{{imgUrl}}toplogo.png" class="top-logo" style="top: {{navHeight}}rpx"></image>
  7. </view>
  8. <!-- 内容1 -->
  9. <view class="content-search" style="height:588rpx;width:100%;background-color:#F5F5F5;position:relative">
  10. <!-- 内容top -->
  11. <view class="content-search-tab" style="height: 588rpx;">
  12. <!-- 搜索 -->
  13. <!-- <view style="width:650rpx;height:60rpx">
  14. <view class="search-view">
  15. <view class="search-icon">
  16. <image src="{{imgUrl}}index-search.png" style="height:28rpx;width:28rpx"></image>
  17. </view>
  18. <input class="search-input" bindinput="bindKeyInput" placeholder="在此输入关键字" />
  19. </view>
  20. </view> -->
  21. <!-- 服务内容1 -->
  22. <view class="content-service">
  23. <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems1 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  24. <view data-item="{{index}}">
  25. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  26. </view>
  27. <view data-item="{{index}}">{{ item.name }}</view>
  28. </view>
  29. </view>
  30. <!-- 服务内容2 -->
  31. <view class="content-service">
  32. <view bindtap="clickService2" data-item="{{index}}" wx:for="{{ serviceItems2 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  33. <view>
  34. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  35. </view>
  36. <view>{{ item.name }}</view>
  37. </view>
  38. </view>
  39. <!-- 百姓聚焦 -->
  40. <view class="content-people" style="margin-top: 15rpx">
  41. <view class="people-title">
  42. <image src="{{imgUrl}}people-title.png" style="height: 59rpx;width: 59rpx;"></image>
  43. <view class="people-font1">百姓聚焦</view>
  44. <view class="people-font2">每日更新</view>
  45. </view>
  46. <view class="people-content">
  47. <view wx:for="{{ peopleService }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="people-content-item {{ item.top?'top':'' }}">
  48. <image wx:if="{{ item.top }}" src="{{imgUrl}}index-top-fire.png" style="height: 24rpx;width: 20rpx;margin-right: 8rpx;"></image>
  49. <view>{{ item.name }}</view>
  50. </view>
  51. </view>
  52. </view>
  53. <!-- 百姓聚焦 -->
  54. </view>
  55. <!-- 内容top -->
  56. </view>
  57. <!-- 三会一聚 -->
  58. <view class="three" style="height:200rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5;">
  59. <swiper current="{{lun}}" autoplay="{{true}}" interval="3000" indicator-dots="{{true}}" style="height: 100%;width: 720rpx">
  60. <swiper-item>
  61. <image src="{{imgUrl}}three.png" style="height:163rpx;width:100%"></image>
  62. </swiper-item>
  63. <swiper-item>
  64. <image src="{{imgUrl}}self-service.png" style="height:163rpx;width:100%"></image>
  65. </swiper-item>
  66. <swiper-item>
  67. <image src="{{imgUrl}}index-video-banner.png" style="height:163rpx;width:100%"></image>
  68. </swiper-item>
  69. </swiper>
  70. </view>
  71. <!-- 南岸动态 -->
  72. <view class="content-na" style="height:502rpx;width:100%;background-color:#F5F5F5;position:relative">
  73. <!-- 浮动 -->
  74. <!-- font-size:32rpx -->
  75. <view class="content-na-tab" style="height: 482rpx;">
  76. <!-- 标题 -->
  77. <view class="na-title">
  78. <!-- 南岸动态 -->
  79. <view class="tab-item {{naTab==0?'active':''}}" bindtap="clickNaTilteTab" data-item="0">
  80. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  81. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  82. <image wx:if="{{ naTab==0 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  83. </view>
  84. <view style="height:50rpx;padding-left:10rpx;">南岸动态</view>
  85. </view>
  86. <!-- 今日重庆 -->
  87. <view class="tab-item {{naTab==1?'active':''}}" bindtap="clickNaTilteTab" data-item="1">
  88. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  89. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  90. <image wx:if="{{ naTab==1 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  91. </view>
  92. <view style="height:50rpx;padding-left:10rpx">今日重庆</view>
  93. </view>
  94. <!-- 国务院信息 -->
  95. <view class="tab-item {{naTab==2?'active':''}}" bindtap="clickNaTilteTab" data-item="2">
  96. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  97. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  98. <image wx:if="{{ naTab==2 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  99. </view>
  100. <view style="height:50rpx;padding-left:10rpx">国务院信息</view>
  101. </view>
  102. </view>
  103. <!-- 标题 -->
  104. <!-- 内容 -->
  105. <view class="na-content">
  106. <swiper current="{{naItem}}" bindchange="naChangeTab" style="height: 100%">
  107. <!-- 南岸动态 -->
  108. <swiper-item>
  109. <include src="naTitleTab.wxml" />
  110. </swiper-item>
  111. <!-- 今日重庆 -->
  112. <swiper-item>
  113. <include src="naTitleTab.wxml" />
  114. </swiper-item>
  115. <!-- 国务院信息 -->
  116. <swiper-item>
  117. <include src="naTitleTab.wxml" />
  118. </swiper-item>
  119. </swiper>
  120. </view>
  121. <!-- 内容 -->
  122. <!-- 更多 -->
  123. <view class="na-more" style="height: 50rpx;">
  124. <view style="height: 50rpx;display:flex;align-items: center;" bindtap="naMore">查看更多 >></view>
  125. </view>
  126. <!-- 更多 -->
  127. </view>
  128. <!-- 浮动 -->
  129. </view>
  130. <!-- 南岸咨询 -->
  131. <!-- 数据中心 -->
  132. <view class="data-cneter" style="height: 1129rpx;width: 100%;background-color:#F5F5F5;position:relative;padding-top: 30rpx">
  133. <!-- 数据中心 -->
  134. <view class="data-center-contain">
  135. <!-- 标题 -->
  136. <view class="data-center-title" bindtap="gotoSjzx">
  137. <view style="display:flex;align-items:center;justify-content:center;">
  138. <image src="{{imgUrl}}index-data-center.png" style="height: 50rpx;width: 56rpx"></image>
  139. </view>
  140. <view class="data-center-title-font">数据中心</view>
  141. </view>
  142. <!-- 标题 -->
  143. <!-- 统计分析 -->
  144. <view class="center-analysis" style="height:272rpx;width:100%;position:relative;">
  145. <!-- 分析header -->
  146. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;" bindtap="gotoZWTJ">
  147. <image src="{{ imgUrl }}index-center-analysis-header.png" style="height: 129rpx;width:650rpx"></image>
  148. </view>
  149. <!-- 分析入口 -->
  150. <view class="center-analysis-enter" style="height: 129rpx;width:100%;position: absolute;bottom:114rpx" bindtap="toDataCenter">
  151. <view class="center-analysis-enter-font">政务服务数据统计分析</view>
  152. <view class="center-analysis-enter-button">
  153. <view class="center-analysis-enter-button-item" style="background: linear-gradient(90deg, #2FB785 0%, #2EE698 100%);">进入 ></view>
  154. </view>
  155. </view>
  156. <!-- 本年办件数 -->
  157. <view style="height: 172rpx;width: 100%;position:relative">
  158. <!-- 办件数浮动 -->
  159. <view style="height: 172rpx;width: 100%;position:absolute;bottom:22rpx">
  160. <!-- 标题 -->
  161. <view style="padding-left:8rpx;display:flex;align-items:center;justify-content:margin-left">
  162. <view class="yellow-point"></view>
  163. <view class="work-title-font">本年办件数</view>
  164. </view>
  165. <!-- 办件数内容 -->
  166. <view style="margin-top:20rpx;display:flex;justify-content: space-between;align-items:center">
  167. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-work-number.png);background-size: 100% 100%;">
  168. <!-- 受理数 -->
  169. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  170. <view style="font-size:19rpx">受理数</view>
  171. <view style="display:flex;flex-direction:row;align-items:center">
  172. <scroll-view scroll-x style="width: 84rpx">
  173. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[0]}}</view>
  174. </scroll-view>
  175. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  176. </view>
  177. </view>
  178. </view>
  179. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-finish-number.png);background-size: 100% 100%;">
  180. <!-- 受理数 -->
  181. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  182. <view style="font-size:19rpx">办结数</view>
  183. <view style="display:flex;flex-direction:row;align-items:center">
  184. <scroll-view scroll-x style="width: 84rpx">
  185. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[1]}}</view>
  186. </scroll-view>
  187. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  188. </view>
  189. </view>
  190. </view>
  191. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-request-number.png);background-size: 100% 100%;">
  192. <!-- 受理数 -->
  193. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  194. <view style="font-size:19rpx">网络提交</view>
  195. <view style="display:flex;flex-direction:row;align-items:center">
  196. <scroll-view scroll-x style="width: 84rpx;">
  197. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[2]}}</view>
  198. </scroll-view>
  199. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  200. </view>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. <!-- 办件数浮动 -->
  206. </view>
  207. <!-- 本年办件数 -->
  208. <!-- 好差评 -->
  209. <view style="margin-top:15rpx;height:300rpx;width:100%;">
  210. <!-- 标题 -->
  211. <view style="padding-left:8rpx;display:flex;align-items:center;justify-content:margin-left">
  212. <view class="yellow-point"></view>
  213. <view class="work-title-font">好差评</view>
  214. </view>
  215. <!-- 内容 -->
  216. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:20rpx">
  217. <view class="evaluate">评价我的办件</view>
  218. <view class="evaluate">评价窗口人员</view>
  219. <view class="evaluate">评价办事指南</view>
  220. <view class="evaluate" style="width: 316rpx;">评价服务应用</view>
  221. <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
  222. </view>
  223. <!-- 评价量 -->
  224. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;height: 130rpx;width: 100%">
  225. <!-- 评价总量 -->
  226. <view style="height: 100rpx;width:310rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  227. <!-- 图标 -->
  228. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
  229. <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
  230. </view>
  231. <!-- 数据 -->
  232. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  233. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
  234. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  235. <view style="font-size: 28rpx;font-weight: bold;">{{evalutionNum}}</view>
  236. <view style="font-size:20rpx;padding-left:5rpx">条</view>
  237. </view>
  238. </view>
  239. </view>
  240. <!-- 满意度 -->
  241. <view style="height: 100rpx;width:310rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  242. <!-- 图标 -->
  243. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
  244. <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
  245. </view>
  246. <!-- 数据 -->
  247. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  248. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
  249. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  250. <view style="font-size: 28rpx;font-weight: bold;">{{evalutionRate}}</view>
  251. <view style="font-size:20rpx;padding-left:5rpx">%</view>
  252. </view>
  253. </view>
  254. </view>
  255. </view>
  256. <!-- 图表 -->
  257. <view hidden="{{canvasImg}}" style="width: 100%;height: 600rpx;">
  258. <ec-canvas id="streetlinechart3" canvas-id="streetlinechart3" ec="{{ streetlinechartec }}" />
  259. </view>
  260. <image hidden="{{!canvasImg}}" src="{{canvasImg}}" style="width: 100%; height: 400rpx" />
  261. </view>
  262. <!-- 好差评 -->
  263. </view>
  264. <!-- 统计分析 -->
  265. </view>
  266. <!-- 数据中心 -->
  267. </view>
  268. <!-- 数据中心 -->
  269. <!-- 政民互动 -->
  270. <view style="height: 1710rpx;width: 100%;position:relative;margin-top: 80rpx;">
  271. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  272. <!-- 标题 -->
  273. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  274. <view style="display:flex;align-items:center;justify-content:center;">
  275. <image src="{{imgUrl}}index-communication.png" style="height: 50rpx;width: 56rpx"></image>
  276. </view>
  277. <view class="data-center-title-font">政民互动</view>
  278. </view>
  279. <!-- 标题 -->
  280. <!-- 内容 -->
  281. <view>
  282. <!-- header -->
  283. <view style="position:relative;height: 129rpx">
  284. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  285. <image src="{{ imgUrl }}index-communicate-header.png" style="height: 129rpx;width:650rpx"></image>
  286. </view>
  287. <!-- 入口 -->
  288. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  289. <view class="center-analysis-enter-font">与南岸政府对话</view>
  290. <view class="center-analysis-enter-button">
  291. <view style="background: linear-gradient(90deg, #30A2F3 0%, #69BCFA 100%);" bindtap="toList" class="center-analysis-enter-button-item">
  292. 进入 ></view>
  293. </view>
  294. </view>
  295. </view>
  296. <!-- header -->
  297. <view style="width: 100%;margin-top:10rpx;height: 150rpx;background: #E5F3FF;border-radius: 10rpx;display:flex;">
  298. <view style="width: 429rpx;height: 100%;padding-left:30rpx;display:flex;flex-direction:column;justify-content:center" bindtap="toList">
  299. <view style="color: #333333;font-weight: 500;font-size: 30rpx;">常见问题咨询</view>
  300. <view style="padding-top:10rpx;color: #999999;font-weight: 500;font-size: 22rpx;">基本问题 都在这里</view>
  301. </view>
  302. <view style="width: 171rpx;height: 100%;display:flex;align-items:center;justify-content:center">
  303. <image src="{{imgUrl}}index-good-communicate.png" style="height: 100rpx;width:105rpx;"></image>
  304. </view>
  305. </view>
  306. <!-- 常见问题over -->
  307. <view style="height: 340rpx;padding: 20rpx 0rpx;display:flex;justify-content:space-between;flex-wrap: wrap">
  308. <!-- 1 -->
  309. <view style="height: 150rpx;width:315rpx;background-color:#FEEEEC;border-radius:10rpx;display:flex;align-items:center">
  310. <view style="padding-left:30rpx;display:flex;flex-direction:column">
  311. <view style="color: #333333;font-size:30rpx">在线访谈</view>
  312. <view style="color: #999999;font-size:22rpx;padding-top:5rpx">在民众在线交流</view>
  313. </view>
  314. </view>
  315. <!-- 2 -->
  316. <view style="height: 150rpx;width:315rpx;background-color:#ECF2FE;border-radius:10rpx;display:flex;align-items:center" bindtap="toLeaveMessage">
  317. <view style="padding-left:30rpx;display:flex;flex-direction:column">
  318. <view style="color: #333333;font-size:30rpx">我要留言</view>
  319. <view style="color: #999999;font-size:22rpx;padding-top:5rpx">有什么想说的?畅所欲言</view>
  320. </view>
  321. </view>
  322. <!-- 3 -->
  323. <view style="height: 150rpx;width:315rpx;background-color:#E5FFF9;border-radius:10rpx;display:flex;align-items:center">
  324. <view style="padding-left:30rpx;display:flex;flex-direction:column">
  325. <view style="color: #333333;font-size:30rpx">12345热线</view>
  326. <view style="color: #999999;font-size:22rpx;padding-top:5rpx">政务服务便民热线</view>
  327. </view>
  328. </view>
  329. <!-- 4 -->
  330. <view style="height: 150rpx;width:315rpx;background-color:#FCF6E2;border-radius:10rpx;display:flex;align-items:center">
  331. <view style="padding-left:30rpx;display:flex;flex-direction:column">
  332. <view style="color: #333333;font-size:30rpx">投诉建议</view>
  333. <view style="color: #999999;font-size:22rpx;padding-top:5rpx">欢迎您反映问题</view>
  334. </view>
  335. </view>
  336. </view>
  337. <!-- 交流访谈over -->
  338. <!-- 智能问答 -->
  339. <view style="height: 200rpx;width:100%" bindtap="gotoZlwd">
  340. <view style="height: 183rpx;width:100%;background-image: url({{imgUrl}}index-smart-question.png);;background-size: 100% 100%;">
  341. <view style="padding-left:35rpx;height:100%;display:flex;flex-direction:column;justify-content:center">
  342. <view style="color: #FFFFFF;font-size:32rpx;padding-bottom:15rpx;letter-spacing:4rpx">智能问答</view>
  343. <view style="font-size: 24rpx;width:80rpx;height: 30rpx;padding: 5rpx 23rpx;display: flex;align-items: center;justify-content: center;background-color:#7FC5F8;color: #FFFFFF;border-radius: 20rpx;">
  344. 进入 ></view>
  345. </view>
  346. </view>
  347. </view>
  348. <!-- 智能问答 -->
  349. <!-- 列表 -->
  350. <view style="height: 800rpx">
  351. <view style="display:flex">
  352. <view class="communicate-tab-item {{communicateTab==0?'active':''}}" bindtap="communicateChangeItem" data-item="0">
  353. <view style="height: 100%;display:flex;align-items:center;justify-content:center;">法规意见征集</view>
  354. </view>
  355. <view class="communicate-tab-item {{communicateTab==1?'active':''}}" bindtap="communicateChangeItem" data-item="1">
  356. <view style="height: 100%;display:flex;align-items:center;justify-content:center;">在线调查</view>
  357. </view>
  358. </view>
  359. <!-- 内容 -->
  360. <view style="height: 680rpx;flex: 1">
  361. <swiper style="height: 100%" current="{{communicateItem}}" bindchange="communicateChangeTab">
  362. <swiper-item>
  363. <scroll-view scroll-y="true" style="height: 100%;padding:0;margin:0;">
  364. <include src="communicateList.wxml" />
  365. </scroll-view>
  366. </swiper-item>
  367. <swiper-item>
  368. <scroll-view scroll-y="true" bindscrolltolower="investigationScrollBottom" style="height: 100%;padding:0;margin:0;">
  369. <include src="investigation.wxml" />
  370. </scroll-view>
  371. </swiper-item>
  372. </swiper>
  373. </view>
  374. </view>
  375. <!-- 列表 -->
  376. </view>
  377. <!-- 内容 -->
  378. </view>
  379. </view>
  380. <!-- 政民互动 -->
  381. <!-- 媒体矩阵 -->
  382. <view style="height: 924rpx;width: 100%;position:relative;margin-top: 80rpx;">
  383. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  384. <!-- 标题 -->
  385. <view style="display: flex;justify-content: left;align-items: center;height: 60rpx;">
  386. <view style="display:flex;align-items:center;justify-content:center;">
  387. <image src="{{imgUrl}}index-media.png" style="height: 50rpx;width: 56rpx"></image>
  388. </view>
  389. <view class="data-center-title-font">媒体矩阵</view>
  390. </view>
  391. <!-- 标题 -->
  392. <!-- 内容 -->
  393. <view>
  394. <!-- header -->
  395. <view style="position:relative;height: 129rpx">
  396. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  397. <image src="{{ imgUrl }}index-media-header.png" style="height: 129rpx;width:650rpx"></image>
  398. </view>
  399. <!-- 入口 -->
  400. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  401. <view class="center-analysis-enter-font">政务新媒体矩阵</view>
  402. <view class="center-analysis-enter-button">
  403. <view bindtap="gotoMTJZ" style="background: linear-gradient(90deg, #AF66DC 0%, #D6AAF3 100%);" class="center-analysis-enter-button-item">
  404. 进入 ></view>
  405. </view>
  406. </view>
  407. </view>
  408. <!-- header -->
  409. <!-- content -->
  410. <view>
  411. <!-- 头部导航 -->
  412. <view class="media-swiper-tab">
  413. <scroll-view scroll-x="true" show-scrollbar="false" scroll-with-animation="true" scroll-left="{{navScrollLeft}}rpx" style="width: 100%;white-space: nowrap;">
  414. <block wx:for="{{provList}}" wx:key="i">
  415. <view class="media-swiper-tab-list {{mediaCurrentTab==index ? 'active' : ''}}" data-current="{{index}}" bindtap="swichNav">{{item.name}}</view>
  416. </block>
  417. </scroll-view>
  418. </view>
  419. <!-- 头部导航 -->
  420. <!-- 选项内容 -->
  421. <view style="margin-top: 25rpx">
  422. <swiper current="{{mediaCurrentTab}}" class="media-swiper-box" duration="300" bindchange="mediaBindChange">
  423. <swiper-item>
  424. <view class="message" style="padding: 4rpx 40rpx;">
  425. <view wx:for="{{mediaReleaseList}}" wx:key="index" bindtap="gotoReleaseDetail" data-url="{{item.url}}" class="releaseList">
  426. <view style="width: 450rpx;">{{item.title}}</view>
  427. <image src="data:{{item.cover}}" style="width: 75rpx;height:75rpx" />
  428. </view>
  429. </view>
  430. </swiper-item>
  431. <swiper-item>
  432. <view style="display: flex;justify-content: flex-start;flex-wrap: wrap">
  433. <!-- 选项 -->
  434. <view wx:for="{{mediaSelectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="{{index % 2 === 0?'media-icon-1':'media-icon-2'}}">
  435. <view style="display: flex;align-items:center;justify-content:center;margin-right: 4rpx">
  436. <image src="{{item.img}}" style="height:44rpx;width:44rpx;"></image>
  437. </view>
  438. <view style="display: flex;align-items:center;justify-content:center">{{item.name}}</view>
  439. </view>
  440. </view>
  441. </swiper-item>
  442. <swiper-item>
  443. <view wx:for="{{mediaHeadlineList}}" wx:key="index" class="news-item" bindtap="gotoHeadlineDetail" data-url="{{item.url}}">
  444. <view class="jigou">
  445. <view style="background-color: #B9D9FD;display: inline-block;padding: 0px 10rpx;">{{item.officialAccount}}</view>
  446. </view>
  447. <view style="margin: 16rpx 0 28rpx 0;">{{item.title}}</view>
  448. <view class="time">{{item.createTime}}</view>
  449. </view>
  450. </swiper-item>
  451. </swiper>
  452. </view>
  453. <!-- 选项内容 -->
  454. </view>
  455. <!-- content -->
  456. </view>
  457. <!-- 内容 -->
  458. </view>
  459. </view>
  460. <!-- 媒体矩阵 -->
  461. <!-- 南岸报 -->
  462. <view style="width: 100%;position:relative;margin-top: 80rpx;" bindtap="gotoNewsPaper">
  463. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  464. <!-- 标题 -->
  465. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  466. <view style="display:flex;align-items:center;justify-content:center;">
  467. <image src="{{imgUrl}}index-paper.png" style="height: 50rpx;width: 56rpx"></image>
  468. </view>
  469. <view class="data-center-title-font">南岸报</view>
  470. </view>
  471. <!-- 标题 -->
  472. <!-- 内容 -->
  473. <view>
  474. <!-- header -->
  475. <view style="position:relative;height: 129rpx">
  476. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  477. <image src="{{ imgUrl }}index-paper-header.png" style="height: 129rpx;width:650rpx"></image>
  478. </view>
  479. <!-- 入口 -->
  480. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  481. <view class="center-analysis-enter-font">南岸报</view>
  482. <view class="center-analysis-enter-button">
  483. <view bindtap="gotoNAB" style="background: linear-gradient(90deg, #F58661 0%, #FCAF96 100%);" class="center-analysis-enter-button-item">
  484. 进入 ></view>
  485. </view>
  486. </view>
  487. </view>
  488. <!-- header -->
  489. <!-- 报 -->
  490. <!-- <view style="height: 790rpx;width: 100%;display: flex">
  491. <view style="height: 761rpx;width: 550rpx;position:relative;">
  492. <view style="padding: 20rpx;border: 3rpx solid #FFFFFF;box-shadow: 8rpx -5rpx 25rpx 0rpx rgba(29,29,29,0.18);top: -22rpx;position:absolute;height: 761rpx;width: 505rpx;">
  493. <image src="{{imgUrl}}index-paper-content-paper.png" style="height: 761rpx;width: 505rpx;"></image>
  494. </view>
  495. </view>
  496. <view style="height: 771rpx;width: 100rpx;position:relative;background-image: url({{imgUrl}}index-paper-page.png);background-size: 100% 100%;">
  497. <view style="top: 20rpx;left:20rpx;position:absolute; display: flex;flex-direction: column;width: 30rpx;color: #FFFFFF;font-size: 28rpx;">
  498. 上一版</view>
  499. <view style="top: 200rpx;left:20rpx;position:absolute; display: flex;flex-direction: column;width: 30rpx;color: #FFFFFF;font-size: 28rpx;">
  500. 下一版</view>
  501. </view>
  502. </view> -->
  503. </view>
  504. <!-- 内容 -->
  505. </view>
  506. </view>
  507. <!-- 南岸报 -->
  508. <!-- 地图服务 -->
  509. <view style="height: 349rpx;width: 100%;position:relative;margin-top: 80rpx;">
  510. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  511. <!-- 标题 -->
  512. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  513. <view style="display:flex;align-items:center;justify-content:center;">
  514. <image src="{{imgUrl}}index-map-title.png" style="height: 50rpx;width: 56rpx"></image>
  515. </view>
  516. <view class="data-center-title-font">地图服务</view>
  517. </view>
  518. <!-- 标题 -->
  519. <!-- 内容 -->
  520. <view>
  521. <!-- header -->
  522. <view style="position:relative;height: 129rpx">
  523. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  524. <image src="{{ imgUrl }}index-map-header.png" style="height: 129rpx;width:650rpx"></image>
  525. </view>
  526. <!-- 入口 -->
  527. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  528. <view class="center-analysis-enter-font">地图搜索</view>
  529. <view class="center-analysis-enter-button">
  530. <view bindtap="gotoDTSS" style="background: linear-gradient(90deg, #0163EA 0%, #00BEFA 100%);" class="center-analysis-enter-button-item">
  531. 进入 ></view>
  532. </view>
  533. </view>
  534. </view>
  535. <!-- header -->
  536. <!-- content -->
  537. <view style="margin-top:28rpx;width: 100%;height: 136rpx;display:flex;flex-wrap: wrap;justify-content: space-between;">
  538. <!-- 按钮 -->
  539. <view bindtap="gotoDTSS" data-item="{{ item.name }}" wx:for="{{ mapServiceData }}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 50rpx;width: 139rpx;background-color: #EEF5FF;display:flex;align-items:center;justify-content:center;font-size:24rpx;color: #333333;letter-spacing: 2rpx;border-radius: 10rpx;">
  540. {{item.name}}
  541. </view>
  542. </view>
  543. </view>
  544. <!-- 内容 -->
  545. </view>
  546. </view>
  547. <!-- 地图服务 -->
  548. <!-- 视频推荐 -->
  549. <view style="width: 100%;position:relative;margin-top: 80rpx;">
  550. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;">
  551. <!-- 标题 -->
  552. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  553. <view style="display:flex;align-items:center;justify-content:center;">
  554. <image src="{{imgUrl}}index-video-title.png" style="height: 50rpx;width: 56rpx"></image>
  555. </view>
  556. <view class="data-center-title-font">视频推荐</view>
  557. </view>
  558. <!-- 标题 -->
  559. <!-- 内容 -->
  560. <view>
  561. <!-- header -->
  562. <view style="position:relative;height: 129rpx">
  563. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  564. <image src="{{ imgUrl }}index-video-header.png" style="height: 129rpx;width:650rpx"></image>
  565. </view>
  566. <!-- 入口 -->
  567. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  568. <view class="center-analysis-enter-font">视频推荐</view>
  569. <view class="center-analysis-enter-button">
  570. <view bindtap="gotoSPTJ" style="background: linear-gradient(90deg, #FFAF03 0%, #F9BF41 100%);" class="center-analysis-enter-button-item">
  571. 进入 ></view>
  572. </view>
  573. </view>
  574. </view>
  575. <!-- header -->
  576. <view>
  577. <swiper current="{{0}}" display-multiple-items="3" autoplay="{{false}}" style="height: 180rpx;">
  578. <swiper-item wx:for="{{videoInfo}}" wx:key="index" style="text-align: center;">
  579. <image src="{{imgUrl}}{{item.url}}" style="height:133rpx;width:201rpx" />
  580. <view style="width:201rpx;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 12px;font-family: PingFang SC;color: #999999;">{{item.title}}</view>
  581. </swiper-item>
  582. </swiper>
  583. </view>
  584. </view>
  585. <!-- 内容 -->
  586. </view>
  587. </view>
  588. <!-- 视频推荐 -->
  589. <!-- 印象南岸 -->
  590. <view style="height: 470rpx;width: 100%;position:relative;margin-top: 30rpx;margin-bottom: 60rpx;">
  591. <view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  592. <!-- 标题 -->
  593. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  594. <view style="display:flex;align-items:center;justify-content:center;">
  595. <image src="{{imgUrl}}index-na-title.png" style="height: 50rpx;width: 56rpx"></image>
  596. </view>
  597. <view class="data-center-title-font">印象南岸</view>
  598. </view>
  599. <!-- 标题 -->
  600. <!-- 内容 -->
  601. <view>
  602. <!-- header -->
  603. <view style="position:relative;height: 129rpx">
  604. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  605. <image src="{{ imgUrl }}index-na-header.png" style="height: 129rpx;width:650rpx"></image>
  606. </view>
  607. <!-- 入口 -->
  608. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  609. <view class="center-analysis-enter-font">印象南岸</view>
  610. <view class="center-analysis-enter-button">
  611. <view style="background: linear-gradient(90deg, #A28164 0%, #CBB197 100%);" bindtap="toYxna" class="center-analysis-enter-button-item">
  612. 进入 ></view>
  613. </view>
  614. </view>
  615. </view>
  616. <!-- header -->
  617. <view style="font-size: 30rpx;font-weight: 400;color: #FFFFFF;line-height: 56rpx;text-align: center;position: relative;">
  618. <image src="{{imgUrl}}yxnaLine.png" style="width:653rpx;height:174rpx" />
  619. <view bindtap="toJfq" style="width: 136rpx;height: 56rpx;background: #996749;border-radius: 10rpx;position: absolute;top: 35rpx;">
  620. 解放前</view>
  621. <view bindtap="toJfh" style="width: 232rpx;height: 56rpx;background: #A45A3A;border-radius: 10rpx;position: absolute;top: 187rpx;left: 126rpx;">
  622. 解放后-80年代</view>
  623. <view bindtap="toXsj" style="width: 226rpx;height: 56rpx;background: #D17C4B;border-radius: 10rpx;position: absolute;top: 35rpx;left: 232rpx;">
  624. 80年代-新世纪</view>
  625. <view bindtap="toQxn" style="width: 226rpx;height: 56rpx;background: #D6603A;border-radius: 10rpx;position: absolute;right: 9rpx;bottom: -5rpx;">
  626. 新世纪-千禧年</view>
  627. </view>
  628. </view>
  629. <!-- 内容 -->
  630. </view>
  631. </view>
  632. <!-- 印象南岸 -->
  633. <!-- 底部 -->
  634. <view style="height: 200rpx">
  635. </view>
  636. </scroll-view>
  637. </view>