1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*浮窗游標-整體*/
._lc_ { cursor:url(圖片網址), auto; }

/*浮窗游標*/
._lch_ ~ .pop-window .name, /*浮窗裡的名字*/
._lch_ ~ .pop-window .button, /*浮窗裡的橢圓鈕*/
._lch_ ~ .pop-window a, /*浮窗裡的所有按鈕*/
._lch_ ~ .pop-window #cbox_input, /*浮窗裡的輸入框*/
._lch_ ~ .pop-window .icons_holder li, /*浮窗裡輸入框下面的表浮、圖片按紐*/
._lch_ ~ .pop-window .cbox_right .cbox_close, /*浮窗右上角叉叉*/
._lch_ ~ .pop-window .response-manager div /*浮窗回應右上功能*/
{ cursor:url(圖片網址), auto; }