标签:css 处理 image Fix tac int efault important jpg
*{
cursor: url("../images/cursor.png"),default;
}
a:hover{
cursor: url("../images/cursor_hover.png"),pointer !important;
}
body {
background: url("../images/bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
标签:css 处理 image Fix tac int efault important jpg
原文地址:https://www.cnblogs.com/zq98/p/15027901.html