看了原文链接
记一下方便自己之后使用
常用的鼠标指针样式及cursor对应的属性
1.单引用 直接在控件的style里写
<label style="cursor: pointer;">
aa
</label>
css编写
<style>
.aa{
cursor: pointer;
}
</style>
<body>
<label class="aa">
bb
</label>
</body>
看了原文链接
记一下方便自己之后使用
常用的鼠标指针样式及cursor对应的属性
1.单引用 直接在控件的style里写
<label style="cursor: pointer;">
aa
</label>
css编写
<style>
.aa{
cursor: pointer;
}
</style>
<body>
<label class="aa">
bb
</label>
</body>
2024-11-30 11:11:42
2024-11-30 11:11:42
2024-11-30 11:11:41
2024-11-30 11:11:41
2024-11-30 11:11:40
2024-11-30 11:11:40
2024-11-30 11:11:39
2024-11-30 11:11:39
2024-11-30 11:11:39
2024-11-30 11:11:38