Commit c940b0f4 by libai

测试

parent abe8742c
...@@ -1599,6 +1599,7 @@ ...@@ -1599,6 +1599,7 @@
.room-content { .room-content {
width: 10rem; width: 10rem;
position: fixed; position: fixed;
overflow: hidden;
} }
.room-content-loading { .room-content-loading {
display: none; display: none;
......
...@@ -1650,6 +1650,7 @@ ...@@ -1650,6 +1650,7 @@
.room-content{ .room-content{
width: 10rem; width: 10rem;
position: fixed; position: fixed;
overflow: hidden;
} }
.room-content-loading{ .room-content-loading{
display: none; display: none;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022111812"> <link rel="stylesheet" href="css/liveRoom.css?v=2022111813">
<link rel="stylesheet" href="../css/login.css?v=2022111801"> <link rel="stylesheet" href="../css/login.css?v=2022111801">
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
......
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