Commit 7b09ca0d by libai

测试

parent c940b0f4
......@@ -1596,11 +1596,6 @@
filter: blur(0.2rem);
opacity: 0.8;
}
.room-content {
width: 10rem;
position: fixed;
overflow: hidden;
}
.room-content-loading {
display: none;
width: 10rem;
......
......@@ -1647,11 +1647,7 @@
filter: blur(0.2rem);
opacity: 0.8;
}
.room-content{
width: 10rem;
position: fixed;
overflow: hidden;
}
.room-content-loading{
display: none;
width: 10rem;
......
......@@ -30,7 +30,7 @@
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022111813">
<link rel="stylesheet" href="css/liveRoom.css?v=2022111814">
<link rel="stylesheet" href="../css/login.css?v=2022111801">
<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>
......@@ -60,6 +60,10 @@
.layui-layer{
box-shadow:none !important;
}
body{
overflow: hidden;
width: 100%;
}
</style>
</head>
<body style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;">
......@@ -571,15 +575,13 @@ $(function(){
var dHeight=$(document).height()
$(".touch-box").css("height",dHeight/2.5+"px")
$(".touch-box").css("margin-top",-dHeight/5+"px")
$("body").css("height",dHeight+'px')
var topRoomId
var BottomRoomId
localStorage.canvasCode="phone"
var giftMd5=null;
var loadT=null;
$(".room-content").css("height",$(document).height()-2)
$(".room-bg").css("top","1px")
// $(".room-bg").css("height",$(document).height()-2)
// $(".room-bg").css("top","1px")
// hotList()
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