[PlayerPanel] 비디오 관련 Js 파일 커스텀 , 큐레이션 아이디 추가 , live API 추가

This commit is contained in:
고동영
2024-04-05 10:17:17 +09:00
parent b762bf7492
commit afa7635dbc
25 changed files with 568 additions and 391 deletions

View File

@@ -4,25 +4,32 @@
@import "~@enact/sandstone/styles/mixins.less";
.times {
position: absolute;
font-family: "LG SmartFont SemiBold";
width: 100%;
top: 19px;
font-size: 30px;
font-weight: bold;
letter-spacing: -1.4px;
line-height: 30px;
white-space: nowrap;
position: absolute;
font-family: "LGSmartUI";
width: 100%;
top: 22px;
font-size: 24px;
font-weight: bold;
line-height: 30px;
white-space: nowrap;
text-align: right;
letter-spacing: 1.2px;
> * {
display: inline-block;
}
.currentTime {
// width: 225px;
padding-right: 140px;
}
> * {
display: inline-block;
}
.separator {
padding: 0 1ex;
}
.separator {
position: absolute;
top: 0;
right: 116px;
}
.enact-locale-rtl({
.enact-locale-rtl({
direction: ltr;
});
}