mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
16 lines
361 B
SCSS
16 lines
361 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;
|
||
|
}
|
||
|
}
|