如何使用jQuery选择器后更改背景颜色?

时间:2018-04-30 07:41:35

标签: jquery

如何使用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>

0 个答案:

没有答案