.top_content li 沒有生效
.top_content li
{
? list-style-image:url(images/li_bg.gif)
? float:right;
? width:70px;
? line-height:27px;
}
里面只有最后一行起作用了,上面三行都沒效果是怎么回事?
.top_content li
{
? list-style-image:url(images/li_bg.gif)
? float:right;
? width:70px;
? line-height:27px;
}
里面只有最后一行起作用了,上面三行都沒效果是怎么回事?
2018-04-28
舉報
2018-04-30
.top-content li {
list-style-image:url(../images/li_bg.gif);
float:right;
width:70px;
line-height:27px;
}
圖片路徑問題吧