美文网首页
无标题文章

无标题文章

作者: _白茶清欢也无事_ | 来源:发表于2017-01-23 13:48 被阅读0次

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>作业</title>
    </head>
    <style type="text/css">
    div{
    width: 134px;
    height: 152px;
    background: #f9f9f9;
    border-bottom: 2px solid #f0f0f0;

    }
    #more{
        height: 79px;
        font-size: 18px;
        padding-top: 20px;
        text-align: center;
    }
    #pic1{
        background:  #f9f9f9  url(images/img_03.png) no-repeat 27px 41px;
    }
     #pic2{
        background:  #f9f9f9  url(images/img_06.png) no-repeat 27px 27px;
    }
     #pic3{
        background:  #f9f9f9  url(images/img_08.png) no-repeat 27px 20px;
    }
     #pic4{
        background:  #f9f9f9  url(images/img_10.png) no-repeat 27px 20px;
    }
     #pic5{
        background:  #f9f9f9  url(images/img_12.png) no-repeat 27px 25px;
    }
     #pic6{
        background:  #f9f9f9  url(images/img_14.png) no-repeat 27px 23px;
    }
    

    </style>
    <body>
    <div id="more">更多产品</div>
    <div id="pic1"></div>
    <div id="pic2"></div>
    <div id="pic3"></div>
    <div id="pic4"></div>
    <div id="pic5"></div>
    <div id="pic6"></div>

    </body>
    </html>

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/husabttx.html