Sfoglia il codice sorgente

feat: 底部按钮颜色

jinx 1 anno fa
parent
commit
b1cdae187a
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/assets/public.scss

+ 6 - 0
src/assets/public.scss

@@ -454,5 +454,11 @@ samp {
     .menu.active {
       background-color: rgba(255, 255, 255, 0.1);
     }
+    .info-layout {
+      // background: #fff;
+      .info-bottom>div {   
+        background:rgba(255,255,255,0.1);
+      }
+    }
   }
 }