Explorar el Código

背景音控制按钮高度改为上部留出320px

任一存 hace 2 años
padre
commit
071e879c38
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/UIGather/mobile/control.pano_js.vue

+ 2 - 2
src/components/UIGather/mobile/control.pano_js.vue

@@ -307,10 +307,10 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
   }
 }
 
-.musicfix{
+.musicfix {
   position: fixed;
   right: 16px;
-  top: 40%;
+  top: 320px;
   transform: translateY(-50%);
   z-index: 999;
   width: 40px;