雾岛夜浅笺 雾岛听风
你想禁用某个ui里自带的hover属性的时候,如果你不想重写,你可以这么操作
div{pointer-events:none} div:hover{color:red;}
<div>Hover over me</div>
用css实现背景线网格 html单行、多行文本溢出隐藏