慕哥6287543
用filter: blur(Npx);或者用text-shadow,文字本体颜色设置为透明,只显示它的阴影 .blur-text {
color: #0000;
text-shadow: 0 0 0 #333;
transition: text-shadow .3s;
&:hover {
text-shadow: 0 0 5px #333;
}
}