Commit fd468aca by libai

测试

parent 50f211f5
......@@ -2821,8 +2821,8 @@ input::-webkit-input-placeholder {
.secret-room .secret-shadow {
height: 634px;
width: 360px;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(14px);
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(12px);
position: absolute;
}
.secret-face {
......
......@@ -2913,8 +2913,8 @@ input::-webkit-input-placeholder{
.secret-shadow{
height: 634px;
width: 360px;
background: rgba(0,0,0,0.3);
backdrop-filter: blur(14px);
background: rgba(0,0,0,0.2);
backdrop-filter: blur(12px);
position: absolute;
}
......
......@@ -639,7 +639,7 @@ $(function () {
// $(".secret-bg").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_634')
$(".secret-bg").hide()
setTimeout(function(){
$(".live-video").css("filter","blur(12px)")
$(".live-video").css("filter","blur(14px)")
$(".live-video").css("pointer-events","none")
},300)
......
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