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

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

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