/* 全局自定义鼠标样式 */
*,
body,
html {
  cursor: url('./cursor.png') 0 0, auto !important;
}

/* 可点击元素使用 pointer 样式 */
button,
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
[role="button"],
label,
.clickable,
.el-button,
.action-btn,
.nav-btn,
.copy-btn,
.service-btn {
  cursor: url('./pointer.png') 0 0, pointer !important;
}
