Vue中实现视频双背景核心步骤-让它们叠在一起-步骤一创建Vue项目首先你得有一个Vue项目
.background-video { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; } .overlay-video { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto;