login.css 4.4 KB
body{
    background-color: #F4F5F9;
}
*{
    margin: 0;
    padding: 0;
}
.container{
    width: 7.5rem;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.head{
    width: 7.5rem;
    height: 4.91rem;
    display: flex;
    background: url("../images/18.png");
    background-size: cover;
    position: relative;
}
.head_pic{
    width: 1.45rem;
    height: 1.45rem;
    background:rgba(244,245,249,1);
    border: 0.04rem solid rgba(255,255,255,1);
    border-radius:50%;
    position: absolute;
    bottom: -0.8rem;
    left: 3.02rem;
}
.head_pic img{
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.mid{
    width: 5rem;
    margin-top: 1.12rem;
    display: flex;
    justify-content: space-between;
}
.mid_item{
    width: 2rem;
    font-size: 0.3rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
    position: relative;
    display: flex;
    justify-content: center;

    /*background:linear-gradient(-85deg,rgba(110,15,119,1) 0%, rgba(3,24,165,1) 100%);*/
    /*-webkit-background-clip:text;*/
    /*-webkit-text-fill-color:transparent;*/
}
.item_color{
    color: #0318A5;
    /*background:linear-gradient(-85deg,rgba(110,15,119,1) 0%, rgba(3,24,165,1) 100%);*/
    /*-webkit-background-clip:text;*/
    /*-webkit-text-fill-color:transparent;*/
}
.item_color:before{
    content: "";
    width: 1.52rem;
    height: 0.02rem;
    background:linear-gradient(-85deg,rgba(110,15,119,1),rgba(3,24,165,1));
    /*-webkit-background-clip:text;*/
    /*-webkit-text-fill-color:transparent;*/
    position: absolute;
    bottom: 0;
}
.bottom_sub{
    margin-top: 0.51rem;
    width: 6.16rem;
    height: 0.91rem;
    background:linear-gradient(-85deg,rgba(110,15,119,0.9),rgba(3,24,165,0.9));
    border:1px solid rgba(112,112,112,1);
    border-radius: 0.08rem;
    font-size: 0.33rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 0.91rem;
    text-align: center;
}
.bottom_t{
    font-size: 0.26rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(128,128,128,1);
    line-height: 0.32rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.bottom_t_item{
    display: flex;
    align-items: center;
    margin-top: 0.51rem;
}
.bottom_t_item span{
    margin-left: 0.2rem;
}

/*注册输入框*/
.bottom_small{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.bottom_small_left{
    width: 3.34rem;
    height: 0.9rem;
    border:1px solid rgba(112,112,112,1);
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;

}
.bottom_small_left input{
    width: 2.2rem;
    height: 0.6rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    outline: none;
    border: none;
    background: transparent;
}
.bottom_small_left input::placeholder{
    color: #B3B3B3;
}
.bottom_small_right{
    width: 2.64rem;
    height: 0.9rem;
    background:linear-gradient(-85deg,rgba(91,51,16,0.9),rgba(243,192,96,0.9));
    border-radius: 0.08rem;


    font-size: 0.28rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 0.9rem;
    text-align: center;
}
.bottom_text{
    margin-top: 0.32rem;
    font-size: 0.26rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(128,128,128,1);
    line-height: 0.26rem;
    text-align: center;
}


.bottom{
    display: flex;
    flex-flow: column;
}
.bottom_item{
    width: 6.16rem;
    height: 0.9rem;
    border:1px solid rgba(112,112,112,1);
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
}
.bottom_item input{
    width: 100%;
    height: 0.6rem;
    box-sizing: border-box;
    padding: 0.2rem;
    font-size: 0.3rem;
    outline: none;
    border: none;
    background-color: transparent;
}
.bottom_item input::placeholder{

    color: #b3b3b3;
}

/*土司弹框*/
.pop_fn{
    position: fixed;
    top: -2rem;
    left: 0;
    right: 0;
    width: 3.74rem;
    height: 0.82rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.82rem;
    color: #fff;
    font-size: 0.24rem;
    /*background: #352D32;*/
    background:rgba(0,0,0,0.4);
    transition: 1.2s;
    border-radius: 0.36rem;
}

.bottom_box{
    margin-bottom: 0.8rem;
}