.bottomBtnView{
    overflow: hidden;
    display: flex;
    text-align: center;
    background: white;
    font-size: 16px;
    div{
        flex:1;
        padding: 16px;
        // border: 1px solid #eee;
    }
    div:last-child{
        background: #3688FF;
        color: white;
    }
}