Commit fb185bf4 by libai

测试

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