day25-作业

HTML代码



    
        
        我的购物车   -  京东商城 
        
        
    
    
        
        
        
        
        
全部商品1 京东大药房 配送至:

CSS代码

*{
    padding: 0;
    margin: 0;
    
}
a{
    text-decoration: none;
}

/*------header----------*/
#header{
    width: 100%;
    height: 30px;
    background-color: rgb(227,228,229);
    line-height: 30px;
    color: rgb(204,204,204);
}
#header a{
        color: rgb(153,153,153);
        font-size: 12px;
}

#header a:hover{
    color: red;
    text-decoration: underline;
}
#header .header-1{
    position: relative;
    background: url(../img/21.jpg) no-repeat 180px 0px;
    padding-left: 200px;
}
#header .header-2{
    position: relative;
    background:url(../img/20.jpg) no-repeat 0 0px;
    padding-left:15px ;
}
#header .header-3{
    position: relative;
    padding-left:155px;

}
#header .header-3-p{
    position: relative;
    top: 5px;
    padding-right: 10px;
}

#header .header-4,#header .header-5,#header .header-6,#header .header-7,#header .header-8,#header .header-9,#header .header-10{
    margin-left: 20px;
    margin-right: 20px;

    
}


/*------content----------*/
#content{
    width: 100%;
    height: 700px;
    background-color: rgb(255,255,255);
}
#content .content-1{
    position: relative;
    height: 145px;
    background-color: rgb(255,255,255);
    
}

#content .content-1 .dog1{
    margin-left: 180px;
    margin-top:24px;
}
#content .content-1 .input1{
    margin-left: 528px;
    height: 25px;
    width: 269px;
    border:2px solid rgb(201,22,35);
    outline: none;
}
#content .content-1 button{
    position: relative;
    height: 29px;
    width: 50px;
    color: rgb(255,255,255);
    background-color: rgb(201,22,35);
    right: 4px;
    top: 1px;
    border: 4px solid rgb(201,22,35);
}
#content .content-1 .a3{
    position: absolute;
    left: 180px;
    bottom: 10px;
    color: red;
    font-size: 20px;
    
}
#content .content-1 .a4{
    position: absolute;
    bottom: 10px;
    left: 288px;
    color: black;
    font-size: 20px;
}
#content .content-1 .a3:hover{
    color: red;
    text-decoration: underline;
}
#content .content-1 .a4:hover{
    color: red;
}
#content .content-1 span{
    position: absolute;
    left: 982px;
    bottom: 10px;
    font-size: 12px;
}
#content .content-1 select{
    position: absolute;
    bottom: 10px;
    left: 1040px;
    font-size: ;
}





/*------footer----------*/
#footer{
    width: 100%;
    height: 540px;
    background-color: rgb(234,234,234);
}
/*第三部分的上部*/
#footer .footer-top{
    height: 105px;
    border-bottom: 1px solid rgb(222,222,222);
    text-align: center;
    line-height: 105px;
}
#footer .footer-top p,#footer .footer-top img{
    display: inline;
    font-size: 18px;
    font-weight: bold;
}
#footer .footer-top img{
    margin-left: 10px;
    position: relative;
    top: 14px;
}


/*第三部分的中部*/
#footer .footer-mid{
    height: 205px;
    border-bottom: 1px solid rgb(222,222,222);
    text-align: center;

}
#footer .footer-mid a{
    color: rgb(102,102,102);
    font-size: 12px;
}
#footer .footer-mid a:hover{
    color: red;
    text-decoration: underline;
}
#footer .footer-mid p{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(119,119,119);
}
#footer .footer-mid div{
    float: left;
    width: 202px;
    margin-top: 25px;
    text-align: left;
}
#footer .footer-mid .footer-mid-d1{
    margin-left: 245px;
}

/*第三部分的下部*/
#footer .footer-bottom{
    height: 230px;
}
#footer .footer-bottom-1{
    height: 50px;
    text-align: center;
    color: rgb(217,209,204);
    line-height: 50px;
    
}
#footer .footer-bottom-1 a{
    display: inline;
    margin: 2px;
    font-size: 12px;
    color:rgb(102,102,102) ;

}
#footer .footer-bottom-1 a:hover{
    color: red;
    text-decoration: underline;
}


#footer .footer-bottom-2{
    height: 100px;
    color: rgb(153,153,153);
    font-size: 12px;
    text-align: center;
    margin: 4px;
}
#footer .footer-bottom-2 a{
    color: rgb(153,153,153);
    margin: 2px;
}
#footer .footer-bottom-2 a:hover{
    color: red;
    text-decoration: underline;
}
#footer .footer-bottom-2 p{
    margin: 5px;
}
#footer .footer-bottom-2 span{
    margin: 2px;
}


#footer .footer-bottom-3{
    height: 80px;
    text-align: center;
    margin: 15px;
}

你可能感兴趣的:(day25-作业)