Commit bccea5a8 by libai

测试

parent 5ee51692
Showing with 1 additions and 1 deletions
...@@ -835,7 +835,7 @@ $(function(){ ...@@ -835,7 +835,7 @@ $(function(){
$("#myVideo").css("transform","scale(1.05)") $("#myVideo").css("transform","scale(1.05)")
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) { if (/iphone|ipad|ipod/.test(ua)) {
$("..sound-tips").css("bottom","50%").css("left","50%").css("margin-left","-1.63rem").css("margin-bottom","2rem") $(".sound-tips").css("bottom","50%").css("left","50%").css("margin-left","-1.63rem").css("margin-bottom","2rem")
} }
// $(".room-secret-bg img").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_375') // $(".room-secret-bg img").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_375')
$(".secret-btn").unbind("click").on("click",function(){ $(".secret-btn").unbind("click").on("click",function(){
......
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