📅  最后修改于: 2022-03-11 14:47:47.686000             🧑  作者: Mango
/* Best way is just to create a new css class */
.cursor-pointer {
cursor: pointer;
}
/* Or alternatively, add it as a html style */
Hello World