问答详情
源自:3-14 编程练习

想要增加行距,使用padding具体太大,使用margin无反应

.topList {
    width:300px;
    height:180px;
    border:1px solid #E8E8E8;
    margin:0 auto;
}
.topList ul{
    list-style-type:none;
    font-size:12px;
    padding:10px;
    margin-top:-6px;
}
.topList li{   
    margin:3px 0;//使用padding:1px 0;也距离太多,使用margin 则无变化
}
.topList em{
    display:block;
    width:20px;
    height:16px;
    text-align:center;
    font-style:normal;
    color:#333;
    background:url("http://img.mukewang.com/53cf0fa20001d3dc00200032.jpg") no-repeat;
    background-position:0 -16px ;
    float:left;
}
.topList .top em{
    background-position:0 0px;
}
.topList ul a:link,.topList ul a:visited{
    text-decoration:none;
    color:#000;
}
.topList ul a:hover,.topList ul a:activve{
    color:red;
}


提问者:qq_四月天_10 2017-03-01 17:03

个回答

  • 慕粉4022794
    2017-03-01 17:58:21

    使用line-height设置行高