基础
前端框架
Appearance
pointer-events 可以来定义元素是否禁用鼠标单击事件
pointer-events
{ // 禁用元素的鼠标单击事件 pointer-events: none; }