我只设置了一个按钮,背景组为黄色,但它显示两个黄色区域。作为我在下面发布的图片: 我只需要在文本下面有一个黄色背景。
CSS:
.button {
margin-left: 121px;
margin-top: 10px;
width: 84px;
height: 45px;
background: yellow;
border: none;
color: white;
font-size:14px;
font-weight:700;
HTML:
<div class="button">
<a href="#" class="button">button</a>
</div>