mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
20 lines
365 B
SCSS
20 lines
365 B
SCSS
.#{$ns}Video {
|
|
min-width: 200px;
|
|
|
|
&-cursor {
|
|
position: absolute;
|
|
border: 2px solid $info;
|
|
transition: all 0.5s ease-out;
|
|
}
|
|
|
|
&-frameList {
|
|
.#{$ns}Video-frameItem {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.video-react-paused .video-react-big-play-button.big-play-button-hide {
|
|
display: block;
|
|
}
|
|
}
|