html>
css各種手型集合(css禁止手型).auto????????????{?cursor:?auto;?}
.deafult?????????{?cursor:?default;?}
.none????????????{?cursor:?none;?}
.context-menu????{?cursor:?context-menu;?}
.help????????????{?cursor:?help;?}
.pointer?????????{?cursor:?pointer;?}
.progress????????{?cursor:?progress;?}
.wait????????????{?cursor:?wait;?}
.cell????????????{?cursor:?cell;?}
.crosshair???????{?cursor:?crosshair;?}
.text????????????{?cursor:?text;?}
.vertical-text???{?cursor:?vertical-text;?}
.alias???????????{?cursor:?alias;?}
.copy????????????{?cursor:?copy;?}
.move????????????{?cursor:?move;?}
.no-drop?????????{?cursor:?no-drop;?}
.not-allowed?????{?cursor:?not-allowed;?}
.all-scroll??????{?cursor:?all-scroll;?}
.col-resize??????{?cursor:?col-resize;?}
.row-resize??????{?cursor:?row-resize;?}
.n-resize????????{?cursor:?n-resize;?}
.e-resize????????{?cursor:?e-resize;?}
.s-resize????????{?cursor:?s-resize;?}
.w-resize????????{?cursor:?w-resize;?}
.ns-resize???????{?cursor:?ns-resize;?}
.ew-resize???????{?cursor:?ew-resize;?}
.ne-resize???????{?cursor:?ne-resize;?}
.nw-resize???????{?cursor:?nw-resize;?}
.se-resize???????{?cursor:?se-resize;?}
.sw-resize???????{?cursor:?sw-resize;?}
.nesw-resize?????{?cursor:?nesw-resize;?}
.nwse-resize?????{?cursor:?nwse-resize;?}
.cursors?>?div?{
float:?left;
box-sizing:?border-box;
width:?20%;
padding:?10px?2px;
text-align:?center;
white-space:?nowrap;
&:nth-child(even)?{
background:?#eee;
}
&:hover?{
opacity:?0.25
}
}
.com{
font-size:?20px;
font-family:?"微軟雅黑";
}
Cursors
直接可以用。 自己可以寫一個index.html 文件 把代碼復制進去 就可以看效果了 。