一模一样的代码,为什么我的LOGO看不到?

来源:3-1 公共头部和尾部

慕粉1330592641

2017-03-02 22:02

@charset "utf-8";

/* CSS Document */


.public-header{

height:120px;

}


.public-header .header-logo{

float:left;

margin-top:40px;

}


.public-header .header-logo .a{

width:182px;

height:54px;

background:url("../images/index-header-logo.png");

}


.public-header .header-nav{

float:right;

font-size:14px;

}


.public-header .header-nav .item{

float:left;

margin-top:44px;

margin-left:50px;

}


.public-header .header-nav .a{

    color:#333;

}


.public-container{

position:relative;

margin:0 auto;

width:1100px;

}


.public-footer{

height:320px;

background:#F00;

}


写回答 关注

1回答

  • 慕粉1330592641
    2017-03-02 22:31:59

    擦,看了我半天啊,半天啊        , 原来就多了一个 ”. ”点, 都不行 

    慕粉1470...

    哈哈,要求是严格

    2017-03-08 01:06:51

    共 1 条回复 >

从 psd 到 html

教你把PSD设计稿转化成HTML,用案例来讲解基本流程

105471 学习 · 410 问题

查看课程

相似问题