base.css 922 字节
*{
    margin:0 ;
    padding:0;
    box-sizing:border-box;
    outline:none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
/*输入密码*/
.enterword{
    position:relative;
}
.code_active{
    width:4.8rem;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    font-size: 0;
    margin: 0 auto;


}
.code_active input{
    width:4.5rem;
    height:0.8rem;
    background: transparent;
    letter-spacing: 0.63rem;
    margin: 0 auto;
    margin-left: 0.3rem;
    /*text-align: right;*/
}
.password_box li{
    float: left;
    width: 16.66%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right:1px solid #C8C7CC;
}
#pwd {
    position: absolute;
    left: 0;
    top: 100%;
    bottom:0;
    opacity: 0;
    width: 80%;

}
.password_box li.active i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
}