Commit 9b6461bf by libai

测试

parent 3195b429
...@@ -733,7 +733,7 @@ ...@@ -733,7 +733,7 @@
.video-box { .video-box {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
position: fixed; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;
...@@ -1607,7 +1607,7 @@ ...@@ -1607,7 +1607,7 @@
left: 0; left: 0;
} }
.room-content-loading .loading-icon { .room-content-loading .loading-icon {
position: fixed; position: absolute;
width: 2.66rem; width: 2.66rem;
top: 47%; top: 47%;
left: 50%; left: 50%;
...@@ -1615,7 +1615,7 @@ ...@@ -1615,7 +1615,7 @@
margin-top: -1.33rem; margin-top: -1.33rem;
} }
.loading-face { .loading-face {
position: fixed; position: absolute;
display: none; display: none;
width: 20rem; width: 20rem;
height: 20rem; height: 20rem;
......
...@@ -756,7 +756,7 @@ ...@@ -756,7 +756,7 @@
.video-box{ .video-box{
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
position: fixed; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;
...@@ -1657,7 +1657,7 @@ ...@@ -1657,7 +1657,7 @@
top: 0; top: 0;
left: 0; left: 0;
.loading-icon{ .loading-icon{
position: fixed; position: absolute;
width: 2.66rem; width: 2.66rem;
top: 47%; top: 47%;
left: 50%; left: 50%;
...@@ -1667,7 +1667,7 @@ ...@@ -1667,7 +1667,7 @@
} }
.loading-face{ .loading-face{
position: fixed; position: absolute;
display: none; display: none;
width: 20rem; width: 20rem;
height: 20rem; height: 20rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment