fileDetail.css 718 字节
.article {
  padding: 0 0.32rem;
  box-sizing: border-box;
}

.title {
  font-size: 0.36rem;
  font-weight: 500;
  text-align: left;
  color: #06121e;
}

.des {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  font-weight: 400;
  text-align: left;
  color: #06121e;
}

.des-img {
  width: 100%;
  height: 4.2rem;
  margin: 0.16rem 0;
}

.vedio {
  position: relative;
  width: 100%;
  height: 4.2rem;
  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;
}