审查视图

pages/findblock/zhuanjiapinjiu/zhuanjiapinjiu.wxss 1.4 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;
lihongjuan authored
11 12 13 14 15 16 17 18 19 20 21 22 23 24
  position: relative;
}
.vimg{
  width:100rpx;
  height:100rpx;
  font-size: 0;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)
}
.vimg image{
  width:100%;
  height:100%
lihongjuan authored
25 26 27 28 29 30 31 32 33 34 35 36
}
.winebottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
  margin-top:30rpx;
}
.winebottomleftimg{
  width:60rpx;
  height:60rpx;
lihongjuan authored
37 38 39 40 41 42 43 44
  font-size: 0;
  border-radius:50%;

}
.winebottomleftimg image{
  width:100%;
  height:100%;
  border-radius: 50%;
lihongjuan authored
45 46 47 48 49 50 51 52 53 54 55 56 57 58
}
.winebottomleft{
  display:flex;
  align-items: center
}
.winebottonright{
  width:345rpx;
  display:flex;
  align-items: center;
  justify-content: space-around
}
.winerighttouimg{
  width:30rpx;
  height:28rpx;
lihongjuan authored
59 60
  font-size: 0;
  position: relative
lihongjuan authored
61 62 63 64 65 66 67 68 69 70 71 72 73
}
.winerighttou{
  display:flex;
  align-items: center
}
.wineeng{
  color:#666666;
  font-size: 28rpx;
  margin-left: 20rpx;
}
.winezan{
  color:#666666;
  font-size:28rpx;
lihongjuan authored
74
  margin-left:10rpx;
lihongjuan authored
75 76 77 78 79 80 81 82 83 84 85
}
.wineblock{
  border-bottom: 1rpx solid #f5f5f5;
  padding-bottom: 30rpx;
  margin-top:33rpx;
}
.pin{
  width:16rpx;
  height:32rpx;
  font-size: 0
}
lihongjuan authored
86 87 88 89 90 91 92 93 94 95 96 97 98 99
.lj_share{
  width:26rpx;
  height:40rpx;
  border:none;
  position: absolute;
  right:0;
  top:0;
  background: transparent

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