Commit d8bf2585 by libai

测试

parent 1a93cce4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
width: 241px; width: 241px;
} }
} }
@media screen and (max-width: 2400px) { @media screen and (min-width: 2400px) {
body { body {
transform: scale(1.3); transform: scale(1.3);
position: relative; position: relative;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
} }
} }
} }
@media screen and (max-width: 2400px) { @media screen and (min-width: 2400px) {
body{ body{
transform: scale(1.3); transform: scale(1.3);
position: relative; position: relative;
......
...@@ -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=2022070402"> <link rel="stylesheet" href="css/room.css?v=2022070403">
<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