1
2
3
4
5
6
7
.a{
cursor: pointer; /* 手型 */
}

.b{
cursor: not-allowed; /* 禁用 */
}