2018-11-01京东登录页面

首页




    
        
        
        京东-欢迎登录
        
        
        
        
    
    
        
        
        
        

  京东不会以任何理由要求您转账汇款,谨防诈骗。

|
忘记密码

样式表(在css文件中写)

/* ================(通用)================ */
*{
    /* 消除默认的margin */
    margin: 0;   
    /* 消除默认的padding */
    padding: 0;
    /* 让所有标签的子标签都相对自己定位 */
    position: relative;
    
}

/* ================顶部================== */
#header{
    height: 130px;
    background-color: aquamarine;
}
/* 顶部的顶部 */
#header #top{
    height: 80px;
    background-color: white;
}

#header #top div{
    width: 292px;
    /* height: 80px; */
    /* background-color: blueviolet; */
    /* 相对定位-会让标签脱流 */
    position: absolute;
    left: 188px;
    /* 垂直居中 */
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
}

#header #top #survey{
    /* 布局 */
    position: absolute;
    right: 187px;
    bottom: 10px;
    /* 设置字体 */
    color: rgb(180,180,180);
    font-size: 12px;
    /* 去掉下划线 */
    text-decoration: none;
    /* 添加背景图 */
    /* background:url(图片地址) repeat/no-repeat(是否平铺) x y(坐标) 背景颜色 */
    /* x,y:x坐标和y坐标对应的值,除了可以设置数字值以外,还可以设置center,让背景图在x方向和y方向居中 */
    padding-left: 23px;
    background: url(img/q-icon.png) no-repeat 0px center white;
}

#header #top #survey:hover{
    color: red;
    text-decoration: underline;
}
/* 顶部的底部 */
#header #bottom{
    height: 50px;
    background-color: rgb(255,248,240);
}
#header #bottom p{
    /* 垂直居中 */
    height: 50px;
    line-height: 50px;
    /* 水平方向居中 */
    text-align: center;
    /* 设置字体颜色 */
    color: rgb(180,180,180);
    /* 设置字体大小 */
    font-size: 11px;
}
#header #bottom p img{
    /* 垂直居中 */
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    line-height: 25px;
}
#header #bottom p a{
    /* 设置a标签的颜色 */
    color: rgb(30,30,30);
    /* 去掉下划线 */
    text-decoration: none;
}
#header #bottom p a:hover{
    color: #FF0000;
    text-decoration: underline;
    font-size: 13px;
}


/* ================中间================== */
#content{
    height: 470px;
    background: url(img/bg2.png) no-repeat 15% center rgb(113,169,219);
    
}
#content #login_page{
    width: 350px;
    height: 400px;
    background-color: #FFFFFF;
    /* 定位 */
    position: absolute;
    right: 86px;
    top: 30px;
}
/* ---提示块---- */
#content #login_page #div1{
    height: 40px;
    background-color: rgb(255,246,236);
}
#content #login_page #div1 img{
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
}
#content #login_page #div1 p{
    /* 垂直方向居中 */
    height: 40px;
    line-height: 40px;
    /* 水平方向居中 */
    text-align: center;
    /* 设置字体大小 */
    font-size: 12px;
    color: rgb(180,180,180);
}
/* -----选中登录方式---- */
#content #login_page #div2{
    height: 60px;
    color: rgba(200,200,200,0.5);
    /* 设置字体的粗细:取值范围是100~900 */
    font-weight: 100;
}
#content #login_page #div2 button{
    width: 48%;
    height: 100%;
    border: none;
    font-size: 18px;
    color: rgb(80,80,80);
}
/* 设置按钮成为焦点的状态 */
#content #login_page #div2 button:focus{
    /* 按钮成为焦点的颜色 */
    color: red;
    /* 按钮成为焦点默认的边框效果是outline */
    outline: none;
}
/* ------信息收集------ */
#content #login_page #div3{
    height: 250px;
    /* 设置边框 */
    border-top: solid rgba(220,220,220,0.6)1px;
    border-bottom: solid rgba(220,220,220,0.6)1px;
}
#content #login_page #div3 div{
    
    width: 300px;
    height: 40px;
    margin-left: 25px;
    margin-top: 23px;
    border: solid rgb(170,170,170) 1px;
}
#content #login_page #div3 #username{
    margin-top: 35px;
}
/* 图片 */
#content #login_page #div3 div img{
    width: 40px;
    height: 40px;
    float: left;
    border-right: solid rgb(170,170,170) 1px;
}
/* 输入框 */
#content #login_page #div3 div input{
    height: 40px;
    width: 240px;
    border: 0px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
}
#content #login_page #div3 div input:focus{
    outline: 0;
}
#content #login_page #div4{
    height: 50px;
    
}
/* 忘记密码 */
#content #login_page #div3 a{
    position: absolute;
    right: 25px;
    margin-top: 20px;
    
    color: rgb(89,89,89);
    font-size: 12px;
    text-decoration:none;
}
#content #login_page #div3 a:hover{
    color: red;
    text-decoration: underline;
}
/* 登录按钮 */
#content #login_page #div3 button{
    width: 300px;
    margin-left: 25px;
    height: 35px;
    /* 定位 */
    position: absolute;
    bottom: 20px;
    /* 背景颜色 */
    background-color: rgb(219,34,4);
    border: none;
    /* 字体 */
    color: white;
    font-size: 20px;
    /* 鼠标悬停在什么变手 */
    cursor: pointer;
}
#content #login_page #div4{
    /* 垂直方向居中 */
    height: 50px;
    line-height: 50px;
    font-size: 10px;
    color: rgba(220,220,220,0.8);
    
    
}
#content #login_page #div4 #a1{
    margin-left: 25px;
    margin-right: 15px;
    color: rgb(89,89,89);
    font-size: 12px;
    /* 去掉下划线 */
    text-decoration: none;
    background: url(img/qq.png) no-repeat 0 center white;
    padding-left: 25px;
}
#content #login_page #div4 #a2{
    margin-left: 5px;
    color: rgb(89,89,89);
    font-size: 12px;
    /* 去掉下划线 */
    text-decoration: none;
    background: url(img/weixin.png) no-repeat 0 center white;
    padding-left: 25px;
    
}
#content #login_page #div4 #a3{
    position: absolute;
    right: 25px;
    color: rgb(165,10,23);
    font-size: 12px;
    /* 去掉下划线 */
    text-decoration: none;
    padding-left: 25px;
    background: url(img/right.png) no-repeat 0 center rgb(0,0,0,0);
    
}

#content #login_page #div4 #a1:hover{
    color: red;
    text-decoration: underline;
}
#content #login_page #div4 #a2:hover{
    color: red;
    text-decoration: underline;
}
#content #login_page #div4 #a3:hover{
    text-decoration: underline;
}
/* ================底部================== */
#footer{
    height: 105px;
    background-color:white;
}
#footer div{
    height: 50px;
    
    background-color: #FFFFFF;
    /* 水平方向居中 */
    text-align: center;
    /* 垂直方向居中 */
    line-height: 50px;
    font-size: 13px;
    
}
#footer div a {
    margin-left: 15px;
    margin-right: 10px;
    color: rgb(89,89,89);
    text-decoration: none;
}
#footer div a:hover{
    color: red;
    text-decoration: underline;
}
#footer p{
    color: rgb(89,89,89);
    font-size: 11px;
    /* 水平居中 */
    text-align: center;
}

你可能感兴趣的:(2018-11-01京东登录页面)