liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
wechat_staff/pages/productVideo/index.wxss
@@ -52,7 +52,23 @@
.content {
  padding: 0 40rpx 40rpx;
}
.content .item .img {
.content .item {
  margin-bottom: 60rpx;
  position: relative;
}
.content .item .play {
  width: 60rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content .item .img_wrap {
  width: 100%;
  position: relative;
}
.content .item .img_wrap .img {
  width: 100%;
}
.content .item .title {
@@ -60,6 +76,9 @@
  color: #111111;
  margin: 24rpx 0 12rpx;
}
.content .item video {
  border-radius: 8rpx;
}
.content .item .static {
  font-size: 24rpx;
  color: #999999;