.finish {
    float: left;
    font-size: 28px;
    background: #ccc;
    color: #fff;
    width: 220px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
}
.time {
    float: left;
    font-size: 24px;
    span {
        vertical-align:top;
        bottom: 0;
        display: inline-block;
        width: 38px;
        padding: 4px 0;
        height: 32px;
        text-align: center;
        // line-height: 40px;
        background: #FF7422;
        color: #fff;
        font-size: 24px;
        border-radius: 4px;
    }
}
