Commit 7b09ca0d by libai

测试

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