liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
wechat_jiaxuan/pages/productVideo/index.less
@@ -58,6 +58,9 @@
  .item{
    margin-bottom: 60rpx;
    position: relative;
    video{
      border-radius: 8rpx;
    }
    .play{
      width: 60rpx;
      position: absolute;
@@ -68,9 +71,11 @@
    }
    .img_wrap{
      width: 100%;
      height: 376rpx;
      position: relative;
      .img{
        width: 100%;
        height: 376rpx;
      }
    }
    .title{
@@ -87,4 +92,17 @@
      }
    }
  }
}
.video_wrap{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  video{
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(0, -50%);
  }
}