101 lines
1.9 KiB
SCSS
101 lines
1.9 KiB
SCSS
.ucap-video-viewer-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.ucap-video-viewer-header {
|
|
width: 100%;
|
|
height: 60px;
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
|
|
background-color: #333333;
|
|
color: #ffffff;
|
|
.ucap-video-viewer-icon {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.ucap-video-viewer-title {
|
|
font-size: 16px;
|
|
}
|
|
.stroke-bar {
|
|
width: 1px;
|
|
height: 30px;
|
|
background-color: rgba(256, 256, 256, 0.3);
|
|
margin: 0 10px;
|
|
}
|
|
.ucap-image-viewer-action {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-left: 10px;
|
|
&:hover {
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ucap-video-viewer-body {
|
|
position: relative;
|
|
width: 100%;
|
|
height: calc(100% - 60px);
|
|
|
|
.ucap-video-viewer-video-icon {
|
|
width: 100%;
|
|
height: calc(100% - 80px);
|
|
|
|
.guide-msg {
|
|
font-size: 16px;
|
|
margin: 30px;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.viewer-bottom {
|
|
background-color: #212121;
|
|
color: #ffffff;
|
|
.ucap-video-viewer-video-time {
|
|
width: 100%;
|
|
height: 30px;
|
|
.mat-slider {
|
|
width: 94%;
|
|
}
|
|
}
|
|
.ucap-video-viewer-video-controls {
|
|
width: 100%;
|
|
height: 50px;
|
|
|
|
.ucap-video-viewer-video-time-current {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.ucap-video-viewer-video-time-total {
|
|
padding-right: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ucap-video-viewer-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
.ucap-video-viewer-action {
|
|
.mat-icon {
|
|
font-size: 40px;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
}
|
|
|
|
//viewr 플레이어 공통
|
|
::ng-deep .viewer-bottom {
|
|
.mat-slider-horizontal {
|
|
.mat-slider-track-background {
|
|
background-color: #999999 !important;
|
|
}
|
|
&.mat-slider-min-value {
|
|
&:not(.mat-slider-thumb-label-showing) {
|
|
.mat-slider-thumb {
|
|
border-color: #999999 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|