Skip to content
modifyPassword.scss 1.08 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-modifyPassword {
    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .content-box{
        background-color: #f0f1f2;
    }

    .pwd-item{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
        background-color: #feffff;
        // width: 100%;
        border-radius: 5px;
        padding: 7px 3px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .pwd-img{
        width: 30px;
        height: 30px;
    }

    .pwd-content{
        width: 100%;
        border: 0;
        font-size: 16px;
    }

    .modify-btn{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
       
    }

    .modify{
        font-size: 20px;
    }

    .back-btn{
        width: 30px;
        height: 30px;
    }
    .submit{
        border: 1px solid #34b4fc;
        background-color: #34b4fc;
        margin-top: 20px;
    }

}