Commit 5ee51692 by libai

测试

parent 2db31f4a
Showing with 4 additions and 0 deletions
...@@ -833,6 +833,10 @@ $(function(){ ...@@ -833,6 +833,10 @@ $(function(){
$(".room-top").hide() $(".room-top").hide()
$("#myVideo").css("filter","blur(18px)") $("#myVideo").css("filter","blur(18px)")
$("#myVideo").css("transform","scale(1.05)") $("#myVideo").css("transform","scale(1.05)")
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
$("..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(){
if(localStorage.token==undefined||localStorage.token=='undefined'){ if(localStorage.token==undefined||localStorage.token=='undefined'){
......
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