liukangdong
2024-07-26 1ae423f71a056e06a1f8908c6ae048d865e8ff47
wechat_jiaxuan/pages/productVideo/index.wxss
@@ -66,10 +66,12 @@
}
.content .item .img_wrap {
  width: 100%;
  height: 376rpx;
  position: relative;
}
.content .item .img_wrap .img {
  width: 100%;
  height: 376rpx;
}
.content .item .title {
  font-size: 30rpx;
@@ -84,3 +86,16 @@
  width: 26rpx;
  margin-right: 10rpx;
}
.video_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.video_wrap video {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translate(0, -50%);
}