.qz-container { padding: 20rpx; } page { background: #f7f7f7; } .user-info { background: #fff; padding: 30rpx 40rpx; } .user-info .address { font-size: 28rpx; font-weight: 400; color: #666666; } .user-info .name { font-size: 32rpx; font-weight: 500; color: #333333; } .user-info { display: flex; align-items: center; justify-content: space-between; } .list { border-radius: 20rpx; background: #FFFFFF; padding: 0 30rpx; } .item { border-bottom: 1px solid #EAEAEA; padding: 30rpx 0; } .title { font-size: 28rpx; font-weight: 500; display: flex; align-items: center; justify-content: space-between; } .blue { color: #4F94FF; } .orange { color: #FF783C; } .time { font-size: 26rpx; font-weight: 500; color: #C1C1C1; } .content { font-size: 30rpx; font-weight: 500; color: #333333; line-height: 46rpx; margin: 20rpx 0 10rpx; } .status { font-size: 26rpx; font-weight: 500; color: #999999; }