Commit 50f211f5 by libai

测试

parent 09ddf72a
...@@ -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.2); background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(12px); backdrop-filter: blur(14px);
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.2); background: rgba(0,0,0,0.3);
backdrop-filter: blur(12px); backdrop-filter: blur(14px);
position: absolute; position: absolute;
} }
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/swiper.min.css"> <link rel="stylesheet" href="../css/swiper.min.css">
<link rel="stylesheet" href="css/index.css?v=2022101101"> <link rel="stylesheet" href="css/index.css?v=2022101101">
<link rel="stylesheet" href="css/room.css?v=2023030701"> <link rel="stylesheet" href="css/room.css?v=2023030703">
<link rel="stylesheet" href="../css/login.css?v=2023011202"> <link rel="stylesheet" href="../css/login.css?v=2023011202">
<script src="../lib/flv.js"></script> <script src="../lib/flv.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
......
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