css 实现div不可点击样式cursor: not-allowed

1、对于css 实现div不可点击状态,红圈圈形状不可点击样式

css 实现div不可点击样式cursor: not-allowed_第1张图片

cursor: not-allowed;

2、不可点击状态,但是显示箭头样式

css 实现div不可点击样式cursor: not-allowed_第2张图片

cursor: not-allowed;
pointer-events: none;

你可能感兴趣的:(CSS)