gcz vor 1 Monat
Ursprung
Commit
de5a37abf6
2 geänderte Dateien mit 38 neuen und 2 gelöschten Zeilen
  1. 2 1
      src/pages/cases/Index.vue
  2. 36 1
      src/styles/scale-adjustments.scss

+ 2 - 1
src/pages/cases/Index.vue

@@ -511,7 +511,8 @@ export default {
     }
 
     .card-image {
-      height: 282px;
+      max-height: 282px;
+      height: auto;
       overflow: hidden;
       position: relative;
 

+ 36 - 1
src/styles/scale-adjustments.scss

@@ -179,9 +179,41 @@ body[data-scale="175"] {
     border-radius: calc(8px * var(--inverse-scale));
   }
 
+  //首页
+  .banner-section{
+    .info-row{
+      height: 80px;
+    }
+  }
+
+  //企业介绍
+  .banner-section.about-us{
+    .data-stats{
+      bottom: 28px;
+      left: 20px;
+      right: 20px;
+      padding: 15px 0;
+      .stats-item{
+        .stats-label{
+          font-size: 12px;
+        }
+      }
+    }
+  }
+  .qualification-section{
+    .certificate-container{
+      padding: 10px 0;
+    }
+  }
+
+  //联系我们
+  .contact-info-section{
+    margin-top: -130px;
+  }
+
   .section-title {
     font-size: calc(32px * var(--inverse-scale)) !important;
-    margin-bottom: calc(16px * var(--inverse-scale));
+    margin-bottom: calc(80px * var(--inverse-scale));
   }
 
   .section-subtitle {
@@ -412,6 +444,9 @@ body[data-scale="175"] {
       .content-left {
         flex: 0 0 calc(800px * var(--inverse-scale));
         max-width: calc(800px * var(--inverse-scale));
+        img{
+          height: auto;
+        }
       }
 
       .content-right {