Monica视频监控处理程序
xc
2021-04-22 49d678730ef63c6d5b6425ac9ffd45cefc56c048
src/main/resources/public/css/controles.css
@@ -19,20 +19,28 @@
}
.player-wrapper {
    width: 900px;
    height: 500px;
    /*overflow-y: auto;*/
    margin: 0 auto;
    text-align: center;
}
.player .control{
   position: absolute;
   background: rgba(255, 255, 255, 0.3);
   width: 680px;
   height: 40px;
   border-radius: 5px;
   left: 50%;
   bottom: 10px;
   border-radius: 10px;
   left: 60%;
   bottom: -10px;
   transform: translateX(-50%);
}
.player .control div{
   display: inline-block;
   line-height: 40px;
   margin-left: 10px;
   margin-left: 14px;
   font-size: 18px;
   color: #fff;
}