瀏覽代碼

頁面修正

jeter20131220 3 年之前
父節點
當前提交
09f705d355
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      desktop11/style.css
  2. 0 0
      desktop11/style.css.map
  3. 3 3
      desktop11/style.scss

+ 3 - 3
desktop11/style.css

@@ -425,7 +425,7 @@ body .arrow:hover {
   display: grid;
   -ms-grid-columns: (1fr)[6];
       grid-template-columns: repeat(6, 1fr);
-  width: 80vw;
+  width: 82vw;
   margin: 0 auto;
 }
 
@@ -443,8 +443,8 @@ body .arrow:hover {
 }
 
 #service-process #process-box img {
-  width: 185px;
-  height: 185px;
+  width: 13.5vw;
+  height: 13.5vw;
   -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
           filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
 }

文件差異過大導致無法顯示
+ 0 - 0
desktop11/style.css.map


+ 3 - 3
desktop11/style.scss

@@ -372,7 +372,7 @@ body {
     #process-box {
         display: grid;
         grid-template-columns: repeat(6, 1fr);
-        width: 80vw;
+        width: 82vw;
         margin: 0 auto;
         .box {
             width: 14vw;
@@ -386,8 +386,8 @@ body {
             }
         }
         img {
-            width: 185px;
-            height: 185px;
+            width: 13.5vw;
+            height: 13.5vw;
             filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
         }
     }

部分文件因文件數量過多而無法顯示