[영상 스타일 수정]
- 노출 이상부분 수정과 버튼 위치 및 프로그레스바 위치변경.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user