Commit e1ac58a3 by libai

测试

parent ed55f4cb
......@@ -264,6 +264,7 @@
position: relative;
}
.bottom-mc-hot-box {
display: none;
height: 1.8rem;
width: 10rem;
position: absolute;
......
......@@ -273,6 +273,7 @@
position: relative;
}
.bottom-mc-hot-box{
display: none;
height: 1.8rem;
width: 10rem;
position: absolute;
......
......@@ -35,7 +35,7 @@
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css?v=2022112804">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022122201">
<link rel="stylesheet" href="css/liveRoom.css?v=2022122901">
<link rel="stylesheet" href="../css/login.css?v=2022112804">
<link rel="manifest" href="../manifest.webmanifest?v=2022112308" />
<script src="../lib/hello.js" async defer></script>
......@@ -1332,7 +1332,7 @@ $(function(){
html2+='<p class="bottom-mc-p1">'+list.nickname+'</p>';
html2+='<p class="bottom-mc-p2"><img src="images/hot-icon.png" alt="">'+list.score+'</p>';
html2+='</div>';
$(".bottom-mc-hot-box").html(html2)
$(".bottom-mc-hot-box").show().html(html2)
}
}
$(".hot-list-ul").html(html)
......
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