问答详情
源自:3-17 企业网站制作之底部版权区制作

底部版权区

为什么底部版权区的文字太靠右了呢http://img.mukewang.com/5826a14d0001e60d10040188.jpg

提问者:冷大绿 2016-11-12 12:58

个回答

  • Himushroom
    2016-11-30 15:43:31

    CSS没问题,你看一下你的html结构是不是哪里写错了

  • 冷大绿
    2016-11-12 19:23:22

    .copyright{

    width:100%;

    background-color:#999;

    clear:both;

    }

    .copyright-content{

    width:1000px;

    height:170px;

    margin:10px auto;

    padding-top:15px;

    }

    .copyright-content li{

    width:180px;

    list-style-type:none;

    float:left;

    text-align:center;

    line-height:30px;

    background-image:url(images/line.png);

    background-repeat:no-repeat;

    background-position:right center;

    padding-left:0px;

    }

    .copyright-content a{

    text-decoration:none;

    font-family:"微软雅黑";

    font-size:18px;

    color:#666;

    }

    .copyright-content li ul li{

    font-family:"新宋体";

    font-size:13px;

    color:#666;

    background:none;}


  • 码伍
    2016-11-12 15:15:04

    代码贴出来