html注册页面

html 代码:


    
        
        
        
    
    
        

            

                

                    
                

                
                

                    
                    

                    

                    
                

                

                    
                

                
                

                    

使用社交账户登录


                    
                    
                

            

            
        

    

css代码

 

*{
    margin: 0;
    padding: 0;
}
body{
    background: #D3D3D3;
}
.boc{
    width: 1263px;
    height: 364px;
    margin: 100px auto;
    background: #D3D3D3;
}
.boc1{
    width: 320px;
    height: 364px;
    background: white;
    margin: 0 auto;
}
.img_{
    width: 199px;
    height: 107px;
    margin: 0 auto;
    /*background: #D95E22;*/
}
.img_ img{
    width: 199px;
    height: 107px;
    margin: 30px 25px;
}
.boc2{
    width: 220px;
    height: 115px;
    margin: 0px auto;
}
.boc2 input{
    width: 220px;
    height: 30px;
    /*margin: 0 auto;*/
}
.boc3{
    width: 120px;
    height: 30px;
    margin: 0 auto;
}
.boc3 button{
    width: 120px;
    height: 30px;
    background: orange;
    border:1px solid orange;
    border-radius: 2px;
    color: white;
    font-family: "微软雅黑";
    /*font-weight: bold;*/
    font-size: 17px;
    /*margin: 0 auto;*/
}
.boc4{
    width:100%;
    height: 82px;
    background: #F0F8FF;
    margin: 30px auto;
    position: relative;
}
.boc4 p{
    text-align: center;
    line-height: 40px;
    font-family: "微软雅黑";
    /*margin: 0 auto*/
}
.boc4 img{
    width: 40px;
    height: 40px;
}
.img_3{
    position: absolute;
    left: 110px;
    bottom: 3px;
}
.img_4{
    position: absolute;
    right: 110px;
    bottom: 3px;
}

html注册页面_第1张图片

你可能感兴趣的:(html注册页面)