第473天 css穿透属性有哪些? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
zhaofeipeter commentedon Aug 8, 2020
/* Keyword values /
pointer-events: auto;
pointer-events: none;
pointer-events: visiblePainted; / SVG only /
pointer-events: visibleFill; / SVG only /
pointer-events: visibleStroke; / SVG only /
pointer-events: visible; / SVG only /
pointer-events: painted; / SVG only /
pointer-events: fill; / SVG only /
pointer-events: stroke; / SVG only /
pointer-events: all; / SVG only */
/* Global values */
pointer-events: inherit;
pointer-events: initial;
pointer-events: unset;