CSS 09 鼠标样式

步骤 1 : 

鼠标样式

<style>
  span{
    cursor:crosshair;
  }
</style>
  
<span>鼠标移动到这段文字上,就看到鼠标样式变成了十字架</span>

 

 步骤 2 : 

样式一览

 

posted @ 2020-07-14 08:18  Jasper2003  阅读(130)  评论(0编辑  收藏  举报