evaluateList.css 826 B

1234567891011121314
  1. /* 晒单信息 */
  2. page{
  3. background-color: #fff;
  4. }
  5. .evaluation-bar{background: #fff;padding: 40rpx 30rpx;border-top: 20rpx solid #f5f5f5;}
  6. .evaluation-bar .title{padding-bottom: 20rpx;border-bottom: 1rpx solid #eeeeee;display: flex;justify-content: space-between;margin-bottom: 30rpx;}
  7. .evaluation-bar .title text{color: #999999;font-size: 24rpx;}
  8. .evaluation-bar .people{display: flex;align-items: center;}
  9. .evaluation-bar .people image{width: 70rpx;height: 70rpx;border-radius: 10rpx;margin-right: 20rpx;}
  10. .evaluation-bar .people .time{font-size: 24rpx;color: #9C9C9C;}
  11. .evaluation-bar .content{margin-top: 30rpx;}
  12. .evaluation-bar .image-list{display: flex;margin-top: 30rpx;flex-wrap: wrap;}
  13. .evaluation-bar .image-list image{width: 220rpx;margin-right: 10rpx;max-height: 220rpx;margin-bottom: 10rpx;border-radius: 5rpx;}