![图片[1]-子比美化 – 昵称抖音风格字体美化代码-至简笔记](https://www.ilko.cn/wp-content/uploads/2026/06/image-5.png)
代码部署就不用说了,css代码放到子比主题自定义css即可。
/*昵称*/
.display-name{
text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@keyframes shake-it{
0%{
text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);
}
25%{
text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
}
50%{
text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);
}
100%{
text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);
}
}
/*1*/
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
















暂无评论内容