注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
/* 这里放置的CSS将应用于所有皮肤 */ #scrollDiv li { list-style: none; } /*模糊样式*/ .fuzzy { filter: blur(3px); text-shadow: 0px 0px 5px white; transition: all 0.1s ease-in-out; } .fuzzy:hover { filter: none; text-shadow: none; }