login_index.css 2.8 KB
.login_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
    color: #424242;
    padding: 0.21rem 0;
    margin: 0.35rem 0 1.04rem 0;
}

.login_box span {
    padding: 0.21rem 0;
}

.login_active {
    color: #D8B25F;
    border-bottom: 1px solid #D8B25F;
}

.login_input {
    margin: 0 0.55rem;
    font-size: 13px;
    color: #8D8C8C;
    border-bottom: 1px solid #d3d1d4;
    padding: 0 0.06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_input input {
    padding: 0.36rem 0;
    color: #424242;
    font-size: 15px;
    flex: 1;
}

input::-webkit-input-placeholder {
    color: #C8C6C6;
    font-size: 13px;
}

.login_input input::placeholder {
    color: #C8C6C6;
    font-size: 13px;
}

.login_input input::-moz-placeholder {
    color: #C8C6C6;
    font-size: 13px;
}

.login_input input:-ms-input-placeholder {
    color: #C8C6C6;
    font-size: 13px;
}

.login_input span {
    padding: 0 0.2rem;
    display: inline-block;
    height: 100%;
}

.login_input .count {
    border-left: 2px solid #dbb25f;
}

.login_btn {
    margin: 0.9rem 0.55rem 0 0.55rem;
    font-size: 18px;
    color: #fff;
    padding: 0.31rem 0 0.21rem 0;
    background-color: #dbb25f;
    text-align: center;
    border-radius: 0.16rem;
}

.no_reg {
    font-size: 13px;
    color: #C8C6C6;
    text-align: center;
    padding: 0.3rem 0;
}

.fast_login_box {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #C8C6C6;
    margin: 1.31rem 0.52rem 0.5rem 0.52rem;
}

.fast_login_box .span_line {
    height: 1px;
    background-color: #e1e0e0;
    flex: 1;
}

.login_type_box {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    padding: 0 2.3rem;
    justify-content: space-between;
}

.login_type_box .icon-wei_xing {
    color: #09bb08;
    font-size: 40px;
}

.login_type_box .icon-QQ {
    color: #12bbf6;
    font-size: 40px;
}

.agree_box {
    display: flex;
    align-items: center;
    color: #A5A5A5;
    justify-content: center;
    font-size: 12px;
}

.agree_box .iconfont {
    font-size: 12px;
    margin-right: 0.2rem;
}

/*.agree_box .icon-fangkuang {*/
/*font-size: 20px;*/
/*margin-right: 0.2rem;*/
/*}*/

.agreement {
    color: #D8B25F;
}

/*.login_loading {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*position: fixed;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*font-size: 12px;*/
/*}*/

/*.login_loading span {*/
    /*padding: 0.2rem;*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*color: #fff;*/
/*}*/

/*.login_img {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
/*}*/

/*.login_img img {*/
    /*width: 100%;*/
/*}*/