Monica视频监控处理程序
xc
2021-04-19 3b63fa3d397abb1cc8128cc3a22f1f40a6598046
src/main/resources/public/css/controles.css
@@ -21,12 +21,12 @@
.player .control{
   position: absolute;
   background: rgba(255,255,0,0.3);
   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{
@@ -37,18 +37,18 @@
   color: #fff;
}
.player .control .play_pause,.player .control .expand{
   color: rgb(255, 221, 44);
   color: rgb(246, 255, 249);
}
.player .control div:nth-child(2){
   width: 460px;
   height: 10px;
   background-color: rgba(255,255,255,0.3);
   background-color: rgba(255, 255, 255, 0.5);
   border-radius: 5px;
   overflow: hidden;
}
.player .control .progress{
   display: block;
   width: 10%;
   width: 100%;
   height: 10px;
   background: #fff;
}