.tarif input {
border: 0;
background-color: #16A7C4;
color: #FFFFFF;
width: 25%;
text-align: center;
font-weight: bold;
margin: 0 auto;
}
<div class="tarif">
<strong style="font-size:15px;">
<input type="text" style="font-size:15px;" id="wish-amount-
visuel" disabled value="8897">
€<sup>(2)</sup>
</strong>
</div>
这是除Safari之外的所有浏览器中的结果:
这是Safari中的结果:
在每个浏览器中,标记内的文本都是白色(“ €(2)”),但是为什么在Safari中,值标记内的文本(“ 8897 ”) )是灰色的?