我已经实现了自定义光标,但它在 Windows Chrome 上看起来像素化(特别是 1366 * 768 分辨率)(没有在 Mac OS 上检查)。你可以在这里看到代码片段:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled</title>
<meta name="description" content="This is an example of a meta description.">
<style>
body {
cursor: -webkit-image-set( url("https://i.imgur.com/gbSYdYW.png") 1x, url("http://i.imgur.com/vf3qXmT.png") 2x) 0 0, auto;
}
</style>
</head>
<body>
Testing
</body>
</html>
我也将 png 更改为 svg 图像,但没有成功。任何建议将不胜感激。
请找到相同的堆栈片段:
body {
width: 999px;
height: 500px;
cursor: -webkit-image-set( url("https://i.imgur.com/gbSYdYW.png") 1x, url("http://i.imgur.com/vf3qXmT.png") 2x) 0 0, auto;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled</title>
<meta name="description" content="This is an example of a meta description.">
</head>
<body>
Testing
</body>
</html>
哈士奇WWW
青春有我
潇湘沐
相关分类