.link-list li.hover {
  background-color: #f0f0f0; /* 悬停时的背景色 */
  transform: scale(1.1); /* 悬停时的缩放效果 */
}