51kata

1、缺省方式(箭头形状):

cursor:default;   

 

2、手型

cursor: pointer;   //通用的
cursor: hand;     //为了兼容ie老版本,可以同时写上

分类:

技术点:

相关文章: