Browse Source

2页面修改 弹窗增加 数据修改

zhbyyy 1 năm trước cách đây
mục cha
commit
816ec82f51

BIN
investment/images/foot-back.png


BIN
investment/images/popup.png


+ 193 - 162
investment/investHome2.html

@@ -1,72 +1,46 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <!-- 引入样式 -->
-    <link rel="stylesheet" href="./styles/element-ui@2.15.9.css" />
-    <link rel="stylesheet" href="./styles/normalize.css" />
-    <link rel="stylesheet" href="./styles/investHome2.css" />
-    <!-- 引入js -->
-    <script src="./libs/vue@2.7.10.js"></script>
-    <script src="./libs/datav.min.js"></script>
-    <script src="./libs/echarts.min.js"></script>
-    <script src="./libs/element-ui@2.15.9.js"></script>
-    <script src="./libs/axios.min.js"></script>
-    <script src="./js/request.js"></script>
-    <script src="./libs/echarts-liquidfill.min.js"></script>
-    <script src="./libs/echarts-tooltip-carousel.js"></script>
-  </head>
-  <body>
-    <div id="app">
-      <dv-full-screen-container>
-        <header class="my-header">
-          <span>投资管理数智中心</span>
-          <span class="right">{{time}}</span>
-        </header>
-        <div class="main">
-          <div class="left">
-            <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
-              <div class="title">
-                <span class="text">储备项目分析</span>
-              </div>
-              <div class="content">
-                <div class="content-left">
-                  <div class="item">
-                    <div class="item-title">825.60<span>亿</span></div>
-                    <div class="item-img">
-                      <img style="width: 100%; height: 100%" src="./images/icon-1-home2.png" alt="">
-                    </div>
-                    <div class="item-text">储备项目总金额</div>
-                  </div>
-                  <div class="item">
-                    <div class="item-title">786<span>个</span></div>
-                    <div class="item-img">
-                      <img style="width: 100%; height: 100%" src="./images/icon-2-home2.png" alt="">
-                    </div>
-                    <div class="item-text">储备项目数量</div>
-                  </div>
-                  <div class="item">
-                    <div class="item-title">23.56<span>%</span></div>
-                    <div class="item-img">
-                      <img style="width: 100%; height: 100%" src="./images/icon-3-home2.png" alt="">
-                    </div>
-                    <div class="item-text">储备项目准化率</div>
-                  </div>
-                </div>
-                <div class="content-right">
-                  <div ref="echartL1" style="width: 100%; height: 100%;"></div>
+
+<head>
+  <meta charset="utf-8" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <meta name="viewport" content="width=device-width, initial-scale=1" />
+  <!-- 引入样式 -->
+  <link rel="stylesheet" href="./styles/element-ui@2.15.9.css" />
+  <link rel="stylesheet" href="./styles/normalize.css" />
+  <link rel="stylesheet" href="./styles/investHome2.css" />
+  <!-- 引入js -->
+  <script src="./libs/vue@2.7.10.js"></script>
+  <script src="./libs/datav.min.js"></script>
+  <script src="./libs/echarts.min.js"></script>
+  <script src="./libs/element-ui@2.15.9.js"></script>
+  <script src="./libs/axios.min.js"></script>
+  <script src="./js/request.js"></script>
+  <script src="./libs/echarts-liquidfill.min.js"></script>
+  <script src="./libs/echarts-tooltip-carousel.js"></script>
+</head>
+
+<body>
+  <div id="app">
+    <dv-full-screen-container>
+      <header class="my-header">
+        <span>数智化投资管理驾驶舱</span>
+        <span class="right">{{time}}</span>
+      </header>
+      <div class="main">
+        <div class="left">
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">投资额度分析</span>
+              <span class="tip-window">2023年</span>
+            </div>
+            <div class="content">
+              <div class="content-left" style="flex-wrap: wrap;">
+                <div class="topChange0">
+                  <div>山西焦煤</div>
+                  <img src="./images/foot-back.png" style="width:100%;height:auto" alt="">
                 </div>
-              </div>
-            </dv-border-box-8>
-            <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
-              <div class="title">
-                <span class="text">投资额度分析</span>
-                <span class="tip-window">2023年</span>
-              </div>
-              <div class="content">
-                <div class="content-left" style="flex-wrap: wrap;">
+                <div class="topChange1">
                   <div class="item2">
                     <div class="item2-title" style="color: #15FFA2;">574.12<span>亿</span></div>
                     <div class="item2-img">
@@ -96,121 +70,178 @@
                     <div class="item2-text">上一年度经营业绩</div>
                   </div>
                 </div>
-                <div class="content-right">
-                  <div ref="echartL2" style="width: 100%; height: 100%;"></div>
-                </div>
               </div>
-            </dv-border-box-8>
-            <dv-border-box-8 :dur="10" style="flex: 1;">
-              <div class="title">
-                <span class="text">重点项目两线指标</span>
+              <div class="content-right">
+                <div ref="echartL2" class="topChange2" style="width: 100%; height: 100%;"></div>
+                <div class="jt"></div>
               </div>
-              <div class="content">
-                <div class="content-left">
-                  <div ref="echartL3" style="width: 100%; height: 100%;"></div>
-                </div>
-                <div class="content-con">
-                  <div ref="echartL4" style="width: 100%; height: 100%;"></div>
-                </div>
-                <div class="content-right">
-                  <div class="item5">
-                    <div class="title">山西焦煤集团</div>
-                    <dv-scroll-board :config="storageRecordConfig" style="width: 100%; height:calc(100% - 30px)"/>
-                  </div>
-                </div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">企业额度分析</span>
+              <span class="tip-window">2023年</span>
+            </div>
+            <div class="content">
+              <div id="echartL1" style="width: 100%; height: 100%"></div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1;">
+            <div class="title">
+              <span class="text">重点项目两线指标</span>
+            </div>
+            <div class="content">
+              <div class="content-right" style="margin-right: 10px;">
+                <dv-scroll-board :config="storageRecordConfig" class="" />
               </div>
-            </dv-border-box-8>
-          </div>
-          <div class="right">
-            <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
-              <div class="title">
-                <span class="text">投资计划分析</span>
-                <span class="tip-window">2023年</span>
+              <div class="content-left">
+                <div ref="echartL3" style="width: 100%; height: 100%;"></div>
               </div>
-              <div class="content">
-                <div class="content-left">
-                  <div class="content-left-l">
-                    <div class="item3">
-                      <div class="item3-title">450.12<span>亿</span></div>
-                      <div class="item3-img">
-                        <img style="width: 100%; height: 100%;" src="./images/icon-8-home2.png" alt="">
-                      </div>
-                      <div class="item4-text">
-                        年度投资计划总额
-                      </div>
+            </div>
+          </dv-border-box-8>
+        </div>
+        <div class="right">
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">投资计划分析</span>
+              <span class="tip-window">2023年</span>
+            </div>
+            <div class="content">
+              <div class="content-left">
+                <div class="content-left-l">
+                  <div class="item3">
+                    <div class="item3-title">450.12<span>亿</span></div>
+                    <div class="item3-img">
+                      <img style="width: 100%; height: 100%;" src="./images/icon-8-home2.png" alt="">
+                    </div>
+                    <div class="item4-text">
+                      年度投资计划总额
                     </div>
                   </div>
-                  <div class="content-left-r">
-                    <div class="content-left-r-t">
-                      <div class="item4">
-                        <div class="item4-title">列入省级项目重点项目</div>
-                        <div class="item4-con">
-                          <div class="item">
-                            <div class="title">200<span>亿</span></div>
-                            <div class="text">投资金额</div>
-                          </div>
-                          <div class="item">
-                            <div class="title">20<span>个</span></div>
-                            <div class="text">项目数量</div>
-                          </div>
+                </div>
+                <div class="content-left-r">
+                  <div class="content-left-r-t">
+                    <div class="item4">
+                      <div class="item4-title">列入省级项目重点项目</div>
+                      <div class="item4-con">
+                        <div class="item">
+                          <div class="title">200<span>亿</span></div>
+                          <div class="text">投资金额</div>
+                        </div>
+                        <div class="item">
+                          <div class="title">20<span>个</span></div>
+                          <div class="text">项目数量</div>
                         </div>
                       </div>
                     </div>
-                    <div class="content-left-r-b">
-                      <div class="item4">
-                        <div class="item4-title">国家或省政府决定的重大项目</div>
-                        <div class="item4-con">
-                          <div class="item">
-                            <div class="title">200<span>亿</span></div>
-                            <div class="text">投资金额</div>
-                          </div>
-                          <div class="item">
-                            <div class="title">20<span>个</span></div>
-                            <div class="text">项目数量</div>
-                          </div>
+                  </div>
+                  <div class="content-left-r-b">
+                    <div class="item4">
+                      <div class="item4-title">国家或省政府决定的重大项目</div>
+                      <div class="item4-con">
+                        <div class="item">
+                          <div class="title">200<span>亿</span></div>
+                          <div class="text">投资金额</div>
+                        </div>
+                        <div class="item">
+                          <div class="title">20<span>个</span></div>
+                          <div class="text">项目数量</div>
                         </div>
                       </div>
                     </div>
                   </div>
                 </div>
-                <div class="content-right">
-                  <div class="content-right-l">
-                    <div ref="echartR1" style="width: 100%; height: 100%;"></div>
-                  </div>
-                  <div class="content-right-r">
-                    <div ref="echartR2" style="width: 100%; height: 100%;"></div>
-                  </div>
-                </div>
-              </div>
-            </dv-border-box-8>
-            <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
-              <div class="title">
-                <span class="text">投前项目阶段分析</span>
-                <span class="tip-window">省重点项目</span>
               </div>
-              <div class="content" style="flex-direction: column;">
-                <div class="content-top">
-                  <div ref="echartR3" style="width: 100%; height: 100%;"></div>
+              <div class="content-right">
+                <div class="content-right-l">
+                  <div ref="echartR1" style="width: 100%; height: 100%;"></div>
+                </div>
+                <div class="content-right-r">
+                  <div ref="echartR2" style="width: 100%; height: 100%;"></div>
                 </div>
               </div>
-            </dv-border-box-8>
-            <dv-border-box-8 :dur="10" style="flex: 1;">
-              <div class="title">
-                <span class="text">企业后评价分析</span>
-              </div>
-              <div class="content">
-                <div class="content-left">
-                  <div ref="echartR4" style="width: 100%; height: 100%;"></div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1;margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">企业后评价分析</span>
+            </div>
+            <div class="content">
+              <div class="fourPie">
+                <div class="content-con">
+                  <div ref="echartL4" style="width: 100%; height: 100%;"></div>
+                </div>
+                <div class="content-con">
+                  <div ref="echartL5" style="width: 100%; height: 100%;"></div>
                 </div>
-                <div class="content-right">
-                  <div ref="echartR5" style="width: 100%; height: 100%;"></div>
+                <div class="content-con">
+                  <div ref="echartL6" style="width: 100%; height: 100%;"></div>
+                </div>
+                <div class="content-con">
+                  <div ref="echartL7" style="width: 100%; height: 100%;"></div>
                 </div>
               </div>
-            </dv-border-box-8>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1;">
+            <div class="title">
+              <span class="text">投前项目阶段分析</span>
+              <!-- <span class="tip-window">省重点项目</span> -->
+            </div>
+            <div class="content" style="flex-direction: column;">
+              <div class="content-top" style="margin-bottom: 0;">
+                <div ref="echartR3" style="width: 100%; height: 100%;"></div>
+              </div>
+            </div>
+          </dv-border-box-8>
+        </div>
+      </div>
+      <div class="tip" v-show="showTip2">
+        <!-- <div class="tip"> -->
+        <div class="tip-down" @click="showTip2 = false">×</div>
+        <div class="tip1">晋能控股</div>
+        <div class="tip2">
+          <div>
+            <div class="tip2-title">二 零 二 二 年 度</div>
+            <div class="tip2-list">
+              <div>
+                <span>合并报表净利润</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">135.26</span>亿元</span>
+              </div>
+              <div>
+                <span>提取固定资产折旧和无形资产摊销</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">317.76</span>亿元</span>
+              </div>
+              <div>
+                <span>预计压降带息负债</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">9.81</span>亿元</span>
+              </div>
+            </div>
+          </div>
+          <div class="pie" ref="echartR4" style="width: 100%; height: 100%;"></div>
+          <div>
+            <div class="tip2-title">二 零 二 三 年 度</div>
+            <div class="tip2-list">
+              <div>
+                <span>合并报表净利润</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">135.26</span>亿元</span>
+              </div>
+              <div>
+                <span>提取固定资产折旧和无形资产摊销</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">317.76</span>亿元</span>
+              </div>
+              <div>
+                <span>预计压降带息负债</span>
+                <span style="color:#4C96CB"><span style="font-size: 20px;font-weight: bold;">9.81</span>亿元</span>
+              </div>
+            </div>
           </div>
+          <div class="pie" ref="echartR5" style="width: 100%; height: 100%;"></div>
         </div>
-      </dv-full-screen-container>
-    </div>
-    <script src="./js/investHome2.js"></script>
-  </body>
-</html>
+      </div>
+    </dv-full-screen-container>
+  </div>
+  <script src="./js/investHome2.js"></script>
+</body>
+
+</html>

+ 219 - 0
investment/investHome2compound.html

@@ -0,0 +1,219 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="utf-8" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <meta name="viewport" content="width=device-width, initial-scale=1" />
+  <!-- 引入样式 -->
+  <link rel="stylesheet" href="./styles/element-ui@2.15.9.css" />
+  <link rel="stylesheet" href="./styles/normalize.css" />
+  <link rel="stylesheet" href="./styles/investHome2compound.css" />
+  <!-- 引入js -->
+  <script src="./libs/vue@2.7.10.js"></script>
+  <script src="./libs/datav.min.js"></script>
+  <script src="./libs/echarts.min.js"></script>
+  <script src="./libs/element-ui@2.15.9.js"></script>
+  <script src="./libs/axios.min.js"></script>
+  <script src="./js/request.js"></script>
+  <script src="./libs/echarts-liquidfill.min.js"></script>
+  <script src="./libs/echarts-tooltip-carousel.js"></script>
+</head>
+
+<body>
+  <div id="app">
+    <dv-full-screen-container>
+      <header class="my-header">
+        <span>投资管理数智中心</span>
+        <span class="right">{{time}}</span>
+      </header>
+      <div class="main">
+        <div class="left">
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">储备项目分析</span>
+            </div>
+            <div class="content">
+              <div class="content-left">
+                <div class="item">
+                  <div class="item-title">825.60<span>亿</span></div>
+                  <div class="item-img">
+                    <img style="width: 100%; height: 100%" src="./images/icon-1-home2.png" alt="">
+                  </div>
+                  <div class="item-text">储备项目总金额</div>
+                </div>
+                <div class="item">
+                  <div class="item-title">786<span>个</span></div>
+                  <div class="item-img">
+                    <img style="width: 100%; height: 100%" src="./images/icon-2-home2.png" alt="">
+                  </div>
+                  <div class="item-text">储备项目数量</div>
+                </div>
+                <div class="item">
+                  <div class="item-title">23.56<span>%</span></div>
+                  <div class="item-img">
+                    <img style="width: 100%; height: 100%" src="./images/icon-3-home2.png" alt="">
+                  </div>
+                  <div class="item-text">储备项目准化率</div>
+                </div>
+              </div>
+              <div class="content-right">
+                <div ref="echartL1" style="width: 100%; height: 100%;"></div>
+              </div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">投资额度分析</span>
+              <span class="tip-window">2023年</span>
+            </div>
+            <div class="content">
+              <div class="content-left" style="flex-wrap: wrap;">
+                <div class="item2">
+                  <div class="item2-title" style="color: #15FFA2;">574.12<span>亿</span></div>
+                  <div class="item2-img">
+                    <img style="width: 100%; height: 100%;" src="./images/icon-4-home2.png" alt="">
+                  </div>
+                  <div class="item2-text">上一年度经营业绩</div>
+                </div>
+                <div class="item2">
+                  <div class="item2-title" style="color: #DD9CFF;">212.21<span>亿</span></div>
+                  <div class="item2-img">
+                    <img style="width: 100%; height: 100%;" src="./images/icon-5-home2.png" alt="">
+                  </div>
+                  <div class="item2-text">上一年度经营业绩</div>
+                </div>
+                <div class="item2">
+                  <div class="item2-title" style="color: #EBC805;">222.31<span>亿</span></div>
+                  <div class="item2-img">
+                    <img style="width: 100%; height: 100%;" src="./images/icon-6-home2.png" alt="">
+                  </div>
+                  <div class="item2-text">上一年度经营业绩</div>
+                </div>
+                <div class="item2">
+                  <div class="item2-title" style="color: #08E4FA;">523.32<span>亿</span></div>
+                  <div class="item2-img">
+                    <img style="width: 100%; height: 100%;" src="./images/icon-7-home2.png" alt="">
+                  </div>
+                  <div class="item2-text">上一年度经营业绩</div>
+                </div>
+              </div>
+              <div class="content-right">
+                <div ref="echartL2" style="width: 100%; height: 100%;"></div>
+              </div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1;">
+            <div class="title">
+              <span class="text">重点项目两线指标</span>
+            </div>
+            <div class="content">
+              <div class="content-left">
+                <div ref="echartL3" style="width: 100%; height: 100%;"></div>
+              </div>
+              <div class="content-con">
+                <div ref="echartL4" style="width: 100%; height: 100%;"></div>
+              </div>
+              <div class="content-right">
+                <div class="item5">
+                  <div class="title">山西焦煤集团</div>
+                  <dv-scroll-board :config="storageRecordConfig" style="width: 100%; height:calc(100% - 30px)" />
+                </div>
+              </div>
+            </div>
+          </dv-border-box-8>
+        </div>
+        <div class="right">
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">投资计划分析</span>
+              <span class="tip-window">2023年</span>
+            </div>
+            <div class="content">
+              <div class="content-left">
+                <div class="content-left-l">
+                  <div class="item3">
+                    <div class="item3-title">450.12<span>亿</span></div>
+                    <div class="item3-img">
+                      <img style="width: 100%; height: 100%;" src="./images/icon-8-home2.png" alt="">
+                    </div>
+                    <div class="item4-text">
+                      年度投资计划总额
+                    </div>
+                  </div>
+                </div>
+                <div class="content-left-r">
+                  <div class="content-left-r-t">
+                    <div class="item4">
+                      <div class="item4-title">列入省级项目重点项目</div>
+                      <div class="item4-con">
+                        <div class="item">
+                          <div class="title">200<span>亿</span></div>
+                          <div class="text">投资金额</div>
+                        </div>
+                        <div class="item">
+                          <div class="title">20<span>个</span></div>
+                          <div class="text">项目数量</div>
+                        </div>
+                      </div>
+                    </div>
+                  </div>
+                  <div class="content-left-r-b">
+                    <div class="item4">
+                      <div class="item4-title">国家或省政府决定的重大项目</div>
+                      <div class="item4-con">
+                        <div class="item">
+                          <div class="title">200<span>亿</span></div>
+                          <div class="text">投资金额</div>
+                        </div>
+                        <div class="item">
+                          <div class="title">20<span>个</span></div>
+                          <div class="text">项目数量</div>
+                        </div>
+                      </div>
+                    </div>
+                  </div>
+                </div>
+              </div>
+              <div class="content-right">
+                <div class="content-right-l">
+                  <div ref="echartR1" style="width: 100%; height: 100%;"></div>
+                </div>
+                <div class="content-right-r">
+                  <div ref="echartR2" style="width: 100%; height: 100%;"></div>
+                </div>
+              </div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1; margin-bottom: 10px;">
+            <div class="title">
+              <span class="text">投前项目阶段分析</span>
+              <span class="tip-window">省重点项目</span>
+            </div>
+            <div class="content" style="flex-direction: column;">
+              <div class="content-top">
+                <div ref="echartR3" style="width: 100%; height: 100%;"></div>
+              </div>
+            </div>
+          </dv-border-box-8>
+          <dv-border-box-8 :dur="10" style="flex: 1;">
+            <div class="title">
+              <span class="text">企业后评价分析</span>
+            </div>
+            <div class="content">
+              <div class="content-left">
+                <div ref="echartR4" style="width: 100%; height: 100%;"></div>
+              </div>
+              <div class="content-right">
+                <div ref="echartR5" style="width: 100%; height: 100%;"></div>
+              </div>
+            </div>
+          </dv-border-box-8>
+        </div>
+      </div>
+    </dv-full-screen-container>
+  </div>
+  <script src="./js/investHome2compound.js"></script>
+</body>
+
+</html>

+ 534 - 329
investment/js/investHome2.js

@@ -2,6 +2,7 @@ let app = new Vue({
   el: '#app',
   data () {
     return {
+      showTip2: false,
       year: '2022',
       time: '',
       timer: '',
@@ -12,19 +13,22 @@ let app = new Vue({
         content: '{nt}个',
       },
       storageRecordConfig: {
-        header: [],
+        header: ['项目名称', '所属企业', '总投资额'],
         headerBGC: '#05507b33',
         oddRowBGC: '#05507b33',
         evenRowBGC: '',
-        headerHeight: '40',
         rowNum: 4,
         align: ['center'],
         data: [
-          ['工程建设项目'],
-          ['施工图设计'],
-          ['工程建设项目'],
-          ['施工图设计'],
-          ['工程建设项目'],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"],
+          ['建设工程项目', '山西建投', "60.32亿"]
         ],
       },
       companyList: [
@@ -67,12 +71,13 @@ let app = new Vue({
       this.initChartL2()
       this.initChartL3()
       this.initChartL4()
+      this.initChartL5()
+      this.initChartL6()
+      this.initChartL7()
       this.initChartR1()
       this.initChartR2()
       this.initChartR3()
-      this.initChartR4()
-      this.initChartR5()
-    }, 0)
+    },)
   },
   methods: {
     convertData (data) {
@@ -525,63 +530,155 @@ let app = new Vue({
       })
     },
     initChartL1 () {
-      let myChart = echarts.init(this.$refs['echartL1'])
+      let myChart = echarts.init(document.getElementById("echartL1"));
       let option = {
-        title: {
-          text: '储备项目产业分布',
-          x: 'center',
-          y: '87%',
-          textStyle: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 12,
-          },
+        grid: {
+          top: 35,
+          right: 40,
+          left: 60,
+          bottom: 40,
         },
         tooltip: {
-          trigger: 'item',
+          show: true,
+          trigger: "axis",
+          axisPointer: {
+            // 坐标轴指示器,坐标轴触发有效
+            type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
+          },
         },
-        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
-        legend: {
-          icon: 'circle',
-          top: 'bottom',
-          orient: 'vertical',
-          right: '1%',
-          textStyle: {
-            color: '#9DB9EB',
+        xAxis: {
+          data: ["山西焦煤", "晋能控股", "华阳新材", "潞安化工", "华新燃气", "太重集团", "国际能源", "华远陆港", "水控集团", "文旅集团", "交控集团", '航产集团', '山西建设', '汾酒集团', '大地控股'],
+          axisTick: {
+            show: false,
+          },
+          // x轴的字体颜色
+          axisLabel: {
+            rotate: 40,
+            textStyle: {
+              color: "white",
+            },
+          },
+          //y轴线的颜色以及宽度
+          axisLine: {
+            show: true,
+            lineStyle: {
+              color: "#1E5389",
+              width: 1,
+              type: "solid",
+            },
+          },
+        },
+        yAxis: {
+          // name: '亿元',
+          nameTextStyle: {//y轴上方单位的颜色
+            color: '#fff',
+          },
+          axisTick: {
+            lineStyle: {
+              color: "#18416F",
+            },
+          },
+          // y轴的字体颜色
+          axisLabel: {
+            textStyle: {
+              color: "white",
+            },
+          },
+          splitLine: {
+            show: false,
+            lineStyle: {
+              color: "#204561",
+              width: 1,
+              type: "dotted",
+            },
+          },
+          //y轴线的颜色以及宽度
+          axisLine: {
+            show: true,
+            lineStyle: {
+              color: "#1E5389",
+              width: 1,
+              type: "solid",
+            },
           },
         },
         series: [
           {
-            name: '',
-            type: 'pie',
-            radius: ['50%', '70%',],
-            center: ['50%', '45%'],
+            name: "2022年额度",
+            type: "bar",
+            data: [1200, 680, 562, 268, 717, 843, 987, 126, 723, 569, 534, 753, 864, , 834, 764, 978],
+            showBackground: false,
+            backgroundStyle: {
+              color: "#18416F",
+            },
+            barWidth: "10%",
             itemStyle: {
-              normal: {
-                label: {
-                  show: false,
+              barBorderRadius: [10, 10, 0, 0],
+              color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
+                {
+                  offset: 0,
+                  color: "#132543",
+                }, //柱图渐变色
+                {
+                  offset: 1,
+                  color: "#897DFF",
                 },
-              },
+              ]),
             },
-            labelLine: {
-              show: false,
-              emphasis: {
-                show: true
-              }
+          },
+          {
+            name: "2023年额度",
+            type: "bar",
+            data: [658, 1125, 658, 999, 643, 675, 743, 724, 733, 725, 652, 865, 749, 359, 241],
+            showBackground: false,
+            backgroundStyle: {
+              color: "#18416F",
+            },
+            barWidth: "10%",
+            itemStyle: {
+              barBorderRadius: [10, 10, 0, 0],
+              color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
+                {
+                  offset: 0,
+                  color: "#132543",
+                }, //柱图渐变色
+                {
+                  offset: 1,
+                  color: "#FED95B",
+                },
+              ]),
             },
-            data: [
-              { value: 1048, name: '煤炭' },
-              { value: 735, name: '火电' },
-              { value: 580, name: '焦化' },
-              { value: 484, name: '风电' },
-            ],
           },
         ],
-      }
-      myChart.setOption(option)
+        legend: {
+          data: ["2022年额度", "2023年额度"],
+          textStyle: {
+            // 图列内容样式
+            color: "#fff", // 字体颜色
+            // fontSize: "10",
+          },
+          right: 'center',
+          icon: "roundRect",
+          // 小图标的宽高
+          itemHeight: 5,
+        },
+      };
       tools.loopShowTooltip(myChart, option, {
         nterval: 2000,
         loopSeries: true,
       })
+      let that = this
+      myChart.on('click', function (param) {
+        console.log(param)
+        if (param.name == '晋能控股') {
+          that.showTip2 = true
+          setTimeout(() => {
+            that.initChartR4()
+            that.initChartR5()
+          })
+        }
+      })
+      myChart.setOption(option);
     },
     initChartL2 () {
       let myChart = echarts.init(this.$refs['echartL2'])
@@ -670,7 +767,7 @@ let app = new Vue({
           bottom: '25%',
         },
         xAxis: {
-          data: ['总投资收益率', '销售利润率'],
+          data: ['总投资收益率', '销售利润率', '成本费用利润率', '总资产周转率', '财务内部收益率'],
           axisLine: {
             show: true, //隐藏X轴轴线
             lineStyle: {
@@ -735,7 +832,7 @@ let app = new Vue({
                 ]),
               },
             },
-            data: [10, 20],
+            data: [10, 20, 30, 40, 50],
             markLine: {
               symbol: ['none', 'none'],
               data: [
@@ -783,9 +880,9 @@ let app = new Vue({
       let myChart = echarts.init(this.$refs['echartL4'])
       let option = {
         title: {
-          text: '储备项目产业分布',
+          text: '产业类型分析',
           x: 'center',
-          y: '87%',
+          y: '0%',
           textStyle: {
             color: 'rgba(255,255,255,0.6)',
             fontSize: 12,
@@ -796,6 +893,7 @@ let app = new Vue({
         },
         color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
         legend: {
+          show: false,
           icon: 'circle',
           top: 'bottom',
           orient: 'vertical',
@@ -808,8 +906,8 @@ let app = new Vue({
           {
             name: '',
             type: 'pie',
-            radius: ['50%', '70%'],
-            center: ['50%', '45%'],
+            radius: ['0%', '70%'],
+            center: ['50%', '60%'],
             itemStyle: {
               normal: {
                 label: {
@@ -835,13 +933,13 @@ let app = new Vue({
         loopSeries: true,
       })
     },
-    initChartR1 () {
-      let myChart = echarts.init(this.$refs['echartR1'])
+    initChartL5 () {
+      let myChart = echarts.init(this.$refs['echartL5'])
       let option = {
         title: {
-          text: '储备项目产业分布',
-          x: '15%',
-          y: '87%',
+          text: '传统产业',
+          x: 'center',
+          y: '0%',
           textStyle: {
             color: 'rgba(255,255,255,0.6)',
             fontSize: 12,
@@ -852,6 +950,7 @@ let app = new Vue({
         },
         color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
         legend: {
+          show: false,
           icon: 'circle',
           top: 'bottom',
           orient: 'vertical',
@@ -864,8 +963,8 @@ let app = new Vue({
           {
             name: '',
             type: 'pie',
-            radius: ['40%', '60%'],
-            center: ['40%', '45%'],
+            radius: ['0%', '70%'],
+            center: ['50%', '60%'],
             itemStyle: {
               normal: {
                 label: {
@@ -890,14 +989,13 @@ let app = new Vue({
         nterval: 2000,
         loopSeries: true,
       })
-    },
-    initChartR2 () {
-      let myChart = echarts.init(this.$refs['echartR2'])
+    }, initChartL6 () {
+      let myChart = echarts.init(this.$refs['echartL6'])
       let option = {
         title: {
-          text: '储备项目产业分布',
-          x: '15%',
-          y: '87%',
+          text: '战略性新兴产业',
+          x: 'center',
+          y: '0%',
           textStyle: {
             color: 'rgba(255,255,255,0.6)',
             fontSize: 12,
@@ -908,6 +1006,7 @@ let app = new Vue({
         },
         color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
         legend: {
+          show: false,
           icon: 'circle',
           top: 'bottom',
           orient: 'vertical',
@@ -920,8 +1019,8 @@ let app = new Vue({
           {
             name: '',
             type: 'pie',
-            radius: ['40%', '60%'],
-            center: ['40%', '45%'],
+            radius: ['0%', '70%'],
+            center: ['50%', '60%'],
             itemStyle: {
               normal: {
                 label: {
@@ -946,141 +1045,56 @@ let app = new Vue({
         nterval: 2000,
         loopSeries: true,
       })
-    },
-    initChartR3 () {
-      let myChart = echarts.init(this.$refs['echartR3'])
+    }, initChartL7 () {
+      let myChart = echarts.init(this.$refs['echartL7'])
       let option = {
         title: {
-          text: '固定资产项目',
+          text: '基础产业',
+          x: 'center',
+          y: '0%',
           textStyle: {
-            color: '#69C0FF',
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
           },
-          top: '10',
-          left: '10'
-        },
-        textStyle: {
-          color: '#fff',
         },
         tooltip: {
-          trigger: "axis",
-          axisPointer: {
-            lineStyle: {
-              type: 'dashed',
-              width: 2,
-              color: 'rgba(255,255,255,0.6)'
-            },
-            animation: true
-          }
-        },
-        grid: {
-          top: '22%',
-          right: '5%',
-          left: '10%',
-          bottom: '15%',
-        },
-        yAxis: {
-          data: ['批量备案', '特别监管'],
-          splitLine: {
-            show: true,
-            lineStyle: {
-              color: '#68b4dd66',
-              type: 'dashed',
-            },
-          },
-          axisLine: {
-            show: false
-          },
-          axisLabel: {
-            show: true,
-            formatter: '{value}',
-            textStyle: {
-              color: 'rgba(250,250,250,0.6)',
-            },
-          },
-          nameTextStyle: {
-            color: '#ebf8ac',
-            fontSize: 16,
-          },
+          trigger: 'item',
         },
-        xAxis: {
-          data: ['项目储备', '项目立项', '项目可研', '可研论证', '投资决策'],
-          axisLine: {
-            show: true, //隐藏X轴轴线
-            lineStyle: {
-              color: '#005094',
-              width: 1,
-            },
-          },
-          axisTick: {
-            show: false, //隐藏X轴刻度
-          },
-          axisLabel: {
-            show: true,
-            textStyle: {
-              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 12,
-            },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          show: false,
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
           },
         },
         series: [
           {
-            name: '批量备案',
-            type: 'scatter',
-            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 0.5;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
-                },
-                position: 'top'
-              }
-            },
+            name: '',
+            type: 'pie',
+            radius: ['0%', '70%'],
+            center: ['50%', '60%'],
             itemStyle: {
               normal: {
-                color: '#45DAD1'
-              }
-            },
-            data: [
-              ['项目储备', '批量备案', 200],
-              ['项目立项', '批量备案', 1500],
-              ['项目可研', '批量备案', 2000],
-              ['可研论证', '批量备案', 2500],
-              ['投资决策', '批量备案', 3000],
-            ]
-          },
-          {
-            name: '特别监管',
-            type: 'scatter',
-            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 0.5;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
+                label: {
+                  show: false,
                 },
-                position: 'top'
-              }
+              },
             },
-            itemStyle: {
-              normal: {
-                color: '#40A9FF'
-              }
+            labelLine: {
+              show: false,
             },
             data: [
-              ['项目储备', '特别监管', 1400],
-              ['项目立项', '特别监管', 1500],
-              ['项目可研', '特别监管', 5500],
-              ['可研论证', '特别监管', 500],
-            ]
-          }
-        ]
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
+          },
+        ],
       }
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {
@@ -1092,102 +1106,264 @@ let app = new Vue({
       let myChart = echarts.init(this.$refs['echartR4'])
       let option = {
         title: {
-          text: '当居企后评价项目数后',
+          text: '2022年的可投资总额',
           x: 'center',
-          y: '3%',
+          y: '87%',
           textStyle: {
-            color: '#69C0FF',
-            fontSize: 14,
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
           },
         },
         tooltip: {
-          trigger: 'axis',
-          axisPointer: {
-            type: 'shadow',
-          },
-        },
-        grid: {
-          top: '22%',
-          right: '5%',
-          left: '10%',
-          bottom: '15%',
+          trigger: 'item',
         },
+        color: ['#69C1FF', '#4B97CC',],
         legend: {
-          data: '',
-          top: '12%',
-          right: '5%',
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
           textStyle: {
-            color: 'rgba(250,250,250,0.6)',
-            fontSize: 16,
+            color: '#9DB9EB',
           },
         },
-        xAxis: {
-          data: ['一级', '二级'],
-          axisLine: {
-            show: true, //隐藏X轴轴线
-            lineStyle: {
-              color: '#005094',
-              width: 1,
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            label: {
+              normal: {
+                show: true,
+                position: 'center',
+                color: '#4c4a4a',
+                formatter: '{total|' + '462.83' + '}' + '\n\r' + '{active|亿元}',
+                rich: {
+                  total: {
+                    fontSize: 20,
+                    fontFamily: "微软雅黑",
+                    color: '#fff'
+                  },
+                  active: {
+                    fontFamily: "微软雅黑",
+                    fontSize: 15,
+                    color: '#fff'
+                  },
+                }
+              },
+              emphasis: {//中间文字显示
+                show: true,
+              }
+            },
+            radius: ['40%', '60%'],
+            center: ['50%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
+              },
+            },
+            labelLine: {
+              show: false,
             },
+            data: [
+              { value: 1048, name: '已使用额度' },
+              { value: 735, name: '可使用额度' }
+            ],
+
           },
-          axisTick: {
-            show: false, //隐藏X轴刻度
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR5 () {
+      let myChart = echarts.init(this.$refs['echartR5'])
+      let option = {
+        title: {
+          text: '2023年的可投资总额',
+          x: 'center',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
           },
-          axisLabel: {
-            show: true,
-            rotate: 15,
-            textStyle: {
-              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 16,
-            },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#69C1FF', '#4B97CC',],
+        legend: {
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
           },
         },
-        yAxis: [
+        series: [
           {
-            type: 'value',
-            nameTextStyle: {
-              color: '#ebf8ac',
-              fontSize: 16,
+            name: '',
+            type: 'pie',
+            label: {
+              normal: {
+                show: true,
+                position: 'center',
+                top: '50',
+                color: '#4c4a4a',
+                formatter: '{total|' + '462.83' + '}' + '\n\r' + '{active|亿元}',
+                rich: {
+                  total: {
+                    fontSize: 20,
+                    fontFamily: "微软雅黑",
+                    color: '#fff'
+                  },
+                  active: {
+                    fontFamily: "微软雅黑",
+                    fontSize: 15,
+                    color: '#fff'
+                  },
+                }
+              },
+              emphasis: {//中间文字显示
+                show: true,
+              }
             },
-            splitLine: {
-              show: true,
-              lineStyle: {
-                color: '#68b4dd66',
-                type: 'dashed',
+            radius: ['40%', '60%'],
+            center: ['50%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
               },
             },
-            axisLine: {
+            labelLine: {
               show: false,
             },
-            axisLabel: {
-              show: true,
-              textStyle: {
-                color: 'rgba(250,250,250,0.6)',
-                fontSize: 16,
+            data: [
+              { value: 1048, name: '已使用额度' },
+              { value: 735, name: '可使用额度' }
+            ],
+
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR1 () {
+      let myChart = echarts.init(this.$refs['echartR1'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: 'center',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          show: false,
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            radius: ['40%', '60%'],
+            center: ['50%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
               },
             },
+            labelLine: {
+              show: false,
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
           },
         ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR2 () {
+      let myChart = echarts.init(this.$refs['echartR2'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: 'center',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          show: false,
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
         series: [
           {
             name: '',
-            type: 'bar',
-            barWidth: 15,
+            type: 'pie',
+            radius: ['40%', '60%'],
+            center: ['50%', '45%'],
             itemStyle: {
               normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#69c0ff',
-                  },
-                  {
-                    offset: 1,
-                    color: '#082550',
-                  },
-                ]),
+                label: {
+                  show: false,
+                },
               },
             },
-            data: [10, 20],
+            labelLine: {
+              show: false,
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
           },
         ],
       }
@@ -1197,41 +1373,80 @@ let app = new Vue({
         loopSeries: true,
       })
     },
-    initChartR5 () {
-      let myChart = echarts.init(this.$refs['echartR5'])
+    initChartR3 () {
+      let myChart = echarts.init(this.$refs['echartR3'])
       let option = {
         title: {
-          text: '当属企业评分情况',
-          x: 'center',
-          y: '3%',
+          text: '固定资产项目',
           textStyle: {
             color: '#69C0FF',
-            fontSize: 14,
           },
+          top: '10',
+          left: '10'
+        },
+        textStyle: {
+          color: '#fff',
         },
         tooltip: {
-          trigger: 'axis',
+          trigger: "axis",
           axisPointer: {
-            type: 'shadow',
-          },
+            lineStyle: {
+              type: 'dashed',
+              width: 2,
+              color: 'rgba(255,255,255,0.6)'
+            },
+            animation: true
+          }
         },
         grid: {
-          top: '22%',
+          top: '25%',
           right: '5%',
           left: '10%',
-          bottom: '15%',
+          bottom: '0',
         },
-        legend: {
-          data: ['过程管控企业层得分', '发展线指标情况企业层得分'],
-          top: '12%',
-          right: '5%',
+        visualMap: {
+          type: 'piecewise',
+          top: 'top',
+          min: 0,
+          right: 100,
           textStyle: {
-            color: 'rgba(250,250,250,0.6)',
-            fontSize: 12,
+            color: 'white',
+          },
+          // pieces: ['固定投资累类', '股权及其他类']
+          pieces: [{
+            label: '固定资产类',
+            color: 'orange'
+          }, {
+            label: '股权及其他类',
+            color: '#6b61a8'
+          }]
+        },
+        yAxis: {
+          data: ['批量备案', '特别监管'],
+          splitLine: {
+            show: true,
+            lineStyle: {
+              color: '#68b4dd66',
+              type: 'dashed',
+            },
+          },
+          axisLine: {
+            show: false
+          },
+          axisLabel: {
+            show: true,
+            formatter: '{value}',
+            textStyle: {
+              color: 'rgba(250,250,250,0.6)',
+            },
+          },
+          nameTextStyle: {
+            color: '#ebf8ac',
+            fontSize: 16,
           },
         },
         xAxis: {
-          data: ['一级', '二级'],
+          data: ['项目储备', '项目立项', '项目可研', '可研论证', '投资决策'],
           axisLine: {
             show: true, //隐藏X轴轴线
             lineStyle: {
@@ -1244,81 +1459,71 @@ let app = new Vue({
           },
           axisLabel: {
             show: true,
-            rotate: 15,
             textStyle: {
               color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 16,
+              fontSize: 12,
             },
           },
         },
-        yAxis: [
+        series: [
           {
-            type: 'value',
-            nameTextStyle: {
-              color: '#ebf8ac',
-              fontSize: 16,
-            },
-            splitLine: {
-              show: true,
-              lineStyle: {
-                color: '#68b4dd66',
-                type: 'dashed',
-              },
-            },
-            axisLine: {
-              show: false,
+            name: '批量备案',
+            type: 'scatter',
+            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
+            symbolSize: function (data) {
+              return Math.sqrt(data[2]) * 0.5;
             },
-            axisLabel: {
-              show: true,
-              textStyle: {
-                color: 'rgba(250,250,250,0.6)',
-                fontSize: 16,
-              },
+            label: {
+              emphasis: {
+                show: true,
+                formatter: function (param) {
+                  return param.data[2];
+                },
+                position: 'top'
+              }
             },
-          },
-        ],
-        series: [
-          {
-            name: '过程管控企业层得分',
-            type: 'bar',
-            barWidth: 15,
             itemStyle: {
               normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#5e7ae9',
-                  },
-                  {
-                    offset: 1,
-                    color: '#082550',
-                  },
-                ]),
-              },
+                color: '#45DAD1'
+              }
             },
-            data: [10, 20],
+            data: [
+              ['项目储备', '批量备案', 200],
+              ['项目立项', '批量备案', 1500],
+              ['项目可研', '批量备案', 2000],
+              ['可研论证', '批量备案', 2500],
+              ['投资决策', '批量备案', 3000],
+            ]
           },
           {
-            name: '发展线指标情况企业层得分',
-            type: 'bar',
-            barWidth: 15,
+            name: '特别监管',
+            type: 'scatter',
+            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
+            symbolSize: function (data) {
+              return Math.sqrt(data[2]) * 0.5;
+            },
+            label: {
+              emphasis: {
+                show: true,
+                formatter: function (param) {
+                  return param.data[2];
+                },
+                position: 'top'
+              }
+            },
             itemStyle: {
               normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#69c0ff',
-                  },
-                  {
-                    offset: 1,
-                    color: '#082550',
-                  },
-                ]),
-              },
+                color: '#40A9FF'
+              }
             },
-            data: [10, 20],
-          },
-        ],
+            data: [
+              ['项目储备', '特别监管', 1400],
+              ['项目立项', '特别监管', 1500],
+              ['项目可研', '特别监管', 5500],
+              ['可研论证', '特别监管', 500],
+            ]
+          }
+        ]
       }
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {

+ 1330 - 0
investment/js/investHome2compound.js

@@ -0,0 +1,1330 @@
+let app = new Vue({
+  el: '#app',
+  data () {
+    return {
+      year: '2022',
+      time: '',
+      timer: '',
+      mapName: 'shanxi',
+      geoCoordMap: {},
+      config1: {
+        number: [100],
+        content: '{nt}个',
+      },
+      storageRecordConfig: {
+        header: [],
+        headerBGC: '#05507b33',
+        oddRowBGC: '#05507b33',
+        evenRowBGC: '',
+        headerHeight: '40',
+        rowNum: 4,
+        align: ['center'],
+        data: [
+          ['工程建设项目'],
+          ['施工图设计'],
+          ['工程建设项目'],
+          ['施工图设计'],
+          ['工程建设项目'],
+        ],
+      },
+      companyList: [
+        { name: '山西焦煤' },
+        { name: '晋能控股' },
+        { name: '华新燃气' },
+        { name: '山西建投' },
+        { name: '潞安化工' },
+        { name: '华远陆港' },
+        { name: '航产集团' },
+        { name: '大地控股' },
+        { name: '国新能源' },
+        { name: '汾酒集团' },
+        { name: '云时代' },
+        { name: '神农科技' },
+        { name: '华阳新材' },
+        { name: '华舰体育' },
+        { name: '交控集团' },
+        { name: '文旅集团' },
+        { name: '水控集团' },
+        { name: '太重集团' },
+      ],
+    }
+  },
+  created () {
+    this.time = formatDate()
+    this.timer = setInterval(() => {
+      this.time = formatDate()
+    }, 1000)
+  },
+  beforeDestroy () {
+    if (this.timer) {
+      clearInterval(this.timer);
+    }
+  },
+  mounted () {
+    // 左侧图表
+    setTimeout(() => {
+      this.initChartL1()
+      this.initChartL2()
+      this.initChartL3()
+      this.initChartL4()
+      this.initChartR1()
+      this.initChartR2()
+      this.initChartR3()
+      this.initChartR4()
+      this.initChartR5()
+    }, 0)
+  },
+  methods: {
+    convertData (data) {
+      var res = []
+      for (var i = 0; i < data.length; i++) {
+        var geoCoord = this.geoCoordMap[data[i].name]
+        if (geoCoord) {
+          res.push({
+            name: data[i].name,
+            value: geoCoord.concat(data[i].value),
+          })
+        }
+      }
+      return res
+    },
+    initChinaChart () {
+      var data = [
+        { name: '吕梁市', value: 150 },
+        { name: '大同市', value: 190 },
+        { name: '忻州市', value: 140 },
+        { name: '朔州市', value: 160 },
+        { name: '晋中市', value: 100 },
+        { name: '太原市', value: 300 },
+        { name: '临汾市', value: 190 },
+        { name: '长治市', value: 100 },
+        { name: '晋城市', value: 280 },
+        { name: '运城市', value: 180 },
+        { name: '阳泉市', value: 110 },
+      ]
+
+      var moveLine = {
+        normal: [
+          {
+            fromName: '太原市',
+            toName: '吕梁市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.3574, 37.7325],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '忻州市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.4561, 38.8971],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '临汾市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.4783, 36.1615],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '阳泉市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.4778, 38.0951],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '晋中市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.7747, 37.37],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '运城市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.1487, 35.2002],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '大同市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.7854, 39.8035],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '晋城市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.7856, 35.6342],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '长治市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.8625, 36.4746],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '朔州市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.0713, 39.6991],
+            ],
+          },
+        ],
+      }
+      /*获取地图数据*/
+      let myChart = echarts.init(this.$refs['echarts-map'])
+      echarts.registerMap('shanxi', {
+        type: 'FeatureCollection',
+        features: [
+          {
+            type: 'Feature',
+            id: '1409',
+            properties: { name: '忻州市', cp: [112.4561, 38.8971], childNum: 14 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@Vx@lnbn¦WlnnUšmš°š²VšV‚VVVnUn„ºlz@l„„@Jƒ@kXWVXl@Lƒa@„ƒKUL„ŽlbnKlLnK‚LnKÆXn°šbVV@bUVl°Un@LnaVJUbW@UX²l‚@ČwlVVIšWnkÆa°„„anV‚Kn°™UW¯@™aVUVk@Un@„aV@ValwUanmWU„k@WVUUanaVwnLVl°@nk@mVU@UVK@w„LVKVU@ƒ„K@UUKVUV@@bnL„a‚V„aôšlIXmlKX_°KVV@bVV„@šzV`kblI„V„Ul‚šL@bnV@V„Ċll„„VlIXW@k„a‚U²blKšVnIlJ„albXXlWVn°JnšnL@l@XlJlaX@„X˜W²@l_VmnKšU„blU@mnkVK„¯@U@ƒma@kX¥VƒmakkƒLƒa@aƒ@WIUUVXWWnk@a°a@kkm@kUUmJm@WUUUIk`m@V—kaWWkX™KmƒXk¯ƒ@WKƒLkak@±bƒw@ƒaƒa@akaƒ@ma¯@ƒL—KÇÅkKWbkmġ™±ÅUƒLUK™VVkƒm¯LUVVbƒ„UwUW¯bm„ƒULƒxWJ—@ƒklmkUm@@KnwVkVK@akwƒ@@a¯bƒKkn›VUI™b¯mmbk@UbmKUL@xUUƒ@klmLUŽlVXI‚VVVUVUœU`mLXVWbXnW`Ų°xmŽxU@mĉƒƒwU@mbU@UƒmbkVW¦kJ™@ƒX@`¯Im@UlUVVnb@bWJXnmbƒJUU™UUaƒ@UamIkaƒxƒ@@x@b',
+              ],
+              encodeOffsets: [[113614, 39657]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1411',
+            properties: { name: '吕梁市', cp: [111.3574, 37.7325], childNum: 13 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@@a@w„@„wlbnJVb„@VbšVVV„InaWmXI@a‚aUmVUVkn@°J@_„Wš@lIX¥lUnaV„V@naV@„xĊ„n‚V@‚wn¯wƱX_WmXaWUnKV_V›VUUUUWJkUVnKlk¯™@@kmKUaŁ±KkU@WmI@WUIlUUmVwXƒ‚w@ƒUlUVwœV‚@„Lnb‚W@anU@UšaVkô@l»n@na˜JnUÈLVaƃUUVm„VKVƒ²L@mU_lK@UVWkU‚a@a@U¯aUaƒÑóÑUb™„ƒKk@@aƒk¯mVaUwVƒÑkWUmK@UUKmXUWÝwUa™LUU@aWJUUU@Ua݄U@WL@VKVaVI@WnU@alIVKƒƒ@kIƒmIkJ@™m@ƒ™@@_™K@xƒ@kaW@U„@Vmn@ŽUK@mIƒJUXV¤XXWlkKƒkkK@XmJVakImJU@ó™¯LWKUV@nUVƒLkxmKkLma@kXKmmƒLƒab™LmK@V@mXVÆUxƒX@`nL„aV@@VmLUVnLlLš˜„b@„šŽ°²nx@b‚VUxlb@V¯bUV@zV‚XVĊXVx@lVn@VnnmŽUš@LlJXVƒz¯VWVXbšV@bmn™VUVk„Çþń@XVxmbUlV„Uln„W„@„Xl‚@VLXÒ@bÞJ°¦„L˜ò„@nU‚b@°„X@ŽXbmVU„V„nb@x‚x',
+              ],
+              encodeOffsets: [[113614, 39657]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1410',
+            properties: { name: '临汾市', cp: [111.4783, 36.1615], childNum: 17 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@nW‚@@UnLšK‚a„b„KnnWL@lnblKnLlw„KVU@mVUXL°KôšV@nIlJUbnI@WlL„llLXkWWU£VW„InJ‚@VL@nm@UVƒX@lb„@@wšL@`‚@„šn@V@lw„@n„VmVX„WmwnUlƒœa@_lK„wVlUn°xVKVXXWlUšVVI@K@K„n°KœwlVlU@kna@V_„Wn‚m„UVm@kXml_@m„LlKXw°m@_ôJVUV@X™l@UaV@Va°I„lk»VwUkVmwUmmVn@V¯@KƒU—wmK@U¯wUVÝ@mJƒU—nWK™@@UnKVa„_lykUmKÛnm@™x@ƒUUlwVk™ƒXW@ƒa@Uƒ@@K@ƒkIV™nammVakUlƒ@wX@@kƒ™¯@ƒVVbml@„„°UbULmlVbnbÅK±VƒKVXUJWa@ULWaUU@@U@aWK@UkxUKƒLUUUJ±UkL@V±kk@kam@UV@l@LWl@n@VVUx„LlUUx@VUV™U@aƒIUl™L@°mLU‚ƒbkUUaWUUaUU@aWK—LWJ@bUL@VUVVbU@m@a@kmKmnĉlUK™XƒWUblb—xmIkƒƒU@xWb@lkšVx™LXŽmzVV@bklVVUzm˜@bk„@Vx@xlŽU„@lUbVnl@„Wxnl@n@ŽUbV„mL‚mƒb@`X@lUX@@xlnkLWaUJnnWV™Vn@l„@bULVV@l™V@XnJVX',
+              ],
+              encodeOffsets: [[113063, 37784]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1407',
+            properties: { name: '晋中市', cp: [112.7747, 37.37], childNum: 11 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@@šlInJ„lJ„@‚„ULkJ@bmV@XUJUb‚L@UXKV@ރVbV@VVXI@bVVšKVbÞxVXnWVL@VnLV‚lX„ÒUŽVxUb°n„l@bl@„LšƒVaô҄ÒVb°b@VnLnnV@lmn@lb„U„V@„‚JœUVV‚Xkl@lUzmJ@xšXkl‚bUn„JVšUb„nU‚lb„V@nlLX@lakšV`Ub°š@XVJnU‚L²KlxnI@KV@lbUbVV„KnVl@„zlm@Uš@nŽšI@WUaVl@@mVU„@XkW@ƒnkVKVƒ„_Vw„y@knwVa‚@XalU„@šVnml@„X@V„L‚KVaÞbnnlJšI„mVKn„VVVInVlU„@„m@™mXK@UmyUI@mWUUakamw@wUwmLkakwVƒmK™w@wUam£y@am_ƒW@™UU@knmm„amU@WUa@knw@ƒUUUUV@nƒJm@mVUkKVUUUkKmwƒKULƒKUImV@lUn™nŽm@mbUK@°™bUnmbUmkkƒWUb@am@UXkK@a±@™V™@ĉř„V‚UXVxUVkLWl¯@@bULUlm@@nm`—XƒlWakIkm›VUbUL@Vm@kIƒ@@Kšm@—VaX‚I@W@aU@kUƒVU_™KƒbƒJkkǎ™b@nkKmL™wÅW@kVUUƒVU@WUIƒJmIXmma@_kyVaUUlkUm@ƒkU›x¯Lƒm@L@LUJ™UkVWXUWUL¯wVmUkƒxkL@`›bk„mVnxƒXUWUnmƒƒ@kxU@',
+              ],
+              encodeOffsets: [[114087, 37682]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1408',
+            properties: { name: '运城市', cp: [111.1487, 35.2002], childNum: 13 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@„Vl„nJ˜wkaVa„XšWVLĊknmnL‚l@@bn‚V@UaVU@UVK@aXI˜KXL@bVVVbXVVblV„aVnK@¯šKVk„J@bšVVU@UVwkVƒKVwUUm@@Xk@K@kVUn@lbl@²l@UlK²VVIVV„KVLlw@VXL@b@VV@VŽXbVK‚@XbVIUW„L‚U²ÆLmaUankVKVaƒ¯@ƒnkUa„U°@„š‚n@@kWa„UVaXUW@IXKVw@U™ƒ„™WU@W@@UUƒU@mn@ƒ`m@UUULkUmJ™IUƒ@@UƒK@U@›anƒ™ak_@wmKUwmakV™kmK™V™k¯b™wƒ`kwUIÇx¯»ÇaŃmn@@™mƒmUkV@wkKW@kxmL™UkĉLÝk™xÝw¯lóVU„mV@ĀVVX¦W¤kz@`Vx°„²ĸ‚š@„Ul@x„êĸNJ°¤V„VlXLWnXxmV@nUl@„',
+              ],
+              encodeOffsets: [[113232, 36597]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1402',
+            properties: { name: '大同市', cp: [113.7854, 39.8035], childNum: 8 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@²£šyl@Ȑ˜Ė@bĸŽĢbĸ„˜X„a‚KŤnn@ŎôllÈx„nVnÞDŽV@b‚nXllL°KšbVb@J@b—„‚„@ŽU„„xlKXLlKlXk„@Ulk„JlkUƒVKXUƒÇVIVm@_nǚLšašl‚w„VnU@UUwma@aƒaÝaLmUk@@Wƒ@U@@X™wVWÝUUUk@@VmLƒKV»nwUw™aUL@`mzƒJUIVƒUaUw™KUaVIlJôanÑlLVUn@ša„@VV„@@UUwVK°Vn_lJÆLœéW@UUUÅ@»lm@aÞIVwXW˜UUkkm@U@aƒU@mwU£VWU_kWmƒXwW_°yUkkK@UÇK@kkUVymóK—U@KWIƒbUak@mJ@bkbmLkŽ™UmƒkVU„W¦@lnb@„@Vƒ°ULml@nkVƒa™VmLUnk`±@—XƒWW@kbǦXŽ¯„WxI@xmbmxXlWV„„@bŎUz@J‚b@bÞb™ŽU@Wbk@ƒxk@WX¯VۙƒWÝbÝUkVUU@alI@a@akLWa™m@U¯UUmÇL@K@aU@¯VUkƒKmX@`@œkJ@nV‚Ub@lbVÆXVW„ULU`VbkLUV@XWl@bXJ˜@VbV@Vl',
+              ],
+              encodeOffsets: [[115335, 41209]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1404',
+            properties: { name: '长治市', cp: [112.8625, 36.4746], childNum: 12 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@Uk™Lky@I‚JVa@mÞaWšy@_W@_WƒXVlUVwš@nw°K@m„UƒVaƒmVkU@mmmnLVUmKXa™U@IlKVUnK@UmWkX@WV_Vƒ@akU@a„KWIXyƒIUVmUn™Ua@WaXUVKVmkUWVkUƒLU@@VƒbƒKbƒIUmƒ@mbVL—x›WUUkn±V¯wƒbÅJUbmLkbmKÅKƒbVnUbƒV™KUb™KUbmLKmƒb™aƒKkUm@UŽnn‚VnxUVlUxl¼ƒk¯JUbU@Vbk@WšU@UVóI@`¯nWxkLƒK@nk`Wn@lUnƒVnm‚ƒXU`@mb@lkV@„VnklVVUblz@`nbWnnJ„IVJ@XUVV„UV@lÆXšxnKlL@mšaȍll„I„ašLV`„UlVV@@b@XJWUb@˜™n@L„@lJn@@UVKVaœUlnlJXb„k˜Wn_@mn@VkVK@a°@XklKVUUwVWUšƒĊƚ@šU²@@blLVWn@@bVa„XllVnnaVmša@¯VLnan@‚šmVm@knUVJ',
+              ],
+              encodeOffsets: [[116269, 37637]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1406',
+            properties: { name: '朔州市', cp: [113.0713, 39.6991], childNum: 5 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@XXWVXVWnnlnn@èƼ@„„xlš„ŽV„nblšššVŽÈUVl‚š@„blnœL܃ĊmUkU@Ua‚—@WI@aXk@WVUlKUaV_VKXƒWUUÅka@VaU@mlI@›@_nW„LVl°UV@@b@LÈKVn°V@VšnXblK@b@bkJ@bVVlUÞVÞa„Xܚ°UXWl@„wl@XaV@šÝa@aa@IVyƍ@aƒƒXUWknwna@w‚JXw°ƒWÈ¥kI@W@kmKm™¯IUmkXWWkaƒbkImJ™UkL±aVƒb@lWXkJƒUkƒĉkƒ@UmU@a™KkƒVƒUkJlaU_™yƒ@UU@aUU¯LW`kLWnkJó™ƒbUƒbmK@aU@UVVL@VƒL@„UVULƒK@xUL@VUV@nml¯@UkmKUxmbVbUV@XƒlXVmnVbkxUbU@ƒbm@@VUlUVšb°@VX¯šm‚',
+              ],
+              encodeOffsets: [[114615, 40562]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1405',
+            properties: { name: '晋城市', cp: [112.7856, 35.6342], childNum: 6 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@lV„Lšb„an‚LnKVašLVašL„UVaUm„aÆLnLlanKVaÆI„a°x²UlmVVœX˜wUKna„@Vn„J‚a„L„a@UV@@alUkKVKnkmmVwUk„w@ƒ™@kxWUXƒW@@mƒk@aUa@a¯aƒLkKmwkUm@kL@K@aWIXmƒVƒXƒWkUVakL@UVKƒw@aUK@UUKmLU@¯n™KUwVƒUIWJUWmka™@UXƒJƒk@UkmW@kLWKVƒx@bmI@VUaVU@a¯@UUmVKmX@±`kÝKVxUL±akL@V™bƒLkKmVƒ@XWVUbƒVXb@lm@@lW@@xk„lVUbnnmbUšlJ@„@L„@@V„b@‚WXš„UlkxVV@„šwn@ÜmnLlVkzƒ`UbmL@Vš@XL˜m„VnIÞ@VU°x@VnL˜x„V@LU°',
+              ],
+              encodeOffsets: [[115223, 36895]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1401',
+            properties: { name: '太原市', cp: [112.3352, 37.9413], childNum: 5 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@„@VV@wVKnLVal@na°nšaVJœUlm„L°a@b„@lx@bULUlmx@Ln@lVkn„l˜@XI„w‚K„Vnƒ°aVXVx„ƒUaVU°K„nUlšUVL„KÆVš²Ģ‚lnXalLÈƘL„KUaVkUanmWU™a@WwkUWU¯y¯Ñ@anIl@@aVU„m„I„ymUƒLUUVakaU@@LmJkw±LKmVUI@W¯™VaU_l™kbW@kK@mƒUkaVƒmVaU™ƒIVmalk™W@wnIVy@klkWUU›VI@ƒƒUƒVkam@knU@mmmK@bblVUX@VkLV`@n±KU„ULƒ‚UnVVńUbÇKmV—Imbm@k¼ó@Ul™b@VmV@bXmaƒK@›UUxkV‚V@„xW„UxVnkVVJ@XnJ@XlV²LƂVbnL@lš@°',
+              ],
+              encodeOffsets: [[114503, 39134]],
+            },
+          },
+          {
+            type: 'Feature',
+            id: '1403',
+            properties: { name: '阳泉市', cp: [113.4778, 38.0951], childNum: 3 },
+            geometry: {
+              type: 'Polygon',
+              coordinates: [
+                '@@°@nb„@lb@b„b„b‚@„x²al@lb„KXU@m‚kUWkkmUUƒVwV@XUW@™naVklKXblKnL‚ƒnLVanImaXKlL„ašV@U@KUKW„alƒXK@£WKXUV@VU„ƒUUVW„_V™@W@@K„@šƒUƒƒIWmXUmƒULƒn™JkImmÝaUbLƒK@UƒWk@mn™Uƒ@kVWb@Ubmx@lƒzUxƒ`U„ULml@„XWlƒ@UV@nk@U‚Vb@X™Jm™@@Vknƒyk@ƒzƒJƒnUV@bk@mJ@b°Ò°zXVlVXx‚@šbXVmnVbUlVb',
+              ],
+              encodeOffsets: [[115864, 39336]],
+            },
+          },
+        ],
+        UTF8Encoding: true,
+      })
+      var mapFeatures = echarts.getMap(this.mapName).geoJson.features
+      mapFeatures.forEach(v => {
+        // 地区名称
+        var name = v.properties.name
+        // 地区经纬度
+        this.geoCoordMap[name] = v.properties.cp
+      })
+
+      myChart.setOption({
+        tooltip: {
+          padding: 15,
+          enterable: true,
+          transitionDuration: 1,
+          formatter: (params, ticket, callback) => {
+            let tipHtml = `
+              <div class="tooltip-cont">
+                <p>新开工:<span>工程建设项目</span></p>
+                <p>总投资额:<span>${params.data.value}亿</span></p>
+                <p>当前阶段:<span>可论证阶段</span></p>
+                <p>时间节点:<span>2021.10-2022.10</span></p>
+            </div>`
+            return tipHtml
+          },
+        },
+        visualMap: {
+          min: 0,
+          max: 300,
+          right: 0,
+          bottom: 0,
+          text: ['高', '低'],
+          textStyle: {
+            color: '#f1f1f1'
+          },
+          realtime: false,
+          calculable: true,
+          inRange: {
+            color: ['lightskyblue', '#2754b7']
+          }
+        },
+        geo: {
+          show: true,
+          map: 'shanxi',
+          layoutCenter: ['50%', '50%'], //地图位置
+          layoutSize: '100%',
+          label: {
+            normal: {
+              show: false,
+            },
+            emphasis: {
+              show: false,
+            },
+          },
+          roam: false,
+          itemStyle: {
+            normal: {
+              areaColor: '#1946a8',
+              shadowColor: '#1946a8',
+              borderWidth: 1, //设置外层边框
+              borderColor: '#1946a8',
+              shadowOffsetX: 10,
+              shadowOffsetY: 5,
+              shadowBlur: 2,
+            },
+            emphasis: {
+              areaColor: '#1946a8',
+              borderColor: '#d4bc1d',
+              borderWidth: 2, //设置外层边框
+            },
+          },
+        },
+        series: [
+          {
+            name: '散点',
+            type: 'scatter',
+            coordinateSystem: 'geo',
+            data: this.convertData(data),
+            symbolSize: function (val) {
+              return 10
+            },
+            label: {
+              normal: {
+                formatter: '{b}',
+                position: [10, 10],
+                fontSize: 15,
+                fontWeight: 600,
+                fontStyle: 'italic',
+                color: '#fff',
+                show: true,
+              },
+              emphasis: {
+                show: true,
+              },
+            },
+            itemStyle: {
+              normal: {
+                color: '#000',
+                borderWidth: 2,
+                borderColor: '#fff',
+              },
+            },
+          },
+          {
+            type: 'map',
+            map: this.mapName,
+            geoIndex: 0,
+            aspectScale: 0.75, //长宽比
+            showLegendSymbol: true, // 存在legend时显示
+            label: {
+              normal: {
+                show: true,
+              },
+              emphasis: {
+                show: false,
+                textStyle: {
+                  color: '#fff',
+                },
+              },
+            },
+            roam: true,
+            itemStyle: {
+              normal: {
+                areaColor: '#031525',
+                borderColor: '#3B5077',
+              },
+              emphasis: {
+                areaColor: '#2B91B7',
+              },
+            },
+            animation: false,
+            data: data,
+          },
+          {
+            name: '点',
+            type: 'scatter',
+            coordinateSystem: 'geo',
+            zlevel: 6,
+          },
+          {
+            name: 'Top 5',
+            type: 'effectScatter',
+            coordinateSystem: 'geo',
+            data: this.convertData(
+              data
+                .sort(function (a, b) {
+                  return b.value - a.value
+                })
+                .slice(0, 5)
+            ),
+            symbolSize: function (val) {
+              return 15
+            },
+            showEffectOn: 'render',
+            rippleEffect: {
+              brushType: 'stroke',
+            },
+            hoverAnimation: true,
+            label: {
+              normal: {
+                formatter: '{b}',
+                position: 'left',
+                show: false,
+              },
+            },
+            itemStyle: {
+              normal: {
+                color: 'yellow',
+                shadowBlur: 10,
+                shadowColor: 'yellow',
+              },
+            },
+            zlevel: 1000,
+          },
+          {
+            name: '线路',
+            type: 'lines',
+            zlevel: 2,
+            effect: {
+              show: true,
+              period: 4, //箭头指向速度,值越小速度越快
+              trailLength: 0.02, //特效尾迹长度[0,1]值越大,尾迹越长重
+              symbol: 'arrow', //箭头图标
+              symbolSize: 5, //图标大小
+            },
+            lineStyle: {
+              normal: {
+                color: '#00FFFF',
+                width: 1,
+                type: 'dashed',
+                opacity: 0.5, //尾迹线条透明度
+                curveness: -0.3, //尾迹线条曲直度
+              },
+            },
+            data: moveLine.normal,
+          },
+        ],
+      })
+    },
+    initChartL1 () {
+      let myChart = echarts.init(this.$refs['echartL1'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: 'center',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            radius: ['50%', '70%',],
+            center: ['50%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
+              },
+            },
+            labelLine: {
+              show: false,
+              emphasis: {
+                show: true
+              }
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartL2 () {
+      let myChart = echarts.init(this.$refs['echartL2'])
+      var value = 0.45;
+      var data = [value];
+      let option = {
+        backgroundColor: 'transparent',
+        title: [
+          {
+            text: '450.12亿',
+            x: '38%',
+            y: '80%',
+            textStyle: {
+              fontSize: 24,
+              fontWeight: 'bold',
+              color: '#2CB7E0',
+              lineHeight: 16,
+              textAlign: 'center',
+            },
+          }
+        ],
+        series: [
+          {
+            type: 'liquidFill',
+            radius: '70%',
+            center: ['50%', '40%'],
+            color: [
+              {
+                type: 'linear',
+                x: 0,
+                y: 0,
+                x2: 0,
+                y2: 1,
+                colorStops: [
+                  {
+                    offset: 0,
+                    color: '#446bf5',
+                  },
+                  {
+                    offset: 1,
+                    color: '#2ca3e2',
+                  },
+                ],
+                globalCoord: false,
+              },
+            ],
+            data: [value, value], // data个数代表波浪数
+            backgroundStyle: {
+              borderWidth: 1,
+              color: 'RGBA(51, 66, 127, 0.7)',
+            },
+            label: {
+              normal: {
+                textStyle: {
+                  fontSize: 30,
+                  color: '#fff',
+                },
+              },
+            },
+            outline: {
+              // show: false
+              borderDistance: 0,
+              itemStyle: {
+                borderWidth: 2,
+                borderColor: 'transparent',
+              },
+            },
+          },
+        ],
+      }
+      myChart.setOption(option)
+    },
+    initChartL3 () {
+      let myChart = echarts.init(this.$refs['echartL3'])
+      let option = {
+        tooltip: {
+          trigger: 'axis',
+          axisPointer: {
+            type: 'shadow',
+          },
+        },
+        grid: {
+          top: '22%',
+          right: '5%',
+          left: '10%',
+          bottom: '25%',
+        },
+        xAxis: {
+          data: ['总投资收益率', '销售利润率'],
+          axisLine: {
+            show: true, //隐藏X轴轴线
+            lineStyle: {
+              color: '#005094',
+              width: 1,
+            },
+          },
+          axisTick: {
+            show: true, //隐藏X轴刻度
+          },
+          axisLabel: {
+            show: true,
+            rotate: 15,
+            textStyle: {
+              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
+              fontSize: 12,
+            },
+          },
+        },
+        yAxis: [
+          {
+            type: 'value',
+            splitLine: {
+              show: true,
+              lineStyle: {
+                color: '#68b4dd66',
+                type: 'dashed',
+              },
+            },
+            axisLine: {
+              show: false
+            },
+            axisLabel: {
+              show: true,
+              formatter: '{value}',
+              textStyle: {
+                color: 'rgba(250,250,250,0.6)',
+              },
+            },
+            nameTextStyle: {
+              color: '#ebf8ac',
+              fontSize: 16,
+            },
+          },
+        ],
+        series: [
+          {
+            name: '',
+            type: 'bar',
+            barWidth: 15,
+            itemStyle: {
+              normal: {
+                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+                  {
+                    offset: 0,
+                    color: '#69c0ff',
+                  },
+                  {
+                    offset: 1,
+                    color: '#082550',
+                  },
+                ]),
+              },
+            },
+            data: [10, 20],
+            markLine: {
+              symbol: ['none', 'none'],
+              data: [
+                {
+                  name: '生存线',
+                  yAxis: 10,
+                  lineStyle: {
+                    color: '#FF8F0A',
+                  },
+                  label: {
+                    formatter: '{b}',
+                    position: 'middle',
+                    color: '#FF8F0A',
+                    fontSize: 12,
+                  },
+                },
+                {
+                  name: '发展线',
+                  yAxis: 15,
+                  lineStyle: {
+                    color: '#00EEA2',
+                  },
+                  label: {
+                    formatter: '{b}',
+                    position: 'middle',
+                    color: '#00EEA2',
+                    fontSize: 12,
+                  },
+                },
+              ],
+              label: {
+                distance: [50, 0],
+              },
+            },
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartL4 () {
+      let myChart = echarts.init(this.$refs['echartL4'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: 'center',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            radius: ['50%', '70%'],
+            center: ['50%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
+              },
+            },
+            labelLine: {
+              show: false,
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR1 () {
+      let myChart = echarts.init(this.$refs['echartR1'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: '15%',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            radius: ['40%', '60%'],
+            center: ['40%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
+              },
+            },
+            labelLine: {
+              show: false,
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR2 () {
+      let myChart = echarts.init(this.$refs['echartR2'])
+      let option = {
+        title: {
+          text: '储备项目产业分布',
+          x: '15%',
+          y: '87%',
+          textStyle: {
+            color: 'rgba(255,255,255,0.6)',
+            fontSize: 12,
+          },
+        },
+        tooltip: {
+          trigger: 'item',
+        },
+        color: ['#6682f5', '#8ba2ff', '#69c0ff', '#43ede3'],
+        legend: {
+          icon: 'circle',
+          top: 'bottom',
+          orient: 'vertical',
+          right: '1%',
+          textStyle: {
+            color: '#9DB9EB',
+          },
+        },
+        series: [
+          {
+            name: '',
+            type: 'pie',
+            radius: ['40%', '60%'],
+            center: ['40%', '45%'],
+            itemStyle: {
+              normal: {
+                label: {
+                  show: false,
+                },
+              },
+            },
+            labelLine: {
+              show: false,
+            },
+            data: [
+              { value: 1048, name: '煤炭' },
+              { value: 735, name: '火电' },
+              { value: 580, name: '焦化' },
+              { value: 484, name: '风电' },
+            ],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR3 () {
+      let myChart = echarts.init(this.$refs['echartR3'])
+      let option = {
+        title: {
+          text: '固定资产项目',
+          textStyle: {
+            color: '#69C0FF',
+          },
+          top: '10',
+          left: '10'
+        },
+        textStyle: {
+          color: '#fff',
+        },
+        tooltip: {
+          trigger: "axis",
+          axisPointer: {
+            lineStyle: {
+              type: 'dashed',
+              width: 2,
+              color: 'rgba(255,255,255,0.6)'
+            },
+            animation: true
+          }
+        },
+        grid: {
+          top: '22%',
+          right: '5%',
+          left: '10%',
+          bottom: '15%',
+        },
+        yAxis: {
+          data: ['批量备案', '特别监管'],
+          splitLine: {
+            show: true,
+            lineStyle: {
+              color: '#68b4dd66',
+              type: 'dashed',
+            },
+          },
+          axisLine: {
+            show: false
+          },
+          axisLabel: {
+            show: true,
+            formatter: '{value}',
+            textStyle: {
+              color: 'rgba(250,250,250,0.6)',
+            },
+          },
+          nameTextStyle: {
+            color: '#ebf8ac',
+            fontSize: 16,
+          },
+        },
+        xAxis: {
+          data: ['项目储备', '项目立项', '项目可研', '可研论证', '投资决策'],
+          axisLine: {
+            show: true, //隐藏X轴轴线
+            lineStyle: {
+              color: '#005094',
+              width: 1,
+            },
+          },
+          axisTick: {
+            show: false, //隐藏X轴刻度
+          },
+          axisLabel: {
+            show: true,
+            textStyle: {
+              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
+              fontSize: 12,
+            },
+          },
+        },
+        series: [
+          {
+            name: '批量备案',
+            type: 'scatter',
+            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
+            symbolSize: function (data) {
+              return Math.sqrt(data[2]) * 0.5;
+            },
+            label: {
+              emphasis: {
+                show: true,
+                formatter: function (param) {
+                  return param.data[2];
+                },
+                position: 'top'
+              }
+            },
+            itemStyle: {
+              normal: {
+                color: '#45DAD1'
+              }
+            },
+            data: [
+              ['项目储备', '批量备案', 200],
+              ['项目立项', '批量备案', 1500],
+              ['项目可研', '批量备案', 2000],
+              ['可研论证', '批量备案', 2500],
+              ['投资决策', '批量备案', 3000],
+            ]
+          },
+          {
+            name: '特别监管',
+            type: 'scatter',
+            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
+            symbolSize: function (data) {
+              return Math.sqrt(data[2]) * 0.5;
+            },
+            label: {
+              emphasis: {
+                show: true,
+                formatter: function (param) {
+                  return param.data[2];
+                },
+                position: 'top'
+              }
+            },
+            itemStyle: {
+              normal: {
+                color: '#40A9FF'
+              }
+            },
+            data: [
+              ['项目储备', '特别监管', 1400],
+              ['项目立项', '特别监管', 1500],
+              ['项目可研', '特别监管', 5500],
+              ['可研论证', '特别监管', 500],
+            ]
+          }
+        ]
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR4 () {
+      let myChart = echarts.init(this.$refs['echartR4'])
+      let option = {
+        title: {
+          text: '当居企后评价项目数后',
+          x: 'center',
+          y: '3%',
+          textStyle: {
+            color: '#69C0FF',
+            fontSize: 14,
+          },
+        },
+        tooltip: {
+          trigger: 'axis',
+          axisPointer: {
+            type: 'shadow',
+          },
+        },
+        grid: {
+          top: '22%',
+          right: '5%',
+          left: '10%',
+          bottom: '15%',
+        },
+        legend: {
+          data: '',
+          top: '12%',
+          right: '5%',
+          textStyle: {
+            color: 'rgba(250,250,250,0.6)',
+            fontSize: 16,
+          },
+        },
+        xAxis: {
+          data: ['一级', '二级'],
+          axisLine: {
+            show: true, //隐藏X轴轴线
+            lineStyle: {
+              color: '#005094',
+              width: 1,
+            },
+          },
+          axisTick: {
+            show: false, //隐藏X轴刻度
+          },
+          axisLabel: {
+            show: true,
+            rotate: 15,
+            textStyle: {
+              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
+              fontSize: 16,
+            },
+          },
+        },
+        yAxis: [
+          {
+            type: 'value',
+            nameTextStyle: {
+              color: '#ebf8ac',
+              fontSize: 16,
+            },
+            splitLine: {
+              show: true,
+              lineStyle: {
+                color: '#68b4dd66',
+                type: 'dashed',
+              },
+            },
+            axisLine: {
+              show: false,
+            },
+            axisLabel: {
+              show: true,
+              textStyle: {
+                color: 'rgba(250,250,250,0.6)',
+                fontSize: 16,
+              },
+            },
+          },
+        ],
+        series: [
+          {
+            name: '',
+            type: 'bar',
+            barWidth: 15,
+            itemStyle: {
+              normal: {
+                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+                  {
+                    offset: 0,
+                    color: '#69c0ff',
+                  },
+                  {
+                    offset: 1,
+                    color: '#082550',
+                  },
+                ]),
+              },
+            },
+            data: [10, 20],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    },
+    initChartR5 () {
+      let myChart = echarts.init(this.$refs['echartR5'])
+      let option = {
+        title: {
+          text: '当属企业评分情况',
+          x: 'center',
+          y: '3%',
+          textStyle: {
+            color: '#69C0FF',
+            fontSize: 14,
+          },
+        },
+        tooltip: {
+          trigger: 'axis',
+          axisPointer: {
+            type: 'shadow',
+          },
+        },
+        grid: {
+          top: '22%',
+          right: '5%',
+          left: '10%',
+          bottom: '15%',
+        },
+        legend: {
+          data: ['过程管控企业层得分', '发展线指标情况企业层得分'],
+          top: '12%',
+          right: '5%',
+          textStyle: {
+            color: 'rgba(250,250,250,0.6)',
+            fontSize: 12,
+          },
+        },
+        xAxis: {
+          data: ['一级', '二级'],
+          axisLine: {
+            show: true, //隐藏X轴轴线
+            lineStyle: {
+              color: '#005094',
+              width: 1,
+            },
+          },
+          axisTick: {
+            show: false, //隐藏X轴刻度
+          },
+          axisLabel: {
+            show: true,
+            rotate: 15,
+            textStyle: {
+              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
+              fontSize: 16,
+            },
+          },
+        },
+        yAxis: [
+          {
+            type: 'value',
+            nameTextStyle: {
+              color: '#ebf8ac',
+              fontSize: 16,
+            },
+            splitLine: {
+              show: true,
+              lineStyle: {
+                color: '#68b4dd66',
+                type: 'dashed',
+              },
+            },
+            axisLine: {
+              show: false,
+            },
+            axisLabel: {
+              show: true,
+              textStyle: {
+                color: 'rgba(250,250,250,0.6)',
+                fontSize: 16,
+              },
+            },
+          },
+        ],
+        series: [
+          {
+            name: '过程管控企业层得分',
+            type: 'bar',
+            barWidth: 15,
+            itemStyle: {
+              normal: {
+                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+                  {
+                    offset: 0,
+                    color: '#5e7ae9',
+                  },
+                  {
+                    offset: 1,
+                    color: '#082550',
+                  },
+                ]),
+              },
+            },
+            data: [10, 20],
+          },
+          {
+            name: '发展线指标情况企业层得分',
+            type: 'bar',
+            barWidth: 15,
+            itemStyle: {
+              normal: {
+                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+                  {
+                    offset: 0,
+                    color: '#69c0ff',
+                  },
+                  {
+                    offset: 1,
+                    color: '#082550',
+                  },
+                ]),
+              },
+            },
+            data: [10, 20],
+          },
+        ],
+      }
+      myChart.setOption(option)
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+    }
+  },
+})

+ 31 - 24
investment/js/investHomeChild.js

@@ -31,30 +31,37 @@ let app = new Vue({
         waitTime: 1000,
         header: ["项目名称", "所属组织", '实施主体', '产业类别I级', '产业类别II级', '2022年投资完成额(万元)'],
         data: [
-          ["6万吨/年PBAT项目", "华阳新材", "华阳新材", "战略新兴", "新材料", "20,340.00"],
-          ["2万吨/年生物降解改性材料及塑料制品项目", "华阳新材", "华阳新材", "战略新兴", "新材料", "5,270.00"],
-          ["2万吨/年全系列生物降解新材料项目", "华阳新材", "华阳新材", "战略新兴", "新材料", "5,560.00"],
-          ["30万吨/年PBAT项目一期10万吨PBAT", "华阳新材", "华阳新材", "战略新兴", "新材料", "0.00"],
-          ["30万吨/年PBAT项目一期20万吨BDO", "华阳新材", "华阳集团", "战略新兴", "新材料", "0.00"],
-          ["开元煤层气发电项目", "华阳新材", "华阳股份", "战略新兴", "煤层气", "880.00"],
-          ["平舒翟下庄煤层气发电项目", "华阳新材", "华阳股份", "战略新兴", "煤层气", "570.00"],
-          ["5GW高效光伏组件制造项目一期2GW", "华阳新材", "新阳公司", "战略新兴", "新能源", "10,000.00"],
-          ["钠离子电池正极材料千吨级生产项目", "华阳新材", "新阳公司", "战略新兴", "新能源", "6,060.00"],
-          ["钠离子电池负极材料千吨级生产项目", "华阳新材", "新阳公司", "战略新兴", "新能源", "4,080.00"],
-          ["1GWh钠离子Pack电池生产线建设项目", "华阳新材", "新阳公司", "战略新兴", "新能源", "2,790.00"],
-          ["天成光储网充项目", "华阳新材", "新阳公司", "战略新兴", "新能源", "1,680.00"],
-          ["华豹绿色涂层材料智造项目", "华阳新材", "阳煤华豹", "战略新兴", "新材料", "0.00"],
-          ["宏厦三建绿色建材工业园区项目", "华阳新材", "宏厦三建", "战略新兴", "新材料", "2,550.00"],
-          ["气凝胶科创城标准化厂房项目", "华阳新材", "华阳科创城", "战略新兴", "新材料", "0.00"],
-          ["超净滤材项目", "华阳新材", "华阳科创城", "战略新兴", "新材料", "5,510.00"],
-          ["华阳集团网络安全工作顶层设计及整体整改项目", "华阳新材", "华阳集团", "战略新兴", "新一代信息技术", "814.00"],
-          ["财务共享二期项目", "华阳新材", "华阳集团", "战略新兴", "新一代信息技术", "0.00"],
-          ["山西科技创新城阳煤设计研发中心项目", "华阳新材", "华阳集团", "战略新兴", "其他", "12,930.00"],
-          ["洪城北路与平阳路节点立交工程", "华阳新材", "华阳集团", "战略新兴", "其他", "0.00"],
-          ["阳煤西110kv变电站及线路建设工程", "华阳新材", "华阳股份", "战略新兴", "其他", "7,060.00"],
-          ["一矿高家沟风井矿井瓦斯利用工程项目", "华阳新材", "华阳股份", "战略新兴", "煤层气", "0.00"],
-          ["郊区35kV输变电工程", "华阳新材", "新阳公司", "战略新兴", "其他", "1,250.00"],
-          ["环境保护及治理", "华阳新材", "华阳股份", "战略新兴", "节能环保", "5,890.00"]
+          ["6万吨/年PBAT项目", "华阳新材", "华阳生物降解公司", "战略性新兴产业", "新材料", "20340.00"],
+          ["2万吨/年生物降解改性材料及塑料制品项目", "华阳新材", "华阳生物降解公司", "战略性新兴产业", "新材料", "5270.00"],
+          ["2万吨/年全系列生物降解新材料项目", "华阳新材", "华阳新材", "战略性新兴产业", "新材料", "5560.00"],
+          ["开元煤层气发电项目", "华阳新材", "阳煤扬德公司", "战略性新兴产业", "煤层气", "880.00"],
+          ["平舒翟下庄煤层气发电项目", "华阳新材", "阳煤扬德公司", "战略性新兴产业", "煤层气", "570.00"],
+          ["5GW高效光伏组件制造项目一期2GW", "华阳新材", "华储光电公司", "战略性新兴产业", "新能源", "10000.00"],
+          ["钠离子电池正极材料千吨级生产项目", "华阳新材", "华钠铜能公司", "战略性新兴产业", "新能源", "6060.00"],
+          ["钠离子电池负极材料千吨级生产项目", "华阳新材", "华钠碳能公司", "战略性新兴产业", "新能源", "4080.00"],
+          ["1GWh钠离子Pack电池生产线建设项目", "华阳新材", "华钠芯能公司", "战略性新兴产业", "新能源", "2790.00"],
+          ["天成光储网充项目", "华阳新材", "新阳公司", "战略性新兴产业", "新能源", "1680.00"],
+          ["宏厦三建绿色建材工业园区项目", "华阳新材", "宏厦三建", "战略性新兴产业", "新材料", "2550.00"],
+          ["亚美公司超低排放改造及节能技改项目", "华阳新材", "亚美公司", "战略性新兴产业", "其他", "20101.00"],
+          ["超净滤材项目", "华阳新材", "华阳科创城", "战略性新兴产业", "新材料", "5510.00"],
+          ["华阳集团网络安全工作顶层设计及整体整改项目", "华阳新材", "华阳集团", "战略性新兴产业", "新一代信息技术", "814.00"],
+          ["山西科技创新城阳煤设计研发中心项目", "华阳新材", "碳基合成新材料公司", "战略性新兴产业", "其他", "12930.00"],
+          ["阳煤西110kv变电站及线路建设工程", "华阳新材", "华阳股份", "战略性新兴产业", "其他", "7060.00"],
+          ["郊区35kV输变电工程", "华阳新材", "华储光电公司", "战略性新兴产业", "其他", "1250.00"],
+          ["环境保护及治理", "华阳新材", "华阳股份", "战略性新兴产业", "节能环保", "5890.00"],
+          ["增资山西新阳清洁能源有限公司", "华阳新材", "华阳股份", "战略性新兴产业", "新能源产业", "101700.00"],
+          ["增资阳煤集团纳谷(山西)气凝胶科创城管理有限责任公司", "华阳新材", "华阳集团", "战略性新兴产业", "新材料产业", "34582.00"],
+          ["太化集团普田农业有限公司股权收购及增资", "华阳新材", "华阳新材", "战略性新兴产业", "新材料产业", "7400.00"],
+          ["山西阳煤道得新材股权投资合伙企业(有限合伙)", "华阳新材", "华阳资本", "战略性新兴产业", "新材料产业", "5000.00"],
+          ["阳泉市梧桐树嘉裕阳煤智能制造股权投资合伙企业(有限合伙)", "华阳新材", "华阳资本华阳股份", "战略性新兴产业", "新材料产业", "6576.29"],
+          ["阳煤纳谷(山西)气凝胶经销有限责任公司", "华阳新材", "气凝胶科创城", "战略性新兴产业", "新材料产业", "4335.00"],
+          ["阳煤纳谷(山西)节能服务有限责任公司", "华阳新材", "气凝胶科创城", "战略性新兴产业", "新材料产业", "3674.00"],
+          ["华阳诺爱特(山西)新材料科技有限公司", "华阳新材", "气凝胶科创城", "战略性新兴产业", "新材料产业", "500.00"],
+          ["华阳纳谷(北京)新材料科技有限公司", "华阳新材", "气凝胶科创城", "战略性新兴产业", "新材料产业", "250.00"],
+          ["山西华储光电有限责任公司", "华阳新材", "山西新阳清洁能源有限公司", "战略性新兴产业", "新材料产业", "45000.00"],
+          ["山西华钠铜能科技有限责任公司", "华阳新材", "山西新阳清洁能源有限公司", "战略性新兴产业", "新能源产业", "900.00"],
+          ["山西华钠碳能科技有限责任公司", "华阳新材", "山西新阳清洁能源有限公司", "战略性新兴产业", "新能源产业", "450.00"]
+
         ],
         align: ["center", "center", "center", "center", "center", "center", "center"],
         headerBGC: "#153A62",

+ 162 - 26
investment/styles/investHome2.css

@@ -9,8 +9,9 @@ html,
 body {
   height: 100%;
   font-size: 14px;
-  background-color: #ECFFFF;
-  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
+  background-color: #ecffff;
+  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
+    'Hiragino Sans GB', Arial, sans-serif;
 }
 
 .flex {
@@ -88,7 +89,7 @@ a {
   font-weight: 600;
 }
 .my-header span {
-  background: linear-gradient(-3deg, #99EEFF 0%, #99EEFF 30%, #FFFFFF 91%);
+  background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }
@@ -170,7 +171,7 @@ a {
   flex-direction: column;
 }
 .item .item-title {
-  color: #69C0FF;
+  color: #69c0ff;
   font-size: 28px;
   font-weight: bold;
 }
@@ -184,7 +185,7 @@ a {
   margin-bottom: 9px;
 }
 .item .item-text {
-  color: rgba(255,255,255,0.6);
+  color: rgba(255, 255, 255, 0.6);
   font-size: 14px;
 }
 
@@ -208,7 +209,7 @@ a {
   margin-top: -20px;
 }
 .item2 .item2-text {
-  color: rgba(255,255,255,0.6);
+  color: rgba(255, 255, 255, 0.6);
   font-size: 12px;
 }
 
@@ -220,7 +221,7 @@ a {
 .item3 .item3-title {
   font-weight: bold;
   font-size: 24px;
-  color: #69C0FF;
+  color: #69c0ff;
 }
 .item3 .item3-title span {
   font-size: 14px;
@@ -234,12 +235,12 @@ a {
 }
 .item3 .item3-text {
   font-size: 14px;
-  color: rgba(255,255,255,0.6);
+  color: rgba(255, 255, 255, 0.6);
 }
 .item4 .item4-title {
   position: relative;
   padding-left: 10px;
-  color: #69C0FF;
+  color: #69c0ff;
   margin-left: 10px;
   margin-top: 10px;
 }
@@ -252,7 +253,7 @@ a {
   width: 5px;
   height: 5px;
   border-radius: 50%;
-  background-color: #69C0FF;
+  background-color: #69c0ff;
 }
 
 .item4 .item4-con {
@@ -261,14 +262,14 @@ a {
   justify-content: space-around;
   height: 100%;
 }
-.item4 .item4-con .item{
+.item4 .item4-con .item {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }
 .item4 .item4-con .item .title {
-  color: #69C0FF;
+  color: #69c0ff;
   font-weight: bold;
   font-size: 28px;
 }
@@ -278,7 +279,7 @@ a {
 }
 .item4 .item4-con .item .text {
   font-size: 14px;
-  color: rgba(255,255,255,0.6);
+  color: rgba(255, 255, 255, 0.6);
 }
 
 .item5 {
@@ -287,8 +288,8 @@ a {
 }
 .item5 .title {
   height: 30px;
-  color: #69C0FF;
-  border: 1px solid #40A9FF;
+  color: #69c0ff;
+  border: 1px solid #40a9ff;
   border-radius: 5px;
   display: flex;
   align-items: center;
@@ -296,18 +297,19 @@ a {
   padding: 0 6px;
 }
 
-
-
-
 .left .content .content-con {
   margin-right: 10px;
 }
-.left .content .content-left, .left .content .content-right, .left .content .content-con {
+.left .content .content-left,
+/* .left .content .content-right, */
+.topChange2,
+.left .content .content-con {
   background-color: rgb(18 81 128 / 22%);
   flex: 1;
 }
-
-
+.left .content .content-right {
+  flex: 1;
+}
 .right .title {
   position: relative;
   text-align: center;
@@ -350,14 +352,16 @@ a {
 .right .content .content-left {
   margin-right: 10px;
 }
-.right .content .content-left, .right .content .content-right {
+.right .content .content-left,
+.right .content .content-right {
   display: flex;
   flex: 1;
 }
 .right .content .content-top {
   margin-bottom: 10px;
 }
-.right .content .content-top, .right .content .content-bot {
+.right .content .content-top,
+.right .content .content-bot {
   background-color: rgb(18 81 128 / 22%);
   flex: 1;
 }
@@ -377,14 +381,16 @@ a {
 .right .content .content-left .content-left-r .content-left-r-t {
   margin-bottom: 10px;
 }
-.right .content .content-left .content-left-r .content-left-r-t, .right .content .content-left .content-left-r .content-left-r-b{
+.right .content .content-left .content-left-r .content-left-r-t,
+.right .content .content-left .content-left-r .content-left-r-b {
   background-color: rgb(18 81 128 / 22%);
   flex: 1;
 }
 .right .content .content-right .content-right-l {
   margin-right: 10px;
 }
-.right .content .content-right .content-right-l, .right .content .content-right .content-right-r{
+.right .content .content-right .content-right-l,
+.right .content .content-right .content-right-r {
   background-color: rgb(18 81 128 / 22%);
   flex: 1;
 }
@@ -405,4 +411,134 @@ a {
   border-top-right-radius: 10px;
   cursor: pointer;
   box-sizing: border-box;
-}
+}
+.fourPie {
+  width: 100%;
+  height: 100%;
+  display: grid;
+  grid-template-columns: repeat(4, minmax(0, 1fr));
+}
+.content-right table {
+  width: 100%;
+  height: 100%;
+  text-align: center;
+  border: #f0d2d180;
+  background-color: rgba(60, 99, 99, 0.409);
+}
+.topChange1 {
+  display: grid;
+  grid-template-columns: repeat(2, minmax(0, 1fr));
+  grid-template-rows: repeat(2, minmax(0, 1fr));
+  width: 80%;
+  height: 100%;
+  padding: 10px;
+}
+.topChange1 .item2 {
+  width: 100%;
+}
+.topChange0 {
+  width: 20%;
+  height: 100%;
+  text-align: center;
+  padding-top: 20px;
+  color: #a0ead9;
+  font-size: 16px;
+}
+.jt {
+  border-top: 50px solid transparent;
+  border-bottom: 50px solid transparent;
+  border-left: 30px solid #81c14f;
+  width: 0;
+  height: 0;
+  margin: 0 20px;
+}
+.content-right {
+  display: flex;
+  align-items: center;
+}
+.content-right-l,
+.content-right-r {
+  height: 100%;
+}
+.tip {
+  z-index: 999;
+  position: fixed;
+  /* top: 35%;
+  left: 32.5%; */
+  /* width: 35%;
+  height: 30%; */
+  width: 900px;
+  height: 56vh;
+  top: calc(50% - 26vh);
+  left: calc(50% - 450px);
+  background: url('../images/popup.png') no-repeat center;
+  background-color: #133b65;
+  background-size: 100% 100%;
+  padding: 100px 60px 50px;
+}
+.tip1 {
+  position: absolute;
+  font-weight: bold;
+  width: 100px;
+  top: 17px;
+  height: 30px;
+  line-height: 30px;
+  font-size: 20px;
+  text-align: center;
+  left: calc(50% - 50px);
+  background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+}
+.tip2 {
+  width: 100%;
+  height: 100%;
+  display: grid;
+  grid-template-columns: 60% 40%;
+  grid-template-rows: 1fr 1fr;
+  grid-gap: 10px;
+}
+.tip2 > div {
+  width: 100%;
+  height: 100%;
+  display: grid;
+  grid-template-columns: 10% 90%;
+}
+.tip2-list {
+  display: grid;
+  grid-template-rows: repeat(3, minmax(0, 1fr));
+  background-color: #04224c;
+  padding: 0 10px;
+}
+.tip2-list > div {
+  width: 100%;
+  height: 100%;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+}
+.tip2-list > div:nth-child(2) {
+  border-top: 1px solid #69c0ff;
+  border-bottom: 1px solid #69c0ff;
+}
+.tip2-title {
+  writing-mode: vertical-rl;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  background-color: #133156;
+}
+.pie {
+  background-color: #04224c;
+}
+.tip-down {
+  position: absolute;
+  top: 10px;
+  right: 30px;
+  width: 50px;
+  text-align: center;
+  height: 50px;
+  line-height: 50px;
+  cursor: pointer;
+  font-size: 44px;
+}

+ 408 - 0
investment/styles/investHome2compound.css

@@ -0,0 +1,408 @@
+*,
+*:before,
+*:after {
+  padding: 0;
+  margin: 0;
+  box-sizing: border-box;
+}
+html,
+body {
+  height: 100%;
+  font-size: 14px;
+  background-color: #ECFFFF;
+  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
+}
+
+.flex {
+  display: flex;
+}
+.flex1 {
+  flex: 1;
+}
+.flex2 {
+  flex: 2;
+}
+.flex-around {
+  display: flex;
+  justify-content: space-around;
+}
+.flex-between {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+}
+.flex-end {
+  display: flex;
+  justify-content: flex-end;
+}
+.flex-align-center {
+  display: flex;
+  align-items: center;
+}
+.text-center {
+  text-align: center;
+}
+.font12 {
+  font-size: 12px;
+}
+.main-color {
+  color: #0bf1ff;
+}
+.danger-color {
+  color: #f15450 !important;
+}
+.error-color {
+  color: #ffc704 !important;
+}
+.btm10 {
+  margin-bottom: 10px;
+}
+.btm20 {
+  margin-bottom: 20px;
+}
+a {
+  text-decoration: none;
+  cursor: pointer;
+}
+
+[v-cloak] {
+  display: none;
+}
+#app {
+  background: url('../images/page-bg.png') center center no-repeat;
+  background-size: 100% 100%;
+  padding-top: 10px;
+  height: 100vh;
+  overflow: hidden;
+  color: #fff;
+}
+.my-header {
+  position: relative;
+  height: 70px;
+  line-height: 70px;
+  background: url('../images/header-bg.png') center center no-repeat;
+  background-size: 100% 100%;
+  text-align: center;
+  font-weight: bold;
+  font-size: 32px;
+  font-weight: 600;
+}
+.my-header span {
+  background: linear-gradient(-3deg, #99EEFF 0%, #99EEFF 30%, #FFFFFF 91%);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+}
+.my-header span.right {
+  position: absolute;
+  right: 60px;
+  top: 0px;
+  font-size: 16px;
+}
+.main {
+  padding: 15px;
+  display: flex;
+  height: calc(100vh - 25px);
+  background: url('../images/content-bg2.png') no-repeat center bottom;
+  display: flex;
+  padding-bottom: 65px;
+}
+.left {
+  margin-right: 10px;
+}
+.left,
+.right {
+  flex: 1;
+  display: flex;
+  flex-direction: column;
+}
+.dv-border-box-8 {
+  background: url('../images/left-border2.png') no-repeat;
+  background-size: 100% 100%;
+}
+.left .title {
+  position: relative;
+  text-align: center;
+  height: 50px;
+  line-height: 50px;
+}
+.left .title .text {
+  font-size: 20px;
+  font-weight: 600;
+  color: #05fbfe;
+  text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
+  background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+  position: relative;
+}
+.left .title .text::before {
+  position: absolute;
+  content: ' ';
+  top: 10px;
+  left: -40px;
+  width: 30px;
+  height: 10px;
+  background: url('../images/title-left.png') no-repeat;
+}
+.left .title .text::after {
+  position: absolute;
+  content: ' ';
+  top: 10px;
+  right: -40px;
+  width: 30px;
+  height: 10px;
+  background: url('../images/title-right.png') no-repeat;
+}
+.left .content {
+  height: calc(100% - 60px);
+  padding: 0 17px 14px;
+  display: flex;
+}
+.left .content .content-left {
+  margin-right: 10px;
+  display: flex;
+  align-items: center;
+  justify-content: space-evenly;
+}
+.item {
+  display: flex;
+  align-items: center;
+  flex-direction: column;
+}
+.item .item-title {
+  color: #69C0FF;
+  font-size: 28px;
+  font-weight: bold;
+}
+.item .item-title span {
+  font-weight: 500;
+  font-size: 14px;
+}
+.item .item-img {
+  width: 106px;
+  height: 106px;
+  margin-bottom: 9px;
+}
+.item .item-text {
+  color: rgba(255,255,255,0.6);
+  font-size: 14px;
+}
+
+.item2 {
+  width: 50%;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+}
+.item2 .item2-title {
+  font-weight: bold;
+  font-size: 18px;
+}
+.item2 .item2-title span {
+  font-weight: 500;
+  font-size: 12px;
+}
+.item2 .item2-img {
+  width: 67px;
+  height: 66px;
+  margin-top: -20px;
+}
+.item2 .item2-text {
+  color: rgba(255,255,255,0.6);
+  font-size: 12px;
+}
+
+.item3 {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+}
+.item3 .item3-title {
+  font-weight: bold;
+  font-size: 24px;
+  color: #69C0FF;
+}
+.item3 .item3-title span {
+  font-size: 14px;
+  font-weight: 500;
+}
+.item3 .item3-img {
+  margin-top: -20px;
+  width: 100px;
+  height: 102px;
+  margin-bottom: 18px;
+}
+.item3 .item3-text {
+  font-size: 14px;
+  color: rgba(255,255,255,0.6);
+}
+.item4 .item4-title {
+  position: relative;
+  padding-left: 10px;
+  color: #69C0FF;
+  margin-left: 10px;
+  margin-top: 10px;
+}
+.item4 .item4-title::before {
+  content: '';
+  position: absolute;
+  left: 0;
+  top: 50%;
+  transform: translate(0, -50%);
+  width: 5px;
+  height: 5px;
+  border-radius: 50%;
+  background-color: #69C0FF;
+}
+
+.item4 .item4-con {
+  display: flex;
+  align-items: center;
+  justify-content: space-around;
+  height: 100%;
+}
+.item4 .item4-con .item{
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+}
+.item4 .item4-con .item .title {
+  color: #69C0FF;
+  font-weight: bold;
+  font-size: 28px;
+}
+.item4 .item4-con .item .title span {
+  font-weight: 500;
+  font-size: 14px;
+}
+.item4 .item4-con .item .text {
+  font-size: 14px;
+  color: rgba(255,255,255,0.6);
+}
+
+.item5 {
+  padding: 14px;
+  height: 100%;
+}
+.item5 .title {
+  height: 30px;
+  color: #69C0FF;
+  border: 1px solid #40A9FF;
+  border-radius: 5px;
+  display: flex;
+  align-items: center;
+  justify-content: end;
+  padding: 0 6px;
+}
+
+
+
+
+.left .content .content-con {
+  margin-right: 10px;
+}
+.left .content .content-left, .left .content .content-right, .left .content .content-con {
+  background-color: rgb(18 81 128 / 22%);
+  flex: 1;
+}
+
+
+.right .title {
+  position: relative;
+  text-align: center;
+  height: 50px;
+  line-height: 50px;
+}
+.right .title .text {
+  font-size: 20px;
+  font-weight: 600;
+  color: #05fbfe;
+  text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
+  background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+  position: relative;
+}
+.right .title .text::before {
+  position: absolute;
+  content: ' ';
+  top: 10px;
+  left: -40px;
+  width: 30px;
+  height: 10px;
+  background: url('../images/title-left.png') no-repeat;
+}
+.right .title .text::after {
+  position: absolute;
+  content: ' ';
+  top: 10px;
+  right: -40px;
+  width: 30px;
+  height: 10px;
+  background: url('../images/title-right.png') no-repeat;
+}
+.right .content {
+  height: calc(100% - 60px);
+  padding: 0 17px 14px;
+  display: flex;
+}
+.right .content .content-left {
+  margin-right: 10px;
+}
+.right .content .content-left, .right .content .content-right {
+  display: flex;
+  flex: 1;
+}
+.right .content .content-top {
+  margin-bottom: 10px;
+}
+.right .content .content-top, .right .content .content-bot {
+  background-color: rgb(18 81 128 / 22%);
+  flex: 1;
+}
+.right .content .content-left .content-left-l {
+  background-color: rgb(18 81 128 / 22%);
+  flex: 1;
+  margin-right: 10px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+.right .content .content-left .content-left-r {
+  flex: 2;
+  display: flex;
+  flex-direction: column;
+}
+.right .content .content-left .content-left-r .content-left-r-t {
+  margin-bottom: 10px;
+}
+.right .content .content-left .content-left-r .content-left-r-t, .right .content .content-left .content-left-r .content-left-r-b{
+  background-color: rgb(18 81 128 / 22%);
+  flex: 1;
+}
+.right .content .content-right .content-right-l {
+  margin-right: 10px;
+}
+.right .content .content-right .content-right-l, .right .content .content-right .content-right-r{
+  background-color: rgb(18 81 128 / 22%);
+  flex: 1;
+}
+
+.tip-window {
+  display: inline-flex;
+  align-items: center;
+  justify-content: center;
+  position: absolute;
+  right: 15px;
+  top: 10px;
+  height: 30px;
+  padding: 0 10px;
+  color: #69c0ff;
+  background-color: rgba(64, 169, 255, 0.12);
+  border: 2px solid #40a9ff;
+  border-radius: 5px;
+  border-top-right-radius: 10px;
+  cursor: pointer;
+  box-sizing: border-box;
+}