对此有什么解决方法......
这是CSS:
.post a{
color:black;
text-decoration: underline;
font-size:13px;
line-height: 1.3;
font-family: Helvetica, Arial;
font-weight: bold;
}
.post a:hover{
color:white;
}
这是我的HTML:
<small>on April 20th in <a href="#">Marijuana</a> tagged <a href="#">Drugs</a>, <a href="#">Science</a>, <a href="#">Herb</a></small>
答案 0 :(得分:0)
其实我没有看到问题。但是,您可以使用text-decoration
代替margin-bottom
,并尝试为锚元素添加一些填充。