為什么我的header里的background顯示不出來(lái)
.public-header{
height: 110px;
}
.public-container{
position: relative;
margin:0 auto;
? ? background:#red;
? ? width: 1100px;
}
.public-header{
height: 110px;
}
.public-container{
position: relative;
margin:0 auto;
? ? background:#red;
? ? width: 1100px;
}
2017-02-14
舉報(bào)
2017-02-15
直接寫background:red 不需要#