注意使用cursor的url时url的括号后面必须+ ,auto;
错误示范:cursor:url('../picture/head.cur');
正确示范:cursor: url("../picture/head.cur"),auto;/*必须有,auto;*/