Commit 3533c1cb authored by 王晓倩's avatar 王晓倩

视频可视化播放器窗口高度

parent 20540a98
......@@ -56,15 +56,6 @@
text-align: center;
}
}
/*.box{*/
/*float:left;*/
/*width:550px;*/
/*height:300px;*/
/*background-color: #edf1f6;*/
/*text-align: center;*/
/*position:relative;*/
/*right:0px;*/
/*}*/
.boxred{
border: 1px solid red;
}
......@@ -74,7 +65,7 @@
.novideo{
/*padding: 147px 0px 147px 0px;*/
/*display: block;*/
line-height: 300px;
line-height: calc((100vh - 120px)/2);
}
</style>
......
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 to comment