Commit 8107c739 by libai

测试

parent 1066859f
...@@ -732,7 +732,6 @@ ...@@ -732,7 +732,6 @@
} }
.video-box { .video-box {
width: 100vw; width: 100vw;
height: 100vh;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
......
...@@ -755,7 +755,7 @@ ...@@ -755,7 +755,7 @@
} }
.video-box{ .video-box{
width: 100vw; width: 100vw;
height: 100vh; // height: 100vh;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
......
...@@ -60,10 +60,7 @@ ...@@ -60,10 +60,7 @@
.layui-layer{ .layui-layer{
box-shadow:none !important; box-shadow:none !important;
} }
body{
overflow: hidden;
width: 100%;
}
</style> </style>
</head> </head>
<body style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"> <body style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;">
...@@ -580,7 +577,7 @@ $(function(){ ...@@ -580,7 +577,7 @@ $(function(){
localStorage.canvasCode="phone" localStorage.canvasCode="phone"
var giftMd5=null; var giftMd5=null;
var loadT=null; var loadT=null;
$(".video-box").css("height",dHeight+'px')
// hotList() // hotList()
liveList(1) liveList(1)
......
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