瀏覽代碼

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

任一存 2 年之前
父節點
當前提交
071e879c38
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;