[영상 스타일 수정]

- 노출 이상부분 수정과 버튼 위치 및 프로그레스바 위치변경.
This commit is contained in:
junghoon86.park
2025-11-26 17:17:12 +09:00
parent 96cbd1f67e
commit 0a2ef0e68b
4 changed files with 21 additions and 15 deletions

View File

@@ -6,23 +6,29 @@
.times {
position: absolute;
font-family: @baseFont;
width: 100%;
top: 22px;
right: 30px;
width: 100%;
right: 90px;
bottom: -5px;
font-size: 24px;
font-weight: bold;
line-height: 30px;
text-align: right;
letter-spacing: -1px;
.separator {
position: absolute;
right: 110px;
right: 105px;
bottom: -5px;
}
.currentTime {
position: absolute;
right: 140px;
right: 130px;
bottom: -5px;
}
.totalTime {
position: absolute;
bottom: -5px;
right:0px;
}
> * {
color: #fff;
}