feature: seek buffer bars.

This commit is contained in:
2024-04-16 10:39:51 +08:00
parent d91630212f
commit 4e8be83625
2 changed files with 33 additions and 5 deletions

View File

@ -158,7 +158,17 @@
padding: 4px 0;
cursor: pointer;
>.seek-buffers {
position: absolute;
width: 100%;
>.ui-video-buffer {
background-color: #adadad;
}
}
>.ui-video-duration,
>.seek-buffers>.ui-video-buffer,
>.ui-video-progress {
position: absolute;
border-radius: 2px;
@ -168,7 +178,7 @@
>.ui-video-duration {
width: 100%;
background-color: #bbb;
background-color: #4e4e4e;
}
>.ui-video-progress {
@ -179,10 +189,10 @@
content: '\a0';
position: absolute;
right: -6px;
top: -6px;
width: 13px;
height: 13px;
border-radius: 6px;
top: -5px;
width: 14px;
height: 14px;
border-radius: 7px;
background-color: #fff;
}
}