Commit c2e989fd by libai

测试

parent f1c6bb23
...@@ -41,14 +41,13 @@ ...@@ -41,14 +41,13 @@
height: 268px; height: 268px;
} }
@media screen and (min-width: 2400px) { @media screen and (min-width: 2400px) {
body .big-room-box { body .live-m {
transform: scale(1.3); transform: scale(1.3);
position: relative; margin-top: 100px;
top: 24%;
} }
body .more-live-box { body .more-live-box {
width: 1868px; width: 1868px;
top: 427px; top: 230px;
} }
body .more-live-ul li { body .more-live-ul li {
width: 292px; width: 292px;
......
...@@ -44,14 +44,18 @@ ...@@ -44,14 +44,18 @@
} }
@media screen and (min-width: 2400px) { @media screen and (min-width: 2400px) {
body{ body{
.big-room-box{ // .big-room-box{
// transform: scale(1.3);
// position: relative;
// top: 24%;
// }
.live-m{
transform: scale(1.3); transform: scale(1.3);
position: relative; margin-top: 100px;
top: 24%;
} }
.more-live-box{ .more-live-box{
width: 1868px; width: 1868px;
top: 427px; top: 230px;
} }
.more-live-ul li{ .more-live-ul li{
width: 292px; width: 292px;
......
...@@ -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=2022072901"> <link rel="stylesheet" href="css/index.css?v=2022072901">
<link rel="stylesheet" href="css/room.css?v=2022080102"> <link rel="stylesheet" href="css/room.css?v=2022090701">
<link rel="stylesheet" href="../css/login.css?v=2022073003"> <link rel="stylesheet" href="../css/login.css?v=2022073003">
<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>
...@@ -1511,7 +1511,6 @@ $(function () { ...@@ -1511,7 +1511,6 @@ $(function () {
pass: true, pass: true,
pageID: localStorage.canvasCode pageID: localStorage.canvasCode
}, },
success:function(data){ success:function(data){
// console.log('用戶在線列表',data); // console.log('用戶在線列表',data);
$(".online-num").text(data.count) $(".online-num").text(data.count)
......
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