更换LOGO,测试环境
diff --git a/www/css/index.css b/www/css/index.css
index fb20796..355df4c 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -44,6 +44,23 @@
     align-items: center;display: flex!important;
    font-size: 20px;
 }
+.meun-img{
+    width:80px;
+    height: 80px;
+}
+@media only screen and (max-height: 700px) {
+    .meun-img{
+        width:80px;
+        height: 80px;
+    }
+}
+@media only screen and (min-height: 701px) {
+    .meun-img{
+        width:90px;
+        height: 90px;
+    }
+}
+
 
 @keyframes myfirst {
     0% {