更新時間:2021-09-07 來源:黑馬程序員 瀏覽量:
CSS中可以用cursor屬性來定義鼠標指針在一個元素邊界范圍內(nèi)時所用的光標形狀,語法為:
cursor: 屬性;
屬性值 | 語法 | 描述 | 鼠標樣式 |
---|---|---|---|
default | cursor: default; | 默認 | |
pointer | cursor: pointer; | 小手 | |
move | cursor: move; | 移動 | |
text | cursor: text; | 文本 | |
not-allowed | cursor: not-allowed; | 禁止 |
猜你喜歡: