wenhongquan 3 жил өмнө
parent
commit
96e9a5bb3e

+ 5 - 6
src/layout/BaseLayout/index.scss

@@ -48,8 +48,8 @@
         #vPlayArea {
             // background: red;
             position: absolute;
-            top:px2rem(80px * 2);
-            left:px2rem(20px * 2);
+            top: px2rem(80px * 2);
+            left: px2rem(20px * 2);
             width: px2rem(500px * 2);
             height: px2rem(310px * 2);
         }
@@ -108,10 +108,9 @@
             z-index: 22;
             position: absolute;
             background-size: 100% 100%;
-            bottom: px2rem(24px * 2);
-            right: px2rem(45px * 2);
-            
-	        animation-iteration-count: infinite;
+            bottom: px2rem(44px * 2);
+            right: px2rem(1000px * 2);
+            animation-iteration-count: infinite;
         }
     }
 }