Browse Source

修改首页展示

l1448442195@163.com 1 year ago
parent
commit
f6a2c844da
2 changed files with 8 additions and 7 deletions
  1. 6 6
      investment/investHome.html
  2. 2 1
      investment/styles/investHome.css

+ 6 - 6
investment/investHome.html

@@ -94,7 +94,7 @@
             <dv-border-box-8 :dur="11">
               <div class="my-panel">
                 <div class="panel-title">
-                  <span class="text">投资阶段</span>
+                  <span class="text">五个一体化</span>
                 </div>
                 <div ref="echartL1" class="content"></div>
               </div>
@@ -109,7 +109,7 @@
             </dv-border-box-8>
           </div>
           <div class="center">
-            <!-- <div class="top">
+            <div class="top">
               <div class="box">
                 <div class="t">
                   <img src="./images/center1.png"/>
@@ -142,12 +142,12 @@
                   </div>
                 </div>
               </div>
-            </div> -->
+            </div>
             <div class="map-box">
-              <div ref="echarts-map" style="height: 100%;"></div>
+              <div ref="echarts-map" style="height: calc(100% - 155px);"></div>
             <!-- 项目状态 -->
 
-              <!-- <div class="status">
+              <div class="status">
                 <p>项目状态</p>
                 <ul style="padding-left: 30px;">
                   <li>完成决策: <i>15</i></li>
@@ -155,7 +155,7 @@
                   <li>退出: <i>15</i></li>
                   <li>终止: <i>15</i></li>
                 </ul>
-              </div> -->
+              </div>
             </div>
           </div>
           <div class="right">

+ 2 - 1
investment/styles/investHome.css

@@ -390,7 +390,8 @@ a {
 }
 .status {
   position: absolute;
-  bottom: 20px;
+  /* bottom: 20px; */
+  bottom: 200px;
   left: 15px;
   background-color: rgba(3,10,12,0.46);
   border: 1px solid #afadad;