zhuanjiapinjiu.wxss 1.6 KB
.winetitle{
  color:#1A1A1A;
  font-size: 28rpx;
  margin-left:36rpx;
  font-weight: bold
}
.wineimg{
  width:686rpx;
  height:300rpx;
  margin:30rpx auto 0;
  position: relative;
}
.winebottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-top:30rpx;
}
.winebottomleftimg{
  width:60rpx;
  height:60rpx;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
.winebottomleftimg image{
  width:100%;
  height:100%;
  border-radius: 50%;
}
.winebottomleft{
  display:flex;
  align-items: center
}
.winebottonright{
  width:345rpx;
  display:flex;
  align-items: center;
  justify-content: space-between
}
.winerighttouimg{
  width:30rpx;
  height:28rpx;
  font-size: 0;
  position: relative
}
.winerighttou{
  display:flex;
  align-items: center
}
.wineeng{
  color:#666666;
  font-size: 28rpx;
  margin-left: 20rpx;
}
.winezan{
  color:#666666;
  font-size:28rpx;
  margin-left:10rpx;
}
.wineblock{
  border-bottom: 1rpx solid #f5f5f5;
  padding-bottom: 30rpx;
  margin: 33rpx auto 0;

}
.pin{
  width:16rpx;
  height:32rpx;
  font-size: 0
}
.lj_share{
  width:26rpx;
  height:40rpx;
  border:none;
  position: absolute;
  right:0;
  top:0;
  background: transparent

}
button::after{      
  border:none;
  outline:none;
}


.video_play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80rpx;
  height: 80rpx;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.vimg{
  width:100rpx;
  height:100rpx;
  font-size: 0;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)
}
.vimg image{
  width:100%;
  height:100%
}