ul與li應用樣式

    ul{
        list-style-image:url(bullet.png);
        padding-left:17px; /*去除空細*/
        margin-left:0px;
    }
http://www.cnblogs.com/ifshe/archive/2011/08/17/2143065.html 

my CODE

.cont_m .list_m .list_m_l ul{
	margin-left:0px;
	padding-left:17px;
	}
.cont_m .list_m .list_m_l ul li {
	list-style:none;
	line-height: 28px;
	list-style-image:url(../../images/cqgjgs/li_m.png);
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章