.scroll-view {
    height: 400rpx;
    background: #fff;
    margin-top: 20px;
}

.scroll-area {
    display: flex;
    flex-direction: column;
    height: 1300rpx;
    transition: .5s;
    width: 1200rpx;
    align-items: center;
}

.notice {
    margin-top: 150rpx;
}

.ball {
    width: 200rpx;
    height: 200rpx;
    border-radius: 50%;
    background: #38f;
}

.filling {
    height: 400rpx;
}

.message {
    display: flex;
    width: 100%;
    margin: 50rpx 0;

    justify-content: center;
}

.message text {
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40rpx;
}
