好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

用了bootstrap,怎么还能用自己的CSS_html/css_WEB-ITnose

比如我想改变一个DIV的位置,应该怎么做呢?写个top, margin之类的


回复讨论(解决方案)

在 标签体内,写个扩展的CSS类,如
.margin-left-20 {
margin-left: 20px;
}
然后追加到


如果 “ margin-left: 20px;”没起作用,则使用
“ margin-left: 20px!important;”

查看更多关于用了bootstrap,怎么还能用自己的CSS_html/css_WEB-ITnose的详细内容...

  阅读:35次