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