lxh 1 year ago
parent
commit
b60219946f

+ 6 - 6
src/views/vent/fire/fireHome/components/fiberBunbleJc.vue

@@ -68,27 +68,27 @@
       }
 
       &:nth-child(1)  .jc-title {
-        left: 66px;
+        left: 114px;
       }
 
       &:nth-child(2)  .jc-title {
-        left: 66px;
+        left: 114px;
       }
 
       &:nth-child(3)  .jc-title {
-        left: 58px;
+        left: 106px;
       }
 
       &:nth-child(4)  .jc-title {
-        left: 58px;
+        left: 106px;
       }
 
       &:nth-child(5)  .jc-title {
-        left: 52px;
+        left: 99px;
       }
 
       &:nth-child(6)  .jc-title {
-        left: 52px;
+        left: 99px;
       }
 
     

+ 7 - 6
src/views/vent/fire/fireHome/components/workJc.vue

@@ -295,22 +295,23 @@ onMounted(() => {
       .card-box {
         position: relative;
         width: 100%;
-        height: 100px;
+        height: 84px;
         background: url('../../../../../assets/images/fire/firehome/work-jc.png') no-repeat center;
         background-size: 100% 100%;
 
         .card-l-label {
           position: absolute;
-          top: 8%;
-          left: 6%;
+          top: 9%;
+          left: 5%;
           color: #a1b6c2;
+          font-size: 14px;
           letter-spacing: 2px;
         }
 
         .card-l-val {
           position: absolute;
           top: 50%;
-          left: 7%;
+          left: 6%;
           color: #a3d5e5;
           font-size: 18px;
         }
@@ -321,13 +322,13 @@ onMounted(() => {
           left: 20%;
           border-bottom: 1px solid #d0d2d3;
           color: #d0d2d3;
-          font-size: 16px;
+          font-size: 14px;
         }
 
         .card-r-content {
           position: absolute;
           // top: 42%;
-          top: 58%;
+          top: 52%;
           left: 20%;
           color: #9da5aa;
         }