审查视图

pages/findblock/zhuanjiapinjiu/zhuanjiapinjiu.wxss 1.2 KB
lihongjuan authored
1 2 3 4 5 6 7 8 9 10
.winetitle{
  color:#1A1A1A;
  font-size: 28rpx;
  margin-left:36rpx;
  font-weight: bold
}
.wineimg{
  width:686rpx;
  height:300rpx;
  margin:30rpx auto 0;
朱振飞 authored
11 12 13 14 15 16 17 18 19 20
  position: relative;
}
.video_play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80rpx;
  height: 80rpx;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
lihongjuan authored
21 22 23 24 25 26 27 28 29 30 31
}
.winebottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-top:30rpx;
}
.winebottomleftimg{
  width:60rpx;
  height:60rpx;
朱振飞 authored
32 33 34
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
lihongjuan authored
35 36 37 38 39 40 41 42 43
}
.winebottomleft{
  display:flex;
  align-items: center
}
.winebottonright{
  width:345rpx;
  display:flex;
  align-items: center;
朱振飞 authored
44
  justify-content: space-between
lihongjuan authored
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
}
.winerighttouimg{
  width:30rpx;
  height:28rpx;
  font-size: 0
}
.winerighttou{
  display:flex;
  align-items: center
}
.wineeng{
  color:#666666;
  font-size: 28rpx;
  margin-left: 20rpx;
}
.winezan{
  color:#666666;
  font-size:28rpx;
  margin-left:5rpx;
}
.wineblock{
  border-bottom: 1rpx solid #f5f5f5;
  padding-bottom: 30rpx;
朱振飞 authored
68 69
  margin: 33rpx auto 0;
lihongjuan authored
70 71 72 73 74 75
}
.pin{
  width:16rpx;
  height:32rpx;
  font-size: 0
}