Commit ceafdde6 by libai

测试

parent b4cd8be9
......@@ -1530,7 +1530,7 @@
height: 100vh;
position: absolute;
z-index: 5;
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.3);
top: -1vw;
left: 0;
}
......
......@@ -1573,7 +1573,7 @@
height: 100vh;
position: absolute;
z-index: 5;
background: rgba(0,0,0,0.1);
background: rgba(0,0,0,0.3);
top: -1vw;
left: 0;
......
......@@ -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=2023030701">
<link rel="stylesheet" href="css/liveRoom.css?v=2023030702">
<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>
......@@ -831,7 +831,7 @@ $(function(){
$(".user-msg-box").hide()
$(".room-bottom").hide()
$(".room-top").hide()
$("#myVideo").css("filter","blur(18px)")
$("#myVideo").css("filter","blur(14px)")
$("#myVideo").css("transform","scale(1.05)")
// $(".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