pointer-events: none;
除了指示该元素不是鼠标事件的目标之外,值none表示鼠标事件“穿透”该元素并且指定该元素“下面”的任何东西。(此文来着MDN)。说白了,就是让标签不接受鼠标事件(含click,mousemove,mouseup之类的)。
相关文章
- 03-02仅在值不为None时应用函数的Python习惯用法
- 03-02python – 我什么时候应该使用None vs False?
- 03-02为什么append()总是在Python中返回None?
- 03-02当函数返回None或引发异常时,使用Python的默认值的方法是什么?
- 03-02fatal: unable to auto-detect email address (got 'tim@newton.(none)')的解决方法
- 03-02洛谷 P1372 又是毕业季I Label:None
- 03-02前端面经 http缓存机制:强缓存(expires和cache-control)、协商缓存(Etag/If-None-Match和Last-Modified/If-Modified-Since)
- 03-02遇到问提:python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))…………
- 03-02WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connec
- 03-02安装retrying模块出现 (Retry(total=4, connect=None, read=None, redirect=None, status=None))