京东登陆界面

css

/*=====通用=====*/
*{
    /*取消间距*/
    margin: 0;
    padding: 0;
    
    font-family: "宋体";
    /*所有标签的子标签相对自己定位*/
    position: relative;
    
}
a{
    /*取消所有a标签的下划线*/
    text-decoration: none;
}



/*=======网页顶部=======*/



/*=======网页中部=======*/

/*focus - 成为焦点对应的状态*/
.b1:focus{
    /*去掉outline*/
    outline: 0px;
    color: red;
}

.b2{
    width: 80%;
    height: 40px;
    color: white;
    /*设置圆角*/
    border-radius: 7px;
    background-color: rgb(228,57,60);
    font-size: x-large;
}

.b2:focus{
    outline: 0px;
}
#a1{
                text-decoration: none;
                color: grey;
                font-size: small;
            }
            #a1:hover{
                text-decoration: underline;
                color: red;
            }
            #a2{
                text-decoration: none;
            }
            #a2:hover{
                text-decoration: underline;
                color: red;
            }
            
            
            #a3:hover{
                color: red;
                font-size: xx-large;
            }
/*======网页底部======*/

网页代码



    
        
        京东-欢迎登陆
        
        
        
        
        
    
    
        
        
        
        
        

依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版 《京东隐私政策》已上线,将更有利于保护您的个人隐私。

京东不会以任何理由要求您转账汇款,谨防诈骗。
|
Copyright © 2004-2018 京东JD.com 版权所有

你可能感兴趣的:(京东登陆界面)