看了原文链接
记一下方便自己之后使用
常用的鼠标指针样式及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-10-27 22:10:41
2024-10-27 22:10:41
2024-10-27 22:10:16
2024-10-27 22:10:16
2024-10-27 22:10:16
2024-10-27 22:10:15
2024-10-27 22:10:15
2024-10-27 22:10:32
2024-10-27 22:10:20