Commit 38e6a2d6 by libai

测试

parent 63aef7ec
...@@ -1598,7 +1598,6 @@ ...@@ -1598,7 +1598,6 @@
} }
.room-content { .room-content {
width: 10rem; width: 10rem;
height: 100vh;
position: fixed; position: fixed;
} }
.room-content-loading { .room-content-loading {
......
...@@ -1649,7 +1649,6 @@ ...@@ -1649,7 +1649,6 @@
} }
.room-content{ .room-content{
width: 10rem; width: 10rem;
height: 100vh;
position: fixed; position: fixed;
} }
.room-content-loading{ .room-content-loading{
......
...@@ -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=2022111811"> <link rel="stylesheet" href="css/liveRoom.css?v=2022111812">
<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>
...@@ -576,8 +576,10 @@ $(function(){ ...@@ -576,8 +576,10 @@ $(function(){
localStorage.canvasCode="phone" localStorage.canvasCode="phone"
var giftMd5=null; var giftMd5=null;
var loadT=null; var loadT=null;
$(".room-bg").css("height",$(document).height()-2) $(".room-content").css("height",$(document).height()+2)
$(".room-bg").css("top","1px") $(".room-bg").css("top","-1px")
// $(".room-bg").css("height",$(document).height()-2)
// $(".room-bg").css("top","1px")
// hotList() // hotList()
liveList(1) liveList(1)
......
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