关闭图标(close icon)

使用通用的close关闭图标来关闭 modals模态框提示或alert提示组件的内容。

可使用 aria-label标签,为屏幕阅读器用户添加文字定义(为阅读障碍者提供访问支持)。

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