allEvaluate.wxss 826 字节
/* pages/allEvaluate/allEvaluate.wxss */
page{
  padding-bottom: 20rpx
}
.evaluateList{
   display: flex;
   justify-content: space-between;
   margin-top:1rpx solid #E4E4E4;
}
.evaluateList .img image{
   width:45rpx;
   height:45rpx;
   border-radius: 100%;
   margin-top:41rpx;
   margin-left:42rpx;
}
.evaluateList .mes{
   margin-left:23rpx;
   width:656rpx;
}
.evaluateList .mes .nameTime{
   display: flex;
   justify-content: space-between;
   font-size: 26rpx;
   color:#999;
   margin-top:42rpx;
}
.evaluateList .mes .nameTime .time{
   margin-right: 39rpx;
}
.evaluateList .mes .content{
   color:#333333;
   font-size: 28rpx;
   margin-top:32rpx;
}
.evaluateList .mes .imgList{
   display: flex;
   margin-top:23rpx;
}
.evaluateList .mes .imgList image{
   margin-right: 16rpx;
   width:132rpx;
   height:132rpx;
}