picDetail.css 608 字节
.pic {
  width:100%;
  padding: 0 0.32rem;
  box-sizing: border-box;
}

.pic img {
  width: 100%;
}

.vedio-box {
  padding: 0 0.32rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.vedio {
  position: relative;
  width: 100%;
  margin: 0.16rem 0;
}

.vedio-img {
  width: 100%;
  height: 100%;

}

.blackShade {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.vedio-play {
  width: 0.8rem;
  height: 0.8rem;
}