Commit 2428210a by libai

测试

parent ca3db211
......@@ -166,6 +166,7 @@
float: left;
}
.room-bottom {
display: none;
width: 10rem;
height: 1.3rem;
position: absolute;
......@@ -197,6 +198,7 @@
top: 0.11rem;
}
.user-msg-box {
display: none;
width: 7.45rem;
height: 4.5rem;
bottom: 1.4rem;
......
......@@ -171,6 +171,7 @@
float: left;
}
.room-bottom{
display: none;
width: 10rem;
height: 1.3rem;
// background: pink;
......@@ -203,6 +204,7 @@
top: 0.11rem;
}
.user-msg-box{
display: none;
width: 7.45rem;
height: 4.5rem;
// background: pink;
......
......@@ -700,6 +700,8 @@ $(function(){
}
$(".room-content-loading").show()
$(".room-bottom").show()
$(".user-msg-box").show()
$(".loading-face").show().attr("src","https://zhibocdn.yabolive.net/comm"+data.room.face.split('?')[0]+"?x-oss-process=image/resize,w_350")
var loadNum=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