login.less 1.4 KB
.login_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.login_content {
    margin-top: 40px;
}

/deep/ .van-tabs__nav--line {
    width: 60%;
    margin: 0 auto;
}

/deep/ .van-tab {
    border-bottom: 1px solid #b8cfe5;
}

/deep/ .van-tabs__line {
    bottom: 4px;
}

.login_form_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_form {
    width: 330px;
    margin-top: 20px;
}

/deep/ .van-cell:not(:last-child)::after {
    border-bottom: 1px solid #efefef;
}

/deep/ .van-cell{
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #ebedf0;
}

/deep/ .van-cell:not(:last-child)::after{
    border: none;
}



.form_second {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    color: #999;

    .checkbox {
        /deep/ .van-checkbox__label {
            color: #999;
        }
    }

    .forget {
        text-decoration: underline;
    }
}

.login_btn {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    background-image: linear-gradient(to right, #25A3DF, #106abc);
    opacity: 0.3;
}

.loginActive {
    opacity: 1;
}

.register_btn{
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    color: #106ABC;
    font-size: 13px;
}