📅  最后修改于: 2022-03-11 14:47:52.843000             🧑  作者: Mango
video.fullscreen {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translate(-50%, -50%);
}