在CSS中,将DIV的高度设置为auto可以解决边距的问题,而overflow:hidden可解决背景颜色溢出问题。
示例代码:
div { height: auto; overflow: hidden; }
上一篇:背景颜色无法与显示内容一起使用。
下一篇:背景颜色隐藏Y轴标签