소스 검색

合并提交解决提交bug

Limengbo 6 년 전
부모
커밋
bc17c691ed
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      pages/index/index.wxss

+ 8 - 0
pages/index/index.wxss

@@ -229,3 +229,11 @@
   left: 0;
   top: 84rpx;
 }
+
+.canvas-box {
+    position: absolute;
+    left: 0;
+    top: 0;
+    width: 100%;
+    z-index: -2;
+}