Commit e91243ce by libai

测试

parent ba4fe50f
......@@ -1811,6 +1811,12 @@
pointer-events: none;
display: none;
}
.sound-tips2 {
width: 3.26rem;
height: 0.96rem;
background: url(../images/sound-tips.png) no-repeat;
background-size: 100% 100%;
}
.question-icon {
width: 0.5rem;
position: absolute;
......
......@@ -1866,6 +1866,12 @@
pointer-events: none;
display: none;
}
.sound-tips2{
width: 3.26rem;
height: 0.96rem;
background: url(../images/sound-tips.png) no-repeat;
background-size: 100% 100%;
}
.question-icon{
width: 0.5rem;
position: absolute;
......
......@@ -35,7 +35,7 @@
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css?v=2022112804">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2023030801">
<link rel="stylesheet" href="css/liveRoom.css?v=2023030802">
<link rel="stylesheet" href="../css/login.css?v=2023011202">
<link rel="manifest" href="../manifest.webmanifest?v=2022112308" />
<script src="../lib/hello.js" async defer></script>
......@@ -834,7 +834,7 @@ $(function(){
$("#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","1rem")
$(".sound-tips").css("bottom","50%").css("left","50%").css("margin-left","-1.63rem").css("margin-bottom","1rem").addClass("sound-tips2")
}
// $(".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(){
......
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