register.css 1.2 KB
*{
    padding: 0;
    margin: 0;
}
body,html{
    width: 100%;
    height: 100%;
}
.container{
    height:100%;
    background: url("../img/goregister.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.thead li{
    font-size: 0.3rem;
}
#month p{
    font-size: 0.3rem;
}
.con{
    margin-top: 5.5rem;
}
.regist{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
#button{
    width:1.5rem;
    height:0.5rem;
    background: transparent;
    border: 0.02rem solid #4F888F;
    color:#4F888F;
    font-size: 0.3rem;
    outline: none;
}
#button2{
    width:1.5rem;
    height:0.5rem;
    background: transparent;
    border: 0.02rem solid #4F888F;
    color:#4F888F;
    font-size: 0.3rem;
    outline: none;
}
#button3{
    width:1.5rem;
    height:0.5rem;
    background: transparent;
    border: 0.02rem solid #4F888F;
    color:#4F888F;
    font-size: 0.3rem;
    outline: none;
}
#button4{
    width:1.5rem;
    height:0.5rem;
    background: transparent;
    border: 0.02rem solid #4F888F;
    color:#4F888F;
    font-size: 0.3rem;
    outline: none;
}