返回首页

我有一个CSS类像下面,



.myclass

{

    border-collapse: collapse;

    border-style: solid;

    border-width: 1px 1px 0 0;

    display: table-cell;

    line-height: 0.3em;

    overflow: hidden;

    padding: 0.7em;

    white-space: nowrap;

}


我想删除线高度:0.3em,空白:nowrap从C​​SS类(MyClass的)。如何做到这一点使用jQuery?|巴拉Murugan |基督教Graus

回答

评论会员: 时间:2