shaogen1995 il y a 3 ans
Parent
commit
a16bf7c59b
2 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 1 1
      css/main.css
  2. 5 1
      index.html

+ 1 - 1
css/main.css

@@ -2904,7 +2904,7 @@ ul{
     display: none;
     height: 40px;
     line-height: 40px;
-    text-align: right;
+    text-align: left;
     color:#979CAB;
     padding: 0 25px;
     transition: color 0.3s, background 0.6s;

+ 5 - 1
index.html

@@ -158,7 +158,7 @@
                 margin-bottom: 15px;
             }
             .myBacImg .img{
-                background: url('./images//add/imgMo.png');
+                background: url('./images/add/imgMo.png');
                 background-size: 100% 100%;
                 width: 80vw;
                 height: 80vw;
@@ -167,6 +167,10 @@
                 transform: translateX(0);
             }
         }
+        /* 使用指南隐藏 */
+        .nav-icon{
+            display: none !important;
+        }
     </style>
 </head>