Bläddra i källkod

Merge branch 'main' of https://git.sxidc.com/kingdee_large_screen/pc_kingdee_large_screen

zhbyyy 2 år sedan
förälder
incheckning
b8a6f523f8
2 ändrade filer med 25 tillägg och 11 borttagningar
  1. 7 7
      investment/investHome.html
  2. 18 4
      investment/styles/investHome.css

+ 7 - 7
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,20 +142,20 @@
                   </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;">
+                <ul style="padding-left: 30px; margin-bottom: 10px;">
                   <li>完成决策: <i>15</i></li>
                   <li>进行中: <i>15</i></li>
                   <li>退出: <i>15</i></li>
                   <li>终止: <i>15</i></li>
                 </ul>
-              </div> -->
+              </div>
             </div>
           </div>
           <div class="right">

+ 18 - 4
investment/styles/investHome.css

@@ -150,14 +150,14 @@ a {
   display: flex;
   align-items: center;
   justify-content: center;
-  background-color: rgba(59,211,255,0.26);
+  background-color: rgba(18, 61, 98, .6);
 }
 .b {
   padding: 15px 0;
   display: flex;
   align-items: center;
   justify-content: space-around;
-  background-color: rgba(59,211,255,0.16);
+  background-color: rgba(7, 42, 76, .6);
   padding: 15px 0;
 }
 .b span {
@@ -390,13 +390,14 @@ a {
 }
 .status {
   position: absolute;
-  bottom: 20px;
+  /* bottom: 20px; */
+  bottom: 200px;
   left: 15px;
   background-color: rgba(3,10,12,0.46);
   border: 1px solid #afadad;
 }
 .status p {
-  background-color: rgb(39 122 145 / 0.56);
+  background-color: #02397F;
   line-height: 35px;
   text-align: center;
   font-size: 16px;
@@ -405,6 +406,19 @@ a {
 .status li {
   line-height: 25px;
   padding-right: 15px;
+  list-style: none;
+  position: relative;
+}
+.status li::before {
+  content: '';
+  position: absolute;
+  left: -15px;
+  top: 50%;
+  transform: translate(0, -50%);
+  width: 5px;
+  height: 5px;
+  background-color: #00FFFF;
+  border-radius: 50%;
 }
 .status i {
   font-size: 16px;