我有一个使用css转换为块的链接,如下所示:
.button-user-add {
background: green;
width: 150px;
height: 24px;
display: block;
float: right;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 15px;
font-weight: bold;
font-family: Arial;
line-height: 24px;
margin-top: 24px;
padding: 0px;
}
但问题是顶部的填充比底部的填充少大约 1px。
为什么?
我该如何解决?