body {
    background-repeat: no-repeat; /* 根据需求调整 */
    background-attachment: fixed;
    background-size: cover;
    cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
}

/*快速推荐*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px; /* 添加缺失的属性 */
  background-color: #fff;
  border-radius: 5px; /* 简化代码 */
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px rgba(10, 10, 0, 0.5); /* 修正阴影语法 */
}
