|
|
@@ -269,10 +269,10 @@
|
|
|
</div>
|
|
|
<div class="content relative">
|
|
|
<div id="echartC1" ref="echartC1" class="commonBack" style="width: 100%; height: 100%;"></div>
|
|
|
- <div class="absolute investorTitle">
|
|
|
+ <div class="absolute investorTitle" v-if="!centerType">
|
|
|
<div>
|
|
|
<span
|
|
|
- style="display:inline-block;border-radius:50%; width:15px;height:15px;background-color:#064F78;margin-right: 10px;"></span>
|
|
|
+ style="display:inline-block;border-radius:50%; width:15px;height:15px;background-color:#69c0ff;margin-right: 10px;"></span>
|
|
|
<span>传统产业</span>
|
|
|
</div>
|
|
|
<div>
|
|
|
@@ -286,23 +286,23 @@
|
|
|
<span>基础产业</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="absolute investorIntroduce">
|
|
|
+ <div class="absolute investorIntroduce" v-if="!centerType">
|
|
|
<div class="flex items-end">
|
|
|
- <span>投资额:</span><span style="color:#064F78;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">82.36</span><span>亿</span>
|
|
|
+ <span>投资额:</span><span style="color:#69c0ff;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">82.36</span><span>亿</span>
|
|
|
</div>
|
|
|
- <div class="flex items-end" style="justify-content: end">
|
|
|
- <span style="color:#064F78;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">325</span><span>个</span>
|
|
|
+ <div class="flex items-end" style="justify-content: center">
|
|
|
+ <span style="color:#69c0ff;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">325</span><span>个</span>
|
|
|
</div>
|
|
|
<div class="flex items-end">
|
|
|
<span>投资额:</span><span style="color:#BDB35D;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">82.36</span><span>亿</span>
|
|
|
</div>
|
|
|
- <div class="flex items-end" style="justify-content: end">
|
|
|
+ <div class="flex items-end" style="justify-content: center">
|
|
|
<span style="color:#BDB35D;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">325</span><span>个</span>
|
|
|
</div>
|
|
|
<div class="flex items-end">
|
|
|
<span>投资额:</span><span style="color:#623726;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">82.36</span><span>亿</span>
|
|
|
</div>
|
|
|
- <div class="flex items-end" style="justify-content: end">
|
|
|
+ <div class="flex items-end" style="justify-content: center">
|
|
|
<span style="color:#623726;font-size: 30px;font-weight: bold;margin:0 5px;line-height: 1;">325</span><span>个</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -393,8 +393,25 @@
|
|
|
<div class="title">
|
|
|
<span class="text">投资阶段分析</span>
|
|
|
</div>
|
|
|
- <div class="content">
|
|
|
+ <div class="content relative">
|
|
|
+ <!-- <img src="./groupImg/nnyn.png" style="position:absolute;width: auto;height: 80%;left:130px;top:10%" alt=""> -->
|
|
|
<div id="echartC4" ref="echartC4" class="commonBack" style="width: 100%; height: 100%;"></div>
|
|
|
+ <div class="line-circle absolute flex items-center" v-if="!centerType">
|
|
|
+ <img src="./groupImg/right.png" alt="" style="margin-right: 5px;">
|
|
|
+ <span>新建-投资完成额:99.99亿</span>
|
|
|
+ </div>
|
|
|
+ <div class="line-circle absolute flex items-center" v-if="!centerType">
|
|
|
+ <img src="./groupImg/right.png" alt="" style="margin-right: 5px;">
|
|
|
+ <span>新建-项目数量:1208个</span>
|
|
|
+ </div>
|
|
|
+ <div class="line-circle absolute flex items-center" v-if="!centerType">
|
|
|
+ <span>续建-投资完成额:99.99亿</span>
|
|
|
+ <img src="./groupImg/left.png" alt="" style="margin-left:5px">
|
|
|
+ </div>
|
|
|
+ <div class="line-circle absolute flex items-center" v-if="!centerType">
|
|
|
+ <span>续建-项目数量:1208个</span>
|
|
|
+ <img src="./groupImg/left.png" alt="" style="margin-left:5px">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card">
|