Commit fb185bf4 by libai

测试

parent 08098630
...@@ -1623,6 +1623,6 @@ ...@@ -1623,6 +1623,6 @@
left: -2.5rem; left: -2.5rem;
top: 50%; top: 50%;
margin-top: -7.5rem; margin-top: -7.5rem;
opacity: 0.7; opacity: 0.5;
filter: blur(0.3rem); filter: blur(0.3rem);
} }
...@@ -1675,6 +1675,6 @@ ...@@ -1675,6 +1675,6 @@
left: -2.5rem; left: -2.5rem;
top: 50%; top: 50%;
margin-top: -7.5rem; margin-top: -7.5rem;
opacity: 0.7; opacity: 0.5;
filter: blur(0.3rem); filter: blur(0.3rem);
} }
\ No newline at end of file
...@@ -686,9 +686,9 @@ $(function(){ ...@@ -686,9 +686,9 @@ $(function(){
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",function(){
setTimeout(function() { setTimeout(function() {
clearInterval(loadT) clearInterval(loadT)
$(".room-content-loading").fadeOut(350) $(".room-content-loading").hide()
$(".loading-face").fadeOut(350) $(".loading-face").hide()
}, 500); }, 1000);
$(".sound-btn").unbind("click").on("click",function(){ $(".sound-btn").unbind("click").on("click",function(){
var _self=$(this) var _self=$(this)
......
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