jiangping
2024-07-29 a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f
wechat_jiaxuan/pages/productVideo/index.less
@@ -56,8 +56,24 @@
.content{
  padding: 0 40rpx 40rpx;
  .item{
    .img{
    margin-bottom: 60rpx;
    position: relative;
    .play{
      width: 60rpx;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    .img_wrap{
      width: 100%;
      height: 376rpx;
      position: relative;
      .img{
        width: 100%;
        height: 376rpx;
      }
    }
    .title{
      font-size: 30rpx;
@@ -73,4 +89,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%);
  }
}