Commit 0b2c4b69 by libai

测试

parent 8751a527
......@@ -1382,6 +1382,7 @@
vertical-align: middle;
width: 16rem;
margin-left: -3rem;
filter: blur(0.2rem);
}
.room-secret-shadow {
width: 10rem;
......@@ -1389,7 +1390,6 @@
position: absolute;
z-index: 5;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(0.3rem);
top: -1vw;
left: 0;
}
......@@ -1500,7 +1500,7 @@
z-index: 5;
text-align: center;
left: 0;
top: 7rem;
bottom: 10rem;
}
.mc-out-tips p {
color: #A3A3A3;
......
......@@ -1422,6 +1422,7 @@
vertical-align: middle;
width: 16rem;
margin-left: -3rem;
filter:blur(0.2rem)
}
}
.room-secret-shadow{
......@@ -1430,7 +1431,7 @@
position: absolute;
z-index: 5;
background: rgba(0,0,0,0.5);
backdrop-filter: blur(0.3rem);
top: -1vw;
left: 0;
}
......@@ -1549,7 +1550,7 @@
z-index: 5;
text-align: center;
left: 0;
top: 7rem;
bottom: 10rem;
p{
color: #A3A3A3;
font-size: 0.5rem;
......
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