222
This commit is contained in:
@@ -77,17 +77,19 @@ export default defineComponent({
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(-50%,-50%);
|
transform: translate(-50%,-50%);
|
||||||
width: 80%;
|
// width: 80%;
|
||||||
height: auto;
|
// height: auto;
|
||||||
max-height: 80vh;
|
// max-height: 80vh;
|
||||||
|
// width: max-content;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: max-content;
|
|
||||||
video{
|
video{
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
|
// max-height: 80vh;
|
||||||
|
// height: 100%;
|
||||||
|
// object-fit: contain;
|
||||||
|
// width: max-content;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
height: 100%;
|
max-width: 80vw;
|
||||||
object-fit: contain;
|
|
||||||
width: max-content;
|
|
||||||
}
|
}
|
||||||
.general_video_btn{
|
.general_video_btn{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user