问答详情
源自:-

请问老师底部logo怎么会这样啊?

http://img.mukewang.com/585aa08e0001afb607500341.jpg把浏览器窗口缩小后就变成这样了,请问老师这是为什么啊?

提问者:釁1987 2016-12-21 23:33

个回答

  • 釁1987
    2016-12-24 18:38:42

    .public-container{
        position: relative;
        margin:0 auto;
        width: 1100px;
    }

    .public-footer{
        height: 218px;
        padding-top: 100px;
        background:#3b3b3b;
    }
    .public-footer .footer-col{
        float: left;
        width: 230px;
        margin-right: 60px;
        font-size: 16px;
        color: #fff;
        line-height: 1.8;
    }
    .public-footer .footer-col:last-child{
        margin-right:0;
    }
    .public-footer .footer-col .footer-logo{
        width: 182px;
        height: 55px;
        margin-top: -18px;
        margin-bottom: 10px;
        background: url("../images/index-footer-logo.png");
    }

    container已经设置了width: 1100px;

  • 神一样的存在_
    2016-12-23 15:54:04

    container 设置一个最少宽度看看