审查视图

pages/tiyan/tiyan.wxss 1.8 KB
lihongjuan authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
page{
  background: #fff;
}
.tiyanhead{
  padding: 18rpx 34rpx;

}

.tiyanleft{
  color:#06121E;
  font-size: 38rpx;
  position: relative;
  font-weight: bold;
}
.tiyanleft::after{
  display:block;
  content:'';
  width:48rpx;
  height:6rpx;
  background: #FF5A4E;
  position: absolute;
  left:48rpx;
  bottom:-12rpx;
  border-radius: 14rpx;

}
.tiyanhead{
  display:flex;
  align-items: center;
  justify-content: space-between
}
.tiyanzuo{
  display:flex;
  align-items: center
}
.tiyanzhong{
  color:#5B5E63;
  font-size: 26rpx;
  margin-left:60rpx;
}
.tiyanright{
  display:flex;
  align-items: center;
  
}
.tiyanyou{
  width:44rpx;
  height:40rpx;
}
.tiyanxie{
  color:#5B5E63;
  font-size: 26rpx;
  margin-left:5rpx;
}
.tiyanbox{
  margin-bottom:28rpx;
}
.tiyanboxitem{
  display:flex;
  align-items: center;
  padding: 34rpx 20rpx;
  margin-top:24rpx;
}
.tiyanboxleft{
  width:220rpx;
  height:220rpx;
  font-size: 0;
  flex:0 0 auto;
}
.tiyanbox{
  padding: 24rpx 34rpx;
  box-sizing: border-box
}
.tiyanboxright{
  margin-left:54rpx;
}
.tiyantopleft{
  width:40rpx;
  height:40rpx;
  font-size: 0
}
.tiyantop{
  display:flex;
  align-items: center
}
.tiyanname{
  color:#06121E;
  font-size: 28rpx;
  margin-left:16rpx;

}
.tiyantext{
  color:#06121E;
  font-size: 30rpx;
  margin-top:18rpx;
}
.tiyanbottom{
  display:flex;
  align-items: center;
  margin-top:46rpx;
  justify-content: space-between
}
.tiyanbolefimg{
  width:32rpx;
  height:31rpx;
  font-size: 0
}
.tiyanbotleft{
  display:flex;
  align-items: center
}
.tiyanright{
  display:flex;
  align-items: center;
  margin-left:18rpx;
}
.tiyanzanimg{
  width:32rpx;
  height:32rpx;
  font-size: 0
}
.zannum{
  color:#FF5A4E;
  font-size: 22rpx;
  margin-left:15rpx;
}
.ditutext{
  color:#8C9198;
  font-size: 22rpx;
  width:200rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left:4rpx;
}