pinglun.wxss 1.5 KB
.pinglunitem {
  margin: 41rpx 30rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.pinglunitemleft {
  display: flex;
  align-items: center;
}

.leftimg {
  width: 60rpx;
  height: 60rpx;
  font-size: 0;
  border-radius: 50%;
}

.leftimg image {
  border-radius: 50%;
}

.righttop {
  color: #666;
  font-size: 28rpx;
}

.rightbottom {
  color: #999;
  font-size: 24rpx;
}

.pinglunmiddle {
  color: #1a1a1a;
  font-size: 28rpx;
  margin-top: 34rpx;
}

.pinglunbottom {
  display: flex;
  align-items: center;
}

.pingbottomleft {
  width: 260rpx;
  height: 114rpx;
  font-size: 0;
}

.xinxi {
  color: #1a1a1a;
  font-size: 26rpx;
  font-weight: bold;
}

.rightbottomimg {
  width: 36rpx;
  height: 36rpx;
  font-size: 0;
  border-radius: 50%;
}

.biangjiubottom {
  display: flex;
  align-items: center;
  margin-top: 15rpx;
}

.rightbottomimg image {
  border-radius: 50%;
}

.niangjiutext {
  color: #666;
  font-size: 28rpx;
}

.showall {
  color: #999;
  font-size: 24rpx;
  margin-top: 23rpx;
  text-align: center;
}

.btnbottom {
  width:750rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom:32rpx;
}

.btnleft {
  width: 300rpx;
  height: 80rpx;
  border: 1px solid rgba(232, 24, 37, 1);
  border-radius: 40rpx;
  color: #e81825;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;
}

.btnright {
  width: 300rpx;
  height: 80rpx;
  background: rgba(232, 24, 37, 1);
  border-radius: 40rpx;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;
  margin-left:55rpx;
}