Commit 1d2aff48 by libai

测试

parent a9b6ef93
...@@ -198,7 +198,6 @@ ...@@ -198,7 +198,6 @@
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;
...@@ -211,6 +210,7 @@ ...@@ -211,6 +210,7 @@
flex-direction: column-reverse; flex-direction: column-reverse;
-webkit-flex-direction: column-reverse; -webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse; -ms-flex-direction: column-reverse;
opacity: 0;
} }
.user-msg-big { .user-msg-big {
display: flex; display: flex;
......
...@@ -204,7 +204,7 @@ ...@@ -204,7 +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;
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
flex-direction:column-reverse; flex-direction:column-reverse;
-webkit-flex-direction:column-reverse; -webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse; -ms-flex-direction:column-reverse;
opacity: 0;
} }
.user-msg-big{ .user-msg-big{
display: flex; display: flex;
......
...@@ -701,7 +701,7 @@ $(function(){ ...@@ -701,7 +701,7 @@ $(function(){
$(".room-content-loading").show() $(".room-content-loading").show()
$(".room-bottom").show() $(".room-bottom").show()
$(".user-msg-box").show() $(".user-msg-box").css("opacity","1")
$(".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