Selaa lähdekoodia

其他事项, 辅助用房管理 1366 图片margin-top适配

yx 4 vuotta sitten
vanhempi
commit
e0638500b7
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      src/views/other/index.vue

+ 6 - 0
src/views/other/index.vue

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