如何使用jQuery更改弹出字母的背景颜色?
.map-button a.active:after {
content: '';
width: 20px;
height: 20px;
display: inline-block;
border: 2px solid #000;
background-color: #FFF;
border-radius: 50%;
margin-top: 2px;
}
<div class="map-button">
<a href="#" data-id="0900" title="A">
<span class="sr-only">A</span>
</a>
</div>