Commit fd468aca by libai

测试

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