jiangping
2024-07-29 2f3b3bd2fdf08822e54ebd2ee7a86790ca46a535
wechat_staff/components/videoPlay/index.less
@@ -1,59 +1,19 @@
.user {
  width: 750rpx;
  padding: 0 40rpx;
  height: 148rpx;
  background: #FFFFFF;
  border-radius: 8rpx;
  padding: 0 30rpx;
  display: flex;
  align-items: center;
  .content {
    flex: 1;
    .name {
      font-size: 30rpx;
      margin-bottom: 12rpx;
    }
    .desc {
      font-size: 24rpx;
      color: #999999;
    }
  }
  .avatar {
    width: 80rpx;
    height: 80rpx;
    border-radius: 50%;
    margin-right: 24rpx;
  }
  .btns{
    display: flex;
    .item{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 70rpx;
      font-size: 20rpx;
      color: #333333;
      .icon{
        margin-bottom: 4rpx;
        width: 44rpx;
        height: 44rpx;
      }
    }
  }
  .btn {
    width: 118rpx;
    height: 56rpx;
    line-height: 52rpx;
    text-align: center;
    background: var(--themeColor);
.video_content{
  position: fixed;
  top: 10rpx;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  .video{
    position: fixed;
    border-radius: 8rpx;
    font-weight: 500;
    font-size: 26rpx;
    color: #fff;
    top: 50%;
    left: 75rpx;
    transform: translate(0, -50%);
    width: 600rpx;
    z-index: 10000;
  }
}
}