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