1218 鼠标样式 cursor

示例代码

        .p1{
            cursor: default;
        }
        .p2{
            cursor: pointer;
        }
        .p3{
            cursor: move;
        }
        .p4{
            cursor: text;
        }
        .p5{
            cursor: not-allowed;
        }