Commit 1a93cce4 by libai

测试

parent 4bd66107
...@@ -34,9 +34,11 @@ ...@@ -34,9 +34,11 @@
} }
} }
@media screen and (max-width: 2400px) { @media screen and (max-width: 2400px) {
transform: scale(1.3); body {
position: relative; transform: scale(1.3);
top: 15%; position: relative;
top: 15%;
}
} }
body::-webkit-scrollbar { body::-webkit-scrollbar {
display: none; display: none;
......
...@@ -35,9 +35,12 @@ ...@@ -35,9 +35,12 @@
} }
} }
@media screen and (max-width: 2400px) { @media screen and (max-width: 2400px) {
transform: scale(1.3); body{
position: relative; transform: scale(1.3);
top: 15%; position: relative;
top: 15%;
}
} }
body::-webkit-scrollbar{ body::-webkit-scrollbar{
display:none; display:none;
......
...@@ -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=20220630"> <link rel="stylesheet" href="css/index.css?v=20220630">
<link rel="stylesheet" href="css/room.css?v=20220704"> <link rel="stylesheet" href="css/room.css?v=2022070402">
<link rel="stylesheet" href="../css/login.css?v=20220704"> <link rel="stylesheet" href="../css/login.css?v=20220704">
<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