关闭图标

使用通用的关闭图标来解除模态框(modal)和警告框(alert)等内容。

务必包含屏幕阅读器可以读取的文本,就像我们所用的 aria-label 标注的文本一样。

<button type="button" class="close" aria-label="关闭">
  <span aria-hidden="true">&times;</span>
</button>