zhbyyy před 1 rokem
rodič
revize
3e95dd21f5

binární
investment/images4/lt-1.png


binární
investment/images4/lt-2.png


binární
investment/images4/lt-3.png


binární
investment/images4/lt-4.png


binární
investment/images4/lt-5.png


binární
investment/images4/lt-6.png


binární
investment/images4/tr-1.png


binární
investment/images4/tr-2.png


binární
investment/images4/tr-3.png


binární
investment/images4/tr-4.png


binární
investment/images4/tr-5.png


binární
investment/images4/tr-6.png


+ 1 - 1
investment/investHome2.html

@@ -33,7 +33,7 @@
   <div id="app">
     <dv-full-screen-container>
       <header class="my-header">
-        <span>投资计划管理</span>
+        <span>投资业务管理</span>
         <span class="right">{{time}}</span>
       </header>
       <div class="main">

+ 42 - 1
investment/investHome4.html

@@ -40,7 +40,48 @@
                 <div class=" w-full h-full flex justify-center items-center">资产证券化</div>
               </div>
               <div class="lt-bottom-right lt-bottom overflow-hidden w-full h-full">
-
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-1.png" alt="">
+                  <div class="flex flex-col " style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">4000</span>户</span>
+                    <span>总范围总户数</span>
+                  </div>
+                </div>
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-2.png" alt="">
+                  <div class="flex flex-col" style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">3890</span>户</span>
+                    <span>已核定主业户数</span>
+                  </div>
+                </div>
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-3.png" alt="">
+                  <div class="flex flex-col " style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">97.25</span>%</span>
+                    <span>完成比例</span>
+                  </div>
+                </div>
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-4.png" alt="">
+                  <div class="flex flex-col " style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">872.15</span>%</span>
+                    <span>主业项目投资总额</span>
+                  </div>
+                </div>
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-5.png" alt="">
+                  <div class="flex flex-col " style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">83.79</span>%</span>
+                    <span>“两非”剥离完成率</span>
+                  </div>
+                </div>
+                <div class="flex items-center justify-center w-full h-full overflow-hidden">
+                  <img class="lt-img" src="./images4/lt-6.png" alt="">
+                  <div class="flex flex-col " style="width:calc( 100% - 76px )">
+                    <span style="color: #69C0FF;"><span style="font-size:22px;font-weight: bold;">76.12</span>%</span>
+                    <span>“两资”清退完成率</span>
+                  </div>
+                </div>
               </div>
             </div>
           </div>

+ 13 - 2
investment/styles/investHome4.css

@@ -164,8 +164,7 @@ a {
   font-weight: bold;
 }
 .lt-bottom-right {
-  background: url('../images4/list-back.png') no-repeat;
-  background-size: 100% 100%;
+  background-color: rgb(156, 210, 255, 0.1);
 }
 .tl,
 .tr,
@@ -174,6 +173,18 @@ a {
   background: url('../images4/list-back.png') no-repeat;
   background-size: 100% 100%;
 }
+.lt-bottom-right {
+  display: grid;
+  grid-template-columns: repeat(2, 1fr);
+  grid-template-rows: repeat(3, 1fr);
+  gap: 10px;
+  padding: 30px;
+}
+.lt-img {
+  width: 76px;
+  height: 64px;
+  margin: 30px;
+}
 /* zhb */
 /* 宽高纵横比 */
 .aspect-auto {

+ 9 - 1
manpower/index.html

@@ -161,7 +161,7 @@
           <div class="my-panel">
             <div class="panel-title flex-between">
               <span class="text">核心指标监测</span>
-              <span class="tip-window" @click.stop="handleShowTip(3)">智能分析</span>
+              <span class="tip-window" @click.stop="showTip3 = true">智能分析</span>
             </div>
             <div class="content flex">
               <div style="flex: 1;height: 100%; position: relative;">
@@ -252,6 +252,14 @@
         </div>
       </div>
     </div>
+    <!-- 核心指标监测专属 -->
+    <div class="tip" @click="showTip3 = false" v-if="showTip3">
+      <div class="tip-box" style="left:calc( 50% + 1300px )">
+        <div class="tip-content">
+          <div class="btm10" v-for="(item,index) in tipData[3]" :key="index"> {{item}}</div>
+        </div>
+      </div>
+    </div>
   </div>
 
 

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
manpower/js/index.js


+ 1 - 1
manpower/js/zhb.js

@@ -1,6 +1,6 @@
 let c1 = [
   [55.05, 46.82, 52.82, 61.2, 38.48, 30.64, 117.48, 27.09, 28.7, 14.27, 25.92, 12.6, 44.66, 138.83, 56.38, 26.42, 21.58, 17.18],
-  [34, 17, 23, 26, 2, 7, null, 24, 15, -33, 10, -38, 12, 43, -7, 6, 56, 121],
+  [34, 17, 23, 26, 2, 7, 2896, 24, 15, -33, 10, -38, 12, 43, -7, 6, 56, 121],
   50.13,
   69.4
 ]

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů