index.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <!-- 引入样式 -->
  8. <link rel="stylesheet" href="./styles/index.css" />
  9. <link rel="stylesheet" href="./styles/animate.css" />
  10. <!-- 引入js -->
  11. <script src="./libs/vue@2.7.10.js"></script>
  12. <script src="./libs/echarts.min2.js"></script>
  13. <script src="./libs/echarts-gl.min.js"></script>
  14. <script src="./libs/datav.map.vue.js"></script>
  15. <script src="./libs/axios.min.js"></script>
  16. <script src="./js/request.js"></script>
  17. <script src="./js/map/china.json"></script>
  18. <script src="./js/Data.js"></script>
  19. <script src="./libs/echarts-tooltip-carousel.js"></script>
  20. <script src="./libs/echarts-liquidfill.min.js"></script>
  21. </head>
  22. <body>
  23. <!-- <dv-full-screen-container> -->
  24. <div id="app" class="w-full h-full" :class="mapShow?'appbg1':'appbg2'">
  25. <div class="top">
  26. <div class="title" style="padding-top: 2%">
  27. <span>投前管理</span>
  28. <div></div>
  29. </div>
  30. <div class="mainTitle">数智化投资管理驾驶舱</div>
  31. <div class="title" style="padding-top: 2%">
  32. <span>投中、投后管理</span>
  33. <div></div>
  34. </div>
  35. </div>
  36. <div class="bottom">
  37. <div class="left">
  38. <div>
  39. <div class="title">投资计划分析</div>
  40. <div class="content left1">
  41. <div class="overflow-hidden">
  42. <div class="child">
  43. <div style="font-size: 28px">固定资产类项目</div>
  44. <div></div>
  45. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  46. 251.63<span style="font-size: 28px">亿</span>
  47. </div>
  48. <div style="
  49. font-size: 60px;
  50. color: #68bdff;
  51. font-weight: bold;
  52. justify-self: center;
  53. ">
  54. 103<span style="font-size: 28px">个</span>
  55. </div>
  56. <div style="font-size: 28px">投资金额</div>
  57. <div style="font-size: 28px; justify-self: center">
  58. 项目数量
  59. </div>
  60. </div>
  61. <div class="child">
  62. <div style="font-size: 28px">股权类项目</div>
  63. <div></div>
  64. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  65. 17.09<span style="font-size: 28px">亿</span>
  66. </div>
  67. <div style="
  68. font-size: 60px;
  69. color: #68bdff;
  70. font-weight: bold;
  71. justify-self: center;
  72. ">
  73. 58<span style="font-size: 28px">个</span>
  74. </div>
  75. <div style="font-size: 28px">投资金额</div>
  76. <div style="font-size: 28px; justify-self: center">
  77. 项目数量
  78. </div>
  79. </div>
  80. </div>
  81. <div class="overflow-hidden left1B">
  82. <div class="flex items-center justify-center flex-col relative">
  83. <div style="font-size: 72px; color: #ffe036; font-weight: bold">
  84. 450.12<span style="font-size: 28px">亿</span>
  85. </div>
  86. <div style="font-size: 28px">年度投资计划总额</div>
  87. </div>
  88. <div class="left1C">
  89. <div class="flex justify-between left1C-child">
  90. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  91. @click="industryProportionChange(1)"
  92. :class="industryProportion==1?'industryProportion1':'industryProportion2'">
  93. 主辅业计划占比
  94. </div>
  95. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  96. @click="industryProportionChange(2)"
  97. :class="industryProportion==2?'industryProportion1':'industryProportion2'">
  98. 项目管理类型
  99. </div>
  100. </div>
  101. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  102. <div ref="leftEcharts1" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  103. <div style="width: 95%; margin-left: 5%">
  104. <div class="flex items-center font28">
  105. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  106. <span style="margin: 0 10px">{{industryProportion==1?'主业':'特别监管类'}}</span>
  107. <span style="color: #68bdff">41个</span>
  108. </div>
  109. <div ref="leftEcharts2" style="height: 50%; width: 100%"></div>
  110. </div>
  111. </div>
  112. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  113. <div ref="leftEcharts3" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  114. <div style="width: 95%; margin-left: 5%">
  115. <div class="flex items-center font28">
  116. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  117. <span style="margin: 0 10px">{{industryProportion==1?'辅业':'备案类'}}</span>
  118. <span style="color: #68bdff">62个</span>
  119. </div>
  120. <div ref="leftEcharts4" style="height: 50%; width: 100%"></div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <div>
  128. <div class="title">投资额度分析</div>
  129. <div class="content left3">
  130. <div ref="leftEcharts6" style="width: 100%; height: 100%"></div>
  131. <div class="left3A">
  132. <div class="flex justify-center flex-col" style="padding-left: 35%">
  133. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  134. 522.84<span class="font28">亿</span>
  135. </div>
  136. <div class="font28">上年度净利润</div>
  137. </div>
  138. <div class="flex justify-center flex-col" style="padding-left: 35%">
  139. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  140. 621.62<span class="font28">亿</span>
  141. </div>
  142. <div class="font28">固定资产折旧及无形资产摊销</div>
  143. </div>
  144. <div class="flex justify-center flex-col" style="padding-left: 35%">
  145. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  146. 179.39<span class="font28">亿</span>
  147. </div>
  148. <div class="font28">带息负债降压指标</div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. <div>
  154. <div class="title">产业布局分析</div>
  155. <div class="content left2">
  156. <div class="flex items-center justify-around font28" style="padding: 0 10%">
  157. <div @click="industryLayoutChange(0)" class="pointer"
  158. :class="industryLayout==0?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  159. 传统产业分析
  160. </div>
  161. <div @click="industryLayoutChange(1)" class="pointer"
  162. :class="industryLayout==1?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  163. 战略性新兴产业
  164. </div>
  165. <div @click="industryLayoutChange(2)" class="pointer"
  166. :class="industryLayout==2?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  167. 特色优势产业
  168. </div>
  169. <div @click="industryLayoutChange(3)" class="pointer"
  170. :class="industryLayout==3?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  171. 公共基础等产业
  172. </div>
  173. </div>
  174. <div ref="leftEcharts5" style="width: 100%; height: 100%"></div>
  175. </div>
  176. </div>
  177. <div>
  178. <div class="title">企业额度分析</div>
  179. <div class="content">
  180. <div ref="leftEcharts10" style="height: 100%; width: 100%"></div>
  181. </div>
  182. </div>
  183. <div>
  184. <div class="title">项目阶段分析</div>
  185. <div class="content left4">
  186. <div ref="leftEcharts7" style="height: 100%; width: 100%"></div>
  187. <div ref="leftEcharts8" style="height: 100%; width: 100%"></div>
  188. <div class="left4A">
  189. <!-- 第一列 -->
  190. <div style="width: 104px; top: 21%; left: 9%; animation-delay: 1s">
  191. <div class="text-center">1230亿</div>
  192. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  193. </div>
  194. <div style="width: 104px; top: 51%; left: 9%; animation-delay: 1s">
  195. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  196. <div class="text-center">1036亿</div>
  197. </div>
  198. <!-- 第二列 -->
  199. <div style="width: 104px; top: 30%; left: 19%">
  200. <div class="text-center">1830亿</div>
  201. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  202. </div>
  203. <div style="width: 104px; top: 62%; left: 19%">
  204. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  205. <div class="text-center">1025亿</div>
  206. </div>
  207. <!-- 第三列 -->
  208. <div style="width: 104px; top: 35%; left: 29%; animation-delay: 1s">
  209. <div class="text-center">1830亿</div>
  210. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  211. </div>
  212. <div style="width: 104px; top: 60%; left: 29%; animation-delay: 1s">
  213. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  214. <div class="text-center">1025亿</div>
  215. </div>
  216. <!-- 第四列 -->
  217. <div style="width: 104px; top: 31%; left: 39%">
  218. <div class="text-center">1830亿</div>
  219. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  220. </div>
  221. <div style="width: 104px; top: 61%; left: 39%">
  222. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  223. <div class="text-center">1025亿</div>
  224. </div>
  225. <!-- 第五列 -->
  226. <div style="width: 104px; top: 41%; left: 58%; animation-delay: 1s">
  227. <div class="text-center">1830亿</div>
  228. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  229. </div>
  230. <div style="width: 104px; top: 65%; left: 58%; animation-delay: 1s">
  231. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  232. <div class="text-center">1025亿</div>
  233. </div>
  234. <!-- 第六列 -->
  235. <div style="width: 104px; top: 35%; left: 68%">
  236. <div class="text-center">1830亿</div>
  237. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  238. </div>
  239. <div style="width: 104px; top: 63%; left: 68%">
  240. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  241. <div class="text-center">1025亿</div>
  242. </div>
  243. <!-- 第七列 -->
  244. <div style="width: 104px; top: 21%; left: 78%; animation-delay: 1s">
  245. <div class="text-center">1830亿</div>
  246. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  247. </div>
  248. <div style="width: 104px; top: 51%; left: 78%; animation-delay: 1s">
  249. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  250. <div class="text-center">1025亿</div>
  251. </div>
  252. <!-- 第八列 -->
  253. <div style="width: 104px; top: 31%; left: 88%">
  254. <div class="text-center">1830亿</div>
  255. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  256. </div>
  257. <div style="width: 104px; top: 61%; left: 88%">
  258. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  259. <div class="text-center">1025亿</div>
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. <div>
  265. <div class="title">重点项目两线指标</div>
  266. <div class="content left5">
  267. <dv-scroll-board ref="indicator" :config="storageRecordConfig"
  268. @scroll-change="scrollChange"></dv-scroll-board>
  269. <div ref="leftEcharts11" style="width: 100%; height: 100%"></div>
  270. </div>
  271. </div>
  272. </div>
  273. <div class="center" v-if="mapShow">
  274. <div>
  275. <div>
  276. <div class="title">两个转型</div>
  277. <div class="content relative center1">
  278. <div class="flex items-center justify-end" style="font-size: 24px">
  279. <span style="
  280. display: inline-block;
  281. margin-right: 15px;
  282. border-radius: 10px;
  283. width: 25px;
  284. height: 25px;
  285. background: url('../img/blueBig.png') no-repeat center
  286. center;
  287. background-size: 100% 100%;
  288. "></span>
  289. <span style="margin-right: 40px">产业转型</span>
  290. <span style="
  291. display: inline-block;
  292. margin-right: 15px;
  293. border-radius: 10px;
  294. width: 25px;
  295. height: 25px;
  296. background: url('../img/greenBig.png') no-repeat center
  297. center;
  298. background-size: 100% 100%;
  299. "></span>
  300. <span>数字转型</span>
  301. </div>
  302. <div></div>
  303. <div class="absolute flex items-center justify-center flex-col bubble" style="
  304. width: 192px;
  305. height: 192px;
  306. top: 25%;
  307. left: 25%;
  308. animation-delay: 1s;
  309. ">
  310. <span style="font-size: 30px; font-weight: bold; color: #68bdff">206<span class="font28">亿</span></span>
  311. <span class="font28">投资金额</span>
  312. </div>
  313. <div class="absolute flex items-center justify-center flex-col bubble" style="
  314. width: 170px;
  315. height: 170px;
  316. top: 60%;
  317. left: 70%;
  318. animation-delay: 1s;
  319. ">
  320. <span style="font-size: 30px; font-weight: bold; color: #68bdff">153<span class="font28">个</span></span>
  321. <span class="font28">项目数量</span>
  322. </div>
  323. <div class="absolute flex items-center justify-center flex-col bubble"
  324. style="width: 175px; height: 175px; top: 65%; left: 15%">
  325. <span style="font-size: 30px; font-weight: bold; color: #ebde27">113<span class="font28">个</span></span>
  326. <span class="font28">项目数量</span>
  327. </div>
  328. <div class="absolute flex items-center justify-center flex-col bubble"
  329. style="width: 190px; height: 190px; top: 35%; left: 50%">
  330. <span style="font-size: 30px; font-weight: bold; color: #ebde27">168<span class="font28">亿</span></span>
  331. <span class="font28">投资金额</span>
  332. </div>
  333. </div>
  334. </div>
  335. <div>
  336. <div class="title">投资产业分布</div>
  337. <div class="content">
  338. <div style="width: 100%;height: 100%;" ref="leftEcharts12"></div>
  339. </div>
  340. </div>
  341. <div>
  342. <div class="title">投资执行情况</div>
  343. <div class="content">
  344. <div class="w-full h-full" ref="leftEcharts14"></div>
  345. </div>
  346. </div>
  347. </div>
  348. <div class="center2">
  349. <div>
  350. <div class="flex justify-center flex-col">
  351. <div>
  352. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  353. 17.09<span style="font-size: 28px">亿</span>
  354. </div>
  355. <div style="font-size: 28px; justify-self: center">
  356. 总投资额
  357. </div>
  358. </div>
  359. </div>
  360. <div class="flex justify-center flex-col">
  361. <div>
  362. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  363. 353.07<span style="font-size: 28px">亿</span>
  364. </div>
  365. <div style="font-size: 28px; justify-self: center">
  366. 项目总数
  367. </div>
  368. </div>
  369. </div>
  370. <div class="flex justify-center flex-col">
  371. <div>
  372. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  373. 2.22<span style="font-size: 28px">亿</span>
  374. </div>
  375. <div style="font-size: 28px; justify-self: center">
  376. 股权资产
  377. </div>
  378. </div>
  379. </div>
  380. <div class="flex justify-center flex-col">
  381. <div>
  382. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  383. 66.28<span style="font-size: 28px">亿</span>
  384. </div>
  385. <div style="font-size: 28px; justify-self: center">
  386. 固定资产
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. <div class="relative overflow-hidden">
  392. <div ref="shanxi" style="width: 100%; height: 100%; z-index: 100"></div>
  393. <div class="center3" ref="leftEcharts9"></div>
  394. </div>
  395. </div>
  396. <div class="center4">
  397. <div>
  398. <div>
  399. <div class="title">五个一体化</div>
  400. <div class="content">
  401. <div ref="leftEcharts15" style="height: 100%;width: 100%;"></div>
  402. </div>
  403. </div>
  404. </div>
  405. <div>
  406. <div>
  407. <div class="title">投资阶段分析</div>
  408. <div class="content">
  409. <div ref="leftEcharts13" style="height: 100%;width: 100%;"></div>
  410. </div>
  411. </div>
  412. </div>
  413. <div>
  414. <div>
  415. <div class="title">重点项目监控</div>
  416. <div class="content">
  417. <dv-scroll-board :config="storageRecordConfig2" class="h-full w-full" />
  418. </div>
  419. </div>
  420. </div>
  421. </div>
  422. </div>
  423. <div v-else class="centerB h-full w-full relative">
  424. <div class="chinaTop">
  425. <div class="flex justify-center flex-col">
  426. <div style="padding-left: 40%;">
  427. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  428. 17.09<span style="font-size: 28px">亿</span>
  429. </div>
  430. <div style="font-size: 28px; justify-self: center">
  431. 总投资额
  432. </div>
  433. </div>
  434. </div>
  435. <div class="flex justify-center flex-col">
  436. <div style="padding-left: 40%;">
  437. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  438. 353.07<span style="font-size: 28px">亿</span>
  439. </div>
  440. <div style="font-size: 28px; justify-self: center">
  441. 项目总数
  442. </div>
  443. </div>
  444. </div>
  445. <div class="flex justify-center flex-col">
  446. <div style="padding-left: 40%;">
  447. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  448. 2.22<span style="font-size: 28px">亿</span>
  449. </div>
  450. <div style="font-size: 28px; justify-self: center">
  451. 股权资产
  452. </div>
  453. </div>
  454. </div>
  455. <div class="flex justify-center flex-col">
  456. <div style="padding-left: 40%;">
  457. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  458. 66.28<span style="font-size: 28px">亿</span>
  459. </div>
  460. <div style="font-size: 28px; justify-self: center">
  461. 固定资产
  462. </div>
  463. </div>
  464. </div>
  465. </div>
  466. <div ref="china" style="width: 100%; height: 100%; z-index: 100"></div>
  467. <div class="center5" ref="leftEcharts16"></div>
  468. </div>
  469. <div class="right">
  470. <div class="means">
  471. <div class="meansWrap">
  472. <div class="meansHead">
  473. <img src="./img/1.png" alt="" />
  474. 固定资产
  475. </div>
  476. <div class="wrapMeansItem">
  477. <div v-for="(item, index) in meansList" class="itemWid" :class="[topIndex == index ? 'active': '']">
  478. <div class="itemBac">
  479. <div>
  480. {{item.value}}
  481. <p>个</p>
  482. </div>
  483. <span>{{item.label}}</span>
  484. </div>
  485. <img v-if="index != meansList.length -1" src="./img/6.png" alt="" />
  486. </div>
  487. </div>
  488. </div>
  489. <div class="shareholding">
  490. <div class="meansHead">
  491. <img src="./img/2.png" alt="" />
  492. 股权类
  493. </div>
  494. <div class="wrapMeansItem">
  495. <div v-for="(item, index) in stockRightList" :class="[topIndex == index+6 ? 'active': '']"
  496. class="itemWid2">
  497. <div class="itemBac itemBac2">
  498. <div>
  499. {{item.value}}
  500. <p>个</p>
  501. </div>
  502. <span>{{item.label}}</span>
  503. </div>
  504. <img v-if="index != stockRightList.length -1" src="./img/6.png" alt="" />
  505. </div>
  506. </div>
  507. </div>
  508. </div>
  509. <div>
  510. <div class="publicTitle">进度成本偏差概览</div>
  511. <div class="progressCost">
  512. <div class="costItem" v-for="(item, index) in costList">
  513. <div class="itemTop">
  514. <div class="topDiv">
  515. <p>项目数量</p>
  516. <div class="costNum">
  517. {{item.num}}
  518. <span>个</span>
  519. </div>
  520. </div>
  521. <div class="topDiv" style="margin-top: 1.875rem">
  522. <p>项目数量</p>
  523. <div class="costNum">
  524. {{item.value}}
  525. <span>亿</span>
  526. </div>
  527. </div>
  528. </div>
  529. <div class="itemBottom">
  530. <img class="aniLeft" src="./img/8.png" alt="" />
  531. <div>{{item.status}}</div>
  532. <img class="aniRight" src="./img/9.png" alt="" />
  533. </div>
  534. </div>
  535. </div>
  536. </div>
  537. <div>
  538. <div class="publicTitle">投资预算执行</div>
  539. <div class="invest">
  540. <div class="lp">
  541. <div class="quan"></div>
  542. <div class="bigq"></div>
  543. <img :src="investData.investList[witchs].url" alt="" />
  544. <div class="plItem" :style="{transform:'rotate('+innerDeg+'deg)'}">
  545. <div :class="[witchs == index? 'active' : '']" v-for="(item, index) in investData.investList"
  546. :style="{ transform: 'translateY(-50%) rotate(-' + item.deg + 'deg)' }" @click="clickItem(index)">
  547. {{item.name}}
  548. </div>
  549. </div>
  550. </div>
  551. <div class="investInfoWrap">
  552. <div class="investInfo">
  553. 预算额<span>{{investData.investList[witchs].yse}}</span>亿
  554. </div>
  555. <div class="investInfo">
  556. 已签合同额<span>{{investData.investList[witchs].yqhte}}</span>亿
  557. </div>
  558. <div class="investInfo">
  559. 产值认定额<span>{{investData.investList[witchs].czrde}}</span>亿
  560. </div>
  561. <div class="investInfo">
  562. 结算额<span>{{investData.investList[witchs].jse}}</span>亿
  563. </div>
  564. <div class="investInfo">
  565. 付款额<span>{{investData.investList[witchs].fke}}</span>亿
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. <div>
  571. <div class="publicTitle">进度成本偏差</div>
  572. <div class="echartsWrap" ref="rightEcharts1"></div>
  573. </div>
  574. <div>
  575. <div class="publicTitle">项目风险分析</div>
  576. <div class="projectRisk">
  577. <div class="riskWrap" ref="echartR2"></div>
  578. <div class="riskWrap" ref="echartR3"></div>
  579. <div class="riskWrap longRisk" ref="echartR4"></div>
  580. </div>
  581. </div>
  582. </div>
  583. <div class="bottom-tip" @click="backChina"></div>
  584. </div>
  585. <!-- <div style="width: 500px;height: 500px;" ref="echart1"></div> -->
  586. <svg style="height: 700px; width: 100%" class="svg_box">
  587. <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
  588. stroke-dasharray="40 10">
  589. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
  590. to="-360 240 260" dur="20" />
  591. </circle>
  592. </svg>
  593. <svg style="height: 700px; width: 100%" class="svg_box">
  594. <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
  595. stroke-dasharray="10 20">
  596. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
  597. to="360 240 120" dur="20" />
  598. </circle>
  599. </svg>
  600. </div>
  601. <!-- </dv-full-screen-container> -->
  602. <script src="./js/index.js"></script>
  603. </body>
  604. </html>