Skip to content
version.scss 823 B
Newer Older
wangqinghua's avatar
wangqinghua committed
page-version {

    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .back-btn{
        width: 30px;
        height: 30px;
    }

    .version-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .logo{
        width: 100px;
        height: 100px;
        border-radius: 100px;
        margin-top: 30px;
    }

    .version{
        margin-top: 15px;
        font-size: 16px;
    }

    .update-btn{
        margin-top: 20px;
        width: 130px;
        height: 30px;
        border-radius: 5px;
        background-color: #12b7f5;
        color: white;
        font-size: 16px;
    }

}