一、pointer-events 属性用于设置元素是否对鼠标事件做出反应。 二、属性值 三、如果设置点击穿透效果,使用 pointer-events:none; 设置作用元素即可 .your-classname { pointer-events:none; }