【发布时间】:2012-09-04 09:57:46
【问题描述】:
在下面的代码行中,如何删除边框顶部?我试过“border-top:none;”但这没有用。任何帮助将不胜感激!
dd {
border-top: 0;
font-size: 12px;
&:last-of-type {
border-top: 1px solid white;
position: relative;
top: -1px;
}
【问题讨论】:
-
Google 文本的顶部边框没有正确显示,这是什么问题?