在自行設定的p或其他標籤中,為了更好的體驗效果,會將在滑動過程中,將滑鼠變為手勢
簡單總結下css對應的樣式。
所在的p中,加入cursor:pointer即可。
範例:
<div id="doPrint" style="border: solid;width: 64%;margin: 0% 20%;height: 65%;display: block;cursor:pointer;"> 手势变化区域 </div>
對應的屬性值還有如下:
auto :标准光标 default :标准箭头 pointer, hand :手形光标 wait :等待光标 text :I形光标 vertical-text :水平I形光标 no-drop :不可拖动光标 not-allowed :无效光标 help :帮助光标 all-scroll :三角方向标 move :移动标 crosshair :十字标
更多CSS更改滑鼠為手狀樣式介紹相關文章請關注PHP中文網!
#