文字渐变

.code-title {
    color: transparent;
    background: linear-gradient(75deg, #e6af6b 3.6376953125%, #fff4ed 50.4638671875%, #e6af6b 95.751953125%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    font-size: 32rpx;
    padding-bottom: 40rpx;
}

 

posted @ 2025-07-24 17:17  挽你手  阅读(9)  评论(0)    收藏  举报