2019-04-30 11:11:25 +08:00
|
|
|
.#{$ns}Video {
|
2019-12-06 09:58:08 +08:00
|
|
|
min-width: 200px;
|
2019-05-15 16:10:20 +08:00
|
|
|
|
2019-12-06 09:58:08 +08:00
|
|
|
&-cursor {
|
|
|
|
position: absolute;
|
|
|
|
border: 2px solid $info;
|
|
|
|
transition: all 0.5s ease-out;
|
|
|
|
}
|
2019-05-15 16:10:20 +08:00
|
|
|
|
2019-12-06 09:58:08 +08:00
|
|
|
&-frameList {
|
|
|
|
.#{$ns}Video-frameItem {
|
|
|
|
cursor: pointer;
|
2019-04-30 11:11:25 +08:00
|
|
|
}
|
2019-12-06 09:58:08 +08:00
|
|
|
}
|
2019-05-15 16:10:20 +08:00
|
|
|
|
2019-12-06 09:58:08 +08:00
|
|
|
.video-react-paused .video-react-big-play-button.big-play-button-hide {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-05-15 16:10:20 +08:00
|
|
|
}
|