pingjia.wxss 1.4 KB
.commentlist{
  padding: 0 30rpx;
  box-sizing: border-box;
  padding-bottom: 100rpx;
}
.commentitem{
  display:flex;
  padding: 40rpx 0;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
  
 
}
.commentleft{
  width:60rpx;
  height:60rpx;
  font-size: 0;
  border-radius:50%;

}
.commentleft image{
  width:100%;
  height:100%;
  border-radius: 50%;
}
.commentright{
    margin-left:20rpx;
}
.rightname{
  color:#666666;
  font-size: 28rpx;

}
.rightdate{
  color:#999999;
  font-size: 24rpx;
  margin-top:14rpx;
}
.righttext{
  color:#1A1A1A;
  font-size: 28rpx;
  margin-top:23rpx;
}
.pingjiabottom{
  width:750rpx;
  height:86rpx;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 16rpx 30rpx;
  box-sizing: border-box;
  position: fixed;
  bottom:0rpx;
  background: #fff;
  border-top:1rpx solid #f5f5f5;
}
.pbleft{
  width:531rpx;
  height:60rpx;
  background:rgba(242,242,242,1);
  border-radius:5rpx;
  color:#999999;
  font-size: 26rpx;
  padding: 0 26rpx;
  line-height: 60rpx;
   box-sizing: border-box
}
.pbleft input{
   width:531rpx;
  height:60rpx;
  padding: 0 26rpx;
  line-height: 60rpx;
  box-sizing: border-box

}
.enterping{
  color:#999999;
  font-size: 26rpx
}
.pbright{
  width:120rpx;
  height:60rpx;
  background:rgba(232,24,37,1);
  border-radius:30rpx;
  color:#fff;
  font-size: 26rpx;
  text-align: center;
  line-height: 60rpx;
}