Commit 2428210a by libai

测试

parent ca3db211
...@@ -166,6 +166,7 @@ ...@@ -166,6 +166,7 @@
float: left; float: left;
} }
.room-bottom { .room-bottom {
display: none;
width: 10rem; width: 10rem;
height: 1.3rem; height: 1.3rem;
position: absolute; position: absolute;
...@@ -197,6 +198,7 @@ ...@@ -197,6 +198,7 @@
top: 0.11rem; top: 0.11rem;
} }
.user-msg-box { .user-msg-box {
display: none;
width: 7.45rem; width: 7.45rem;
height: 4.5rem; height: 4.5rem;
bottom: 1.4rem; bottom: 1.4rem;
......
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
float: left; float: left;
} }
.room-bottom{ .room-bottom{
display: none;
width: 10rem; width: 10rem;
height: 1.3rem; height: 1.3rem;
// background: pink; // background: pink;
...@@ -203,6 +204,7 @@ ...@@ -203,6 +204,7 @@
top: 0.11rem; top: 0.11rem;
} }
.user-msg-box{ .user-msg-box{
display: none;
width: 7.45rem; width: 7.45rem;
height: 4.5rem; height: 4.5rem;
// background: pink; // background: pink;
......
...@@ -700,6 +700,8 @@ $(function(){ ...@@ -700,6 +700,8 @@ $(function(){
} }
$(".room-content-loading").show() $(".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") $(".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 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