瀏覽代碼

平板视频 兼容

黄琪勇 10 月之前
父節點
當前提交
fee3408b94
共有 1 個文件被更改,包括 12 次插入2 次删除
  1. 12 2
      src/views/creation/index.module.less

+ 12 - 2
src/views/creation/index.module.less

@@ -662,8 +662,18 @@
 }
 
 // 平板样式
-.creationTablet{
-
+.creation{
+  &.creationTablet{
+    .playSection{
+      height: 340px;
+    }
+    .musicSection{
+      min-height: calc(100vh - var(--barheight) - 20px - 14vh - 340px - 55px - 80px);
+    }
+    .musicShareSection{
+      min-height: calc(100vh - var(--barheight) - 20vh - 340px - 55px);
+    }
+  }
 }
 
 .loadingPop {