background-clip: text 将背景裁剪为文字形状-webkit-text-fill-color: transparent,让文字本身透明,透出背景渐变background-size 和 animation 实现渐变流动的动态文字效果文字呈现渐变色彩并持续流动。把渐变设为元素的 background,再用 background-clip: text 把背景裁剪到文字范围,配合 color: transparent 让文字本身透明,露出背后的渐变。最后用 background-position 动画让渐变流动。这是标题、Logo 文字的常用美化手法。