margin-bottom:1px dotted #CCC;為什么沒有出現點劃線呢?
請教:
.news_list li
{
list-style-type:none;
background:url(images/list.jpg) no-repeat;
margin:8px;
padding-left:10px;
margin-bottom:1px dotted #CCC;
}
為什么沒有出現點劃線呢?
請教:
.news_list li
{
list-style-type:none;
background:url(images/list.jpg) no-repeat;
margin:8px;
padding-left:10px;
margin-bottom:1px dotted #CCC;
}
為什么沒有出現點劃線呢?
2015-06-07
舉報
2015-06-11
應該是?border-bottom:?1px dotted?#CCC;吧!margin-bottom是設置間距的怎么會出現點劃線了?