我所指的空格是文本右侧(灰色)
.icon {
background: green;
width: 20px;
height: 27px;
flex-shrink: 0;
margin-right: 10px;
}
a {
display: flex;
width: 200px;
align-items: center;
background: pink;
padding: 0 20px;
}
.text {
background: #ccc;
min-width: 0;
}
<a href="#">
<span class="icon"></span>
<span class="text">Demander un prix au concessionnaire</span>
</a>
答案 0 :(得分:0)