xinsi_book/src/plugin/xml-digital-teaching/lib/video.css
caoyuchun 88916ed90f cyc
2024-09-12 09:17:30 +08:00

34 lines
675 B
CSS

.xml-video-container-h5[data-v-099f61c2] {
}
.xml-video-container-pc[data-v-099f61c2] {
}
.xml-video-container-pad[data-v-099f61c2] {
}
.xml-video-container-pdf[data-v-3c5e97c1] {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 0;
padding-bottom: 56.25%;
background: #000;
}
.xml-video-container-pdf .cover[data-v-3c5e97c1] {
position: absolute;
top: 0;
max-width: 100%;
max-height: 100%;
}
.xml-video-container-pdf .play[data-v-3c5e97c1] {
position: absolute;
top: 45%;
left: 45%;
width: 10%;
background: #bebebe;
border-radius: 50%;
}
/*# sourceMappingURL=XmlVideoImg.vue.map */