.handle-progress { width: 100%; height: auto; } .handle-progress .type { color: #333; font-size: 32rpx; line-height: 84rpx; height: 84rpx; font-weight: bolder; margin-top: 36rpx; } .handle-progress .progress-list { width: 100%; height: auto; background: #fff; border-radius: 16rpx; overflow: hidden; padding: 64rpx 25rpx 28rpx; box-sizing: border-box; } .handle-progress .progress-list .list-item + .list-item { border-top: 1rpx dashed #a3a3a3; padding-top: 22rpx; } .handle-progress .progress-list .list-item .content { font-size: 32rpx; color: #999; line-height: 48rpx; word-break: break-all; } .handle-progress .progress-list .list-item .time { font-size: 20rpx; color: #999; line-height: 52rpx; margin-top: 2rpx; }