k94314517
2024-07-29 282ae8b61eed9a9eb81ac85a9c7f6899eb3652fd
wechat_jiaxuan/components/videoPlay/index.wxss
@@ -5,15 +5,17 @@
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; 
}
.video_content .video{
  position: fixed;
  border-radius: 8rpx;
  top: 50%;
  left: 75rpx;
  transform: translate(0, -50%);
  width: 600rpx;
  top: 40%;
  left: 0;
  width: 750rpx;
  z-index: 10000;
}
video{
  width: 750rpx;
}