yx před 4 roky
rodič
revize
7b2825ae12
1 změnil soubory, kde provedl 9 přidání a 1 odebrání
  1. 9 1
      src/views/other/index.vue

+ 9 - 1
src/views/other/index.vue

@@ -285,10 +285,18 @@ export default {
         }
     }
 }
+@media screen and (max-width: 1600px) {
+    /*当屏幕尺寸小于1366px时,应用下面的CSS样式*/
+    .fzyfImg {
+        margin-top: 120px !important;
+        height: 500px !important;
+    }
+}
 @media screen and (max-width: 1366px) {
     /*当屏幕尺寸小于1366px时,应用下面的CSS样式*/
     .fzyfImg {
-        margin-top: 100px !important;
+        margin-top: 90px !important;
+        height: 400px !important;
     }
 }
 </style>