Parcourir la source

首页logo分辨率适配

shaogen1995 il y a 2 ans
Parent
commit
f1e0117c55
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      vue/src/views/Home.vue

+ 7 - 0
vue/src/views/Home.vue

@@ -82,6 +82,13 @@ export default {
     top: 130px;
     left: 90px;
   }
+  @media screen and (max-width: 1750px) {
+    .logo {
+      & > img {
+        width: 500px;
+      }
+    }
+  }
   .music {
     position: absolute;
     top: 26px;