不是最后一个
css
:not(:last-child)
渐变色
css
background: linear-gradient(270deg, #15aaff 0%, #02396a 100%);
文字渐变色
css
background-image: linear-gradient(to right, #ff7e5f, #feb47b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;