Home > Article > Web Front-end > CSS-cursor property
cursor 属性规定要显示的光标的类型(形状)
<style> #draggable{ width: 200px; height: 200px; padding: 0.5em; cursor: move; } </style>
More CSS -cursor attribute For related articles, please pay attention to the PHP Chinese website!