Monica视频监控处理程序
xc
2021-04-26 e2863e5ef1da5c89c84bf5ce139fc05b90429e10
src/main/resources/public/css/controles.css
@@ -1,11 +1,7 @@
*{
   margin: 0;
   padding: 0;
}
/* 去掉全屏时显示的自带控制条 */
/*!* 去掉全屏时显示的自带控制条 *!
video::-webkit-media-controls{
    display:none !important;
}
}*/
.wrap h3{
   text-align: center;
   height: 100px;
@@ -19,6 +15,14 @@
}
.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);
@@ -27,12 +31,12 @@
   border-radius: 10px;
   left: 60%;
   bottom: -10px;
   transform: translateX(-50%);
   transform: translateX(-48%);
}
.player .control div{
   display: inline-block;
   line-height: 40px;
   margin-left: 10px;
   margin-left: 14px;
   font-size: 18px;
   color: #fff;
}