Browse Source

首页logo分辨率适配

shaogen1995 2 years ago
parent
commit
f1e0117c55
1 changed files with 7 additions and 0 deletions
  1. 7 0
      vue/src/views/Home.vue

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

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