Commit c2e989fd by libai

测试

parent f1c6bb23
......@@ -41,14 +41,13 @@
height: 268px;
}
@media screen and (min-width: 2400px) {
body .big-room-box {
body .live-m {
transform: scale(1.3);
position: relative;
top: 24%;
margin-top: 100px;
}
body .more-live-box {
width: 1868px;
top: 427px;
top: 230px;
}
body .more-live-ul li {
width: 292px;
......
......@@ -44,14 +44,18 @@
}
@media screen and (min-width: 2400px) {
body{
.big-room-box{
// .big-room-box{
// transform: scale(1.3);
// position: relative;
// top: 24%;
// }
.live-m{
transform: scale(1.3);
position: relative;
top: 24%;
margin-top: 100px;
}
.more-live-box{
width: 1868px;
top: 427px;
top: 230px;
}
.more-live-ul li{
width: 292px;
......
......@@ -21,7 +21,7 @@
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/swiper.min.css">
<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">
<script src="../lib/flv.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script>
......@@ -1511,7 +1511,6 @@ $(function () {
pass: true,
pageID: localStorage.canvasCode
},
success:function(data){
// console.log('用戶在線列表',data);
$(".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